2024-03-06 11:31:20 INFO DispatcherServlet:484 - FrameworkServlet 'dispatcher': initialization started 2024-03-06 11:31:20 INFO XmlWebApplicationContext:510 - Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Mar 06 11:31:20 EST 2024]; root of context hierarchy 2024-03-06 11:31:20 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml] 2024-03-06 11:31:21 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/jobs.xml] 2024-03-06 11:31:21 INFO PropertyPlaceholderConfigurer:172 - Loading properties file from ServletContext resource [/properties/database.properties] 2024-03-06 11:31:21 INFO DriverManagerDataSource:133 - Loaded JDBC driver: com.mysql.jdbc.Driver 2024-03-06 11:31:21 INFO LocalContainerEntityManagerFactoryBean:339 - Building JPA container EntityManagerFactory for persistence unit 'default' 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.WidgetServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[POST],params=[],headers=[],consumes=[],produces=[application/xml],custom=[]}" onto public void com.ssa.cms.servlet.WidgetServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/InstantWS],methods=[POST],params=[],headers=[],consumes=[application/xml],produces=[],custom=[]}" onto public com.ssa.cms.service.Result com.ssa.cms.service.TestWebService.request(com.ssa.cms.service.Request) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryPreferencesDistanceById(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/getDeliveryDistances/{id}/{dprefId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryDistances(java.lang.Integer,java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.shippingMilesList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.addRecord(com.ssa.cms.model.PharmacyZipCodes,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.editRecord(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeReport.messageTypeReportList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/displayMessage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/support || /run || /orderDetailList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.showPage(com.ssa.cms.model.SupportModel) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/run],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runProcess(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.uploadImage(com.ssa.cms.model.SupportModel,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/runWidget],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runWidget(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/executeRedempiton],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.executeRedempitonEmdeon(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.getQRWidget(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.WidgetPortal(com.ssa.cms.model.SupportModel,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/importFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.importFile(com.ssa.cms.model.SupportModel,java.util.List,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delPatientProfile],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.delPatientProfile(java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.appMsgs(com.ssa.cms.model.SupportModel) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderDetailList],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.orderDetailList(com.ssa.cms.model.SupportModel) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderFillDate],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.updateOrderFillDate(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.sendRefillReminderMsg(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.searchhPatient(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.getRecord(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.saveOrUpdate(com.ssa.cms.model.CMSDocuments,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.pharmaciesList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.saveResponse(com.ssa.cms.model.Response,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.deleteResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.responseList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.addEdit(com.ssa.cms.model.Response,org.springframework.ui.Model) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.editResponse(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/deleteValidResponse/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.ResponseSetupController.deleteValidResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.deleteSmtp(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.addEdit(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.smtpList(com.ssa.cms.model.SmtpServerInfo) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SmtpSetupController.saveSmtp(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.editSmtp(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.view() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/export],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.exportExcel(java.util.Date,java.util.Date,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.addEdit(com.ssa.cms.model.IntervalsType,org.springframework.ui.Model) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.intervalTypeList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.saveInterval(com.ssa.cms.model.IntervalsType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.editInterval(java.lang.Integer,com.ssa.cms.model.IntervalsType) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.deleteInterval(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/deleteInterval/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.IntervalTypeSetupController.deleteIntervalHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RoleController.saveRole(com.ssa.cms.model.RoleTypes,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.deleteRole(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.listRole(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.editRole(java.lang.Integer,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.addRole(com.ssa.cms.model.RoleTypes,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.loadPage() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.save(com.ssa.cms.model.DeliveryPreferences,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/terms || /help || /privacy || /policy || /esp],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.TermsController.viewPageUnderConstruction() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.savePharmacy(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.pharmaciesList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.editPharmacy(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/updatePatientAllergies],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.updatePatientInfoAllergies(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deleteRecord],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.searchhPatient(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/registration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewRegistrationPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientInfo(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/update],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.updatePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/frontSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getFrontCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/backSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getBackSideCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList1() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientProfileInfo(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientProfileHealth],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientProfileHealth(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientShippingAddress(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientShippingAddress(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientInsurance],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientInsurance(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientInsurance/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientInsurance(java.lang.Long) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientNotes],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.savePatientNotes(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/checkPatientIdExists],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.checkPatientIdExists(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientDependant/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientDependant(java.lang.Integer) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.savePatientNotifiction(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/populateProcessedOrdersDetail/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.populateProcessedOrdersDetail(java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientBasicReport() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientBasicReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientEnhancedReport() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientEnhancedReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.exportPdf(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientrecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientByEmail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByEmail(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticerecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticeRecordByLicenseNo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByLicenseNo(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardPage(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardInfoPageHandler(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadcard],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.uploadCardPageLoader(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadimage/{target}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.uploadInsuranceCardImage(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.savePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.loadPage() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.save(com.ssa.cms.model.RewardPoints,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/laker/{type}/{fromdate}/{todate}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.LakerService.lakerDrf(java.lang.String,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploaddrugdocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.uploadDrugDocument(org.springframework.web.multipart.MultipartFile,java.lang.Long,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/retrieveDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.retrieveDrugDetail(java.lang.Long) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveDrug(com.ssa.cms.bean.drug.setup.DrugSetupAddBean,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/delete/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deleteDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.drugList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deleteDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DrugSetupController.getCampaignHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/drugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.retrieveDrugList(java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/searchdrugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.searchDrugList(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/edit/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.editDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importlist],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugList(org.springframework.web.multipart.MultipartFile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deletedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deletedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/updatedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.updatedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile(com.ssa.cms.model.SupportModel,java.util.List,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadDocument(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadDocument(java.lang.Long,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.addEdit(org.springframework.ui.Model) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadImage(java.lang.Long,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadImage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugGenericByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugForm],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugForm(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugPacking],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugPacking(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploadDrug],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.DrugSetupController.upload(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.saveSurvey(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile[],javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.getResponseList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.addSurvey() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.editSurvey(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/addQuestions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.openSurveyQuestionDialog(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/associate/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.associateSurveyQuestions(java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/testSms],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.sendTestSms(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/takeSurvey/{surveyId}/{communicationId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.takeSurvey(java.lang.Integer,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/submitSurvey],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.submitSurveyResponse(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.deletetSurvey(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.saveSurveyQuestion(com.ssa.cms.model.SurveyQuestion,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.deleteSurveyQuestion(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.viewSurveyQuestionList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.addSurveyQuestion() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.editSurveyQuestion(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.saveSurveyResponse(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/associatedResponses/{responseTypeId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SurveyResponseSetupController.getResponsesByResponseType(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponseList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponse() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.editSurveyResponse(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.deletetSurveyResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/isdelete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.SurveyResponseSetupController.getDeleteResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.view() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws com.itextpdf.text.DocumentException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportExcel],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportExcel(java.util.Date,java.util.Date) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportPdf(java.util.Date,java.util.Date,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.orderDetail(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportExcel(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/summary],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderSummary(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/status/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderStatus(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderList(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/add/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.addOrderDetail(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/comments/{orderId}/{orderStatusId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.OrderController.getCommentsHandler(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportPDF(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/getLogo/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.OrderController.getLogo(javax.servlet.http.HttpServletResponse,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/prescription/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.sendPrescriptionOrder(java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/placeorder/{transactionNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewPlaceOrder(com.ssa.cms.model.Order,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/dashboard],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DashboardController.loadPageHandler() throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/verifyMobileNoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateAllergiesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateAllergies(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getStatesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getStates() throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryAddressWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getFilledRxHistoryWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFilledRxHistory(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/viewOrderReceiptWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.viewOrderReceiptWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNoInsurancesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNoInsurancesWs(java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveDrugSearchesWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteDrugSearchesById(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillModuleWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/optOutRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.optOutRefillReminder(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/savePatientPreferenceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.savePatientPreference(java.lang.String,java.lang.Integer,boolean) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addResponseToNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addResponseToNotificationMessage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/markCurrentAddressAsDefaultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.markCurrentAddressAsDefault(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteCurrentAddressWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteCurrentAddress(java.lang.String,int) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ResetPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ResetPassword(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDoctorsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDoctorsList(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDiseaseListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDiseaseList() throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile(java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveNewDrugWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveNewDrug(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePrescriberWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrescriber(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferRequest(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPlaceRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPlaceRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRedeemPointsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRedeemPointsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuickStatsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuickStatsWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDeliveryPrefrencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryPrefrences() throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/insuranceCardInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.insuranceCardInfo(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getContentsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPageContents(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/reSendVerificationCodeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.resendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginTokenBasedWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loginTokenBased(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/archiveInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.archiveInsuranceCardWs(java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatPrimaryInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatPrimaryInsuranceCardWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getInsuranceCardsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getInsuranceCardsWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugInfoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/yearEndStatmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.yearEndStatmentWs(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getProfileDetails(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePersonalDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePersonalDetails(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecord(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordDetailWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecordDetail(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAllNotificationMessages(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferVideoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferVideoWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationDeatilViewWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationDeatilViewWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesStatus(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getIsReadNotificationMessagesCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getIsReadNotificationMessagesCountWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveTransferRxPointsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveTransferRxPoints(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getMyRewardsPointWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getMyRewardsPointWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/placeRxOrderDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Long[],java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetRefillRxListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillRxList(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deliveryAddressesWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPtAddressWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryAddressWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/calculateZipCodeDistanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.calculateZipCodeDistance(java.lang.Integer,java.lang.String,java.lang.String,boolean) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmPaymentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmRxTransferPayment(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Long[],java.lang.String,java.lang.Boolean) throws java.io.IOException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearAllDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.clearAllDrugSearchesWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseResultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBloodGlucoseResultWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/noThanksWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.noThanksWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteRxTransferRecordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteRxTransferRecordWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shareWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.share(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmOrderWs/{transferno}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmOrderWs(java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNonArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNonArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWithPaginationWs],methods=[],params=[skip && limit],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWithPagination(java.lang.String,int,int,org.springframework.web.util.UriComponentsBuilder,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getWaitingResponseNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getWaitingResponseNotificationWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesTextByIdWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationMessagesTextByIdWs(java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getAtDoctorTextWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAtDoctorTextWs() throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillRequestWs],methods=[],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBatchRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getTotalCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getActiveOrderWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCost(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostLaterWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCostLater(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/preAuthorizeRefillWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.preAuthorizeRefill(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/distcontinueFutureMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.distcontinueFutureMessages(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/continueWaitWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.continueWait(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/changeOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.changeOrderStatus(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateMFRWithOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateMFRWithOrder(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryPerformanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryPerformance(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderDeliveryTimeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryTime(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/stopRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.stopRefillReminder(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/downloadYearEndStatementWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.downloadYearEndStatement(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getCopyDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getCopyDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCard1Ws],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCard1Ws(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.Integer) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loadPatientPreferencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loadPatientPreferences(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePOAWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePOAWs(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addCareTakerWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addCareTakerWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfileWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfile2Ws],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile2Ws(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/msgResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.msgResponseWs(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateHandDeliveryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateHandDelivery(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderPrimeryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrimeryOrder(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/generateDeviceToken],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.generateDeviceToken(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getServerTimeWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getServerTime(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderImagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderImagesWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePassword() throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerImageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerImge(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerExpiryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerExpiryWs(java.lang.String,java.lang.String,java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/populateReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populateReadyToDeliveryRxWs(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmReadyToDeliveryRxWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPatientInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populatePatientDataWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientEnrollmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientEnrollmentWs(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/forgotPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.forgotPasswordWs(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodGlucoseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/glucoseHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.glucoseHistory(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientActivitesCountWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientActivitesCountWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodPressureWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodPressureWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bloodPressureHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bloodPressureHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientBodyMassWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientBodyMass(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bodyMassResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bodyMassResultHistory(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientHeartPulseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addPatientHeartPulseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/heartPulseResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.heartPulseResultHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterAvgWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIYearFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIYearFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIMonthlyFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIMonthlyFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterDetailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterDetailWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionsWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.getQuestionsWs(java.lang.String,java.lang.String,int) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/SurveyListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.SurveyListWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.surveyNotificationWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/allergyListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.allergyListWs(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionAnsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionAnsListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QuestionReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addUpdateAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAddressWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteAndUpdateAllergyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteAndUpdateAllergyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/duePaymentOrderListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.duePaymentOrderList(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deletePatientWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deletePatientWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ActivitiesHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ActivitiesHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderStatusWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderQuestionInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionInfoWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/unSubscribeWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.unSubscribeWs(int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/faQuestionsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/jason],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFAQuestionsWS(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionsWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionsAnswerWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientRecentActivityWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRecentActivity(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientPointsUpdateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRefillPoint(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientHealthHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientHealthHistory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientMedicationHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientMedicationHistory(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/answerAlertNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.answerAlertNotificationWs(int,java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientActivityHistoryByDateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientActivityHistoryByDate(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardsHistoryListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rewardsHistoryListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteNotificationMessage(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptTermsAndConditionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptTermsAndCondition(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyDetailByIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientSecurityToken(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyListByPatientIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientIdWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendNotificationByPharmacyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxAdvisory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientMessgeReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientMessgeReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/repaeatRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.repaeatRefillReminderManuallyWs() throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendAppUrlLinkSMSWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendAppUrlLinkSMSWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addvistorInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addVistorInfo(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/wayOfCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.wayOfCommunication(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxReporterNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rxReporterNotification(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterCommunicationWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittRxReporterSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittRxReporterSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRxReporterClinicalAdvisoryNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxReporterClinicalAdvisoryNotification(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrderWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getUserMessge(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderAndGenralQuestionsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderAndGenralQuestions(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterSessionListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterSessionList(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterMessageListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterMessageLis(java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderManuallyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderManually(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDoneOrdersListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDoneOrders(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDueOrdersListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDueOrders(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesWs(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addMessgeInfoForHcpWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addMessgeInfoForHcpWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long,java.lang.Integer,java.lang.Long) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getHcpUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getHcpUserMessgeWs(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/hcpQuestionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.hcpQuestionsAnswerListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWs(java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendHCPGenralMessageNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendHCPGenralMessageWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDuplicateSurveyDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeuplicateSurveyDetial(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/fethDrugDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.fethDrugDetialWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWithDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWithDetialWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/nextRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderMsg(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateProfile(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/askQuestionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionPlace(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderCancelledWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrder(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/createProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.createProfile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/accountVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.accountVerification(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/emailVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.emailVerification(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ageVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ageVerification(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.login(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logoutWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.logout(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.saveWidgetUser(com.ssa.cms.model.WidgetUser,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.deleteWidgetUser(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.widgetUserList(com.ssa.cms.model.WidgetUser) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.editWidgetUser(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.addEdit(com.ssa.cms.model.WidgetUser,org.springframework.ui.Model) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.deleteDrugAdditionalMargin(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugAdditionalMarginController.getDrugAdditionalMarginPricesByDrugBrandId(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.drugAdditionalMarginList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.editDrugAdditionalMargin(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.addRecord(com.ssa.cms.model.DrugAdditionalMargin,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.EventSetupController.saveUpdateEvent(com.ssa.cms.model.Event,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.deleteEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.getEventlist(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.editEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.saveIndustry(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.deleteIndustry(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.getIndustryList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.editIndustry(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.addEdit(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.saveSurveyResponseType(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.editSurveyResponseType(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.deletetSurveyResponseType(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.getResponseTypeList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.addSurveyResponseType() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBrandByName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBrandByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByNameSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByNameSearch(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandId(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugType],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugType(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/saveInstantNotification],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.RxTransferController.saveInstantNotification(java.lang.Integer,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDefaultQtyByStrength],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDefaultQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBasicPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBasicPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByDrugGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/updateDrugInfoInOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.updateDrugInfoInOrder(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.transferDetailList() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.viewRxTransferDetail(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.saveRxTransferDetail(com.ssa.cms.model.TransferDetail,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugStrength/{drugName}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populatedDrugStrengthValue(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDetailByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDetailByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/calculatePointsFromProfit],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.calculatePointsFromProfit(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateQtyByStrengthAndDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByMultiGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByMultiGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugQtyByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugQtyByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadNextImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadNextDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadPrevImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadPrevDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugFormByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugTypeByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialReportParams(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfFinancial],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfTransactional],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSEmailSetupController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.saveOrUpdate(com.ssa.cms.model.CMSEmailContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.saveResourcePermission(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/delete/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.deleteRole(java.lang.Integer,boolean,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/changepassword/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.changePassword(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/exchangejson],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map com.ssa.cms.controller.UserController.onBrandChange(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/edit/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.editUser(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.addEditUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/loadPharmacies],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.populatePharmacies(org.springframework.web.servlet.ModelAndView) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/savepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.savePassword(com.ssa.cms.model.Users,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.listUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.save(com.ssa.cms.model.Users,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/search],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.OrderSearch(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ || /index],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.index(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.edit(com.ssa.cms.model.Campaigns,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendSMS],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestSMS(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list/{type}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaign(com.ssa.cms.model.Campaigns,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaigns(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/graph],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.showFolderGraph(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/clone/{campaignId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.createClone(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendEmail],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestEmail(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.surveyReports(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/patientNoOrderReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.patientNoOrderReport(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.generateSurveyReports(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveDown/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveDownSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveUp/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveUpSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/exportInActivePatientReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportInActivePatientReport(java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/saveCampaignMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.saveCampaign(java.lang.Integer,java.lang.Integer,java.lang.Integer[],java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyList/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.getSurveyHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{communicationPath}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.advanceSave(com.ssa.cms.model.Campaigns,java.lang.String,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.advanceEdit(com.ssa.cms.model.Campaigns,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportExcel(int,int) throws java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportPDF(int,int) throws java.text.ParseException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.add(com.ssa.cms.model.Campaigns,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.save(com.ssa.cms.model.Campaigns,org.springframework.validation.BindingResult,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSContentController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.saveOrUpdate(com.ssa.cms.model.CMSPageContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.add() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CommunicationFolderSetupController.saveCommunicationFolder(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.getCommunicationFolderlist() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.editCommunicationFolder(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.addEdit(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notfound],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notfound() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notauthorized],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notauthorized() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.LoginController.addCustomer(com.ssa.cms.model.Users,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,java.lang.String) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.login() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.logout(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drug/setup/manage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupManageController.manageDrug() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.edit(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.messageTypeList(com.ssa.cms.model.MessageType) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.MessageTypeSetupController.saveMessageType(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.addEdit(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updatePatientAllergies/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updatePatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateDrugPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateDrugPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceList],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceList(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/lookup],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.lookupPharmacy(com.ssa.cms.model.PharmacyLookup) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/aboutUs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewPage() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/privacyPolicy],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.privacyPolicy() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientHistory/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory(int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/postAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Integer,int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.updateOrderStatus(javax.servlet.http.HttpServletRequest,java.lang.Integer,int) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.documents() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailRefillHandler/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailRefillHandler(int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailHandler],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetail/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailLink(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/optIn],methods=[],params=[],headers=[],consumes=[],produces=[text/plain],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.consumerPortal(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewMoreDocuments(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/termscondition],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.termsCondition() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/createaccount],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.createAccount() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/search],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.searchDocument(com.ssa.cms.model.CMSDocuments) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/download/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PortalController.downloadDocuments(java.lang.Integer,javax.servlet.http.HttpServletResponse) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/signup],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadRegistration1PageHandler() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandlerGet(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/addConsumer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.addUserHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotPasswrdPageHandler() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotPasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotUserNamePageHandler() 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotUserNameHandler(com.ssa.cms.model.Pharmacy) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotUserNamePassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.forgotUserNamePasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifictionHistory],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getOrderwisePharmacyNotifications(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getpharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/popUpWind/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.popUpPatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/loadDeliveryPrefFee/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadDeliveryPrefFee(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendinappnotification/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessage(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.String,int) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendInAppMessageWithFile/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessageWithFile(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getInAppMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMsgTextService(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/orderReceipt/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getOrderReceipt(java.lang.Integer) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateFinalPtPay],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateFinalPtPay(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/retrievecampaign/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.retrieveCampaign(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingId(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/udateMultiDrugPrices],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.udateMultiDrugPrices(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingGCN(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingDrugName(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateDrugDetailByBrandOrGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateDrugDetailByBrandOrGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage/{patientId}/{dependentId}/{selectedTab}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory2(int,int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getQueuePatientDetailPage(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:26 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/cancelOrder/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.cancelOrderById(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/refillOrders/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.refillOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multirxOrder/{patientId}/{orderId}/{waiveDeliveryFee}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMultiRxOrder(int,int,int,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/newOnlineRxDetail/{patientId}/{dependentId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.newOnlineRxDetail(int,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/saveOnlineOrder/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.saveOnlineOrder(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientDetailByMobileNumber/{mobileNumber}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPatientDetailByMobileNumber(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateMultiRxOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateMultiRxOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateOrdersWithSameDeliverPref/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateOrdersWithSameDeliverPref(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateShippingQueue/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateShippingQueueDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateShippingFee],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateShippingFee(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/validateZip/{zip}/{state}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateStateByZip(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/faq],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.FAQ() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multiRxDelivery/{orderId}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.multiRxDelivery(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/processMultiRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.processMultiRxOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateProcessedOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateProcessedOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/transferRxList/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.link(java.lang.String,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.index() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.loadPage() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.save(com.ssa.cms.model.FeeSettings,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/requestCallToHcpRefillRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.requestCallToHcpRefillRxWs(java.lang.String,java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelRxRenewalWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.cancelRxRenewalWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.addPage() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.saveRecords(com.ssa.cms.model.DeliveryDistances,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/delete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DeliveryDsitancesController.getDeleteRecordHandler(java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processSameDayShippingRxOrders || /Pharmacyqueue/processSameDayShippingRxOrders || /pharmacyqueue/processSameDayShippingRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.processSameDayShippingRxOrders(java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderDetail/{id} || /Pharmacyqueue/orderDetail/{id} || /pharmacyqueue/orderDetail/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getOrderDetail/{path}/{id} || /Pharmacyqueue/getOrderDetail/{path}/{id} || /pharmacyqueue/getOrderDetail/{path}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/addNewDrugDetail || /Pharmacyqueue/addNewDrugDetail || /pharmacyqueue/addNewDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.addDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/postOrderToIOMNI || /Pharmacyqueue/postOrderToIOMNI || /pharmacyqueue/postOrderToIOMNI],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.postOrderToIOMNI(java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{id} || /Pharmacyqueue/prescription/{id} || /pharmacyqueue/prescription/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.saveOrder(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients || /Pharmacyqueue/ingredients || /pharmacyqueue/ingredients],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.ingredients() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/comments/{orderId} || /Pharmacyqueue/comments/{orderId} || /pharmacyqueue/comments/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCommentsHandler(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/pharmacyNotifiction || /Pharmacyqueue/pharmacyNotifiction || /pharmacyqueue/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendPharmacyNotification(java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLoginPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.pharmacyLogin(com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/Cancel || /Pharmacyqueue/Cancel || /pharmacyqueue/Cancel],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLogin() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin/{orderId} || /Pharmacyqueue/successLogin/{orderId} || /pharmacyqueue/successLogin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin || /Pharmacyqueue/successLogin || /pharmacyqueue/successLogin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin || /Pharmacyqueue/successSignin || /pharmacyqueue/successSignin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin/{orderId} || /Pharmacyqueue/successSignin/{orderId} || /pharmacyqueue/successSignin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadChangePasswordPageHandler() 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.changePasswordHandler(com.ssa.cms.model.Pharmacy,javax.servlet.http.HttpServletRequest,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile || /Pharmacyqueue/profile || /pharmacyqueue/profile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadConsumerProfilePageHandler(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile_edit/{email} || /Pharmacyqueue/profile_edit/{email} || /pharmacyqueue/profile_edit/{email}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadEditProfilePageHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/accountsummary || /Pharmacyqueue/accountsummary || /pharmacyqueue/accountsummary],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.accountSummary(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/searchOrder || /Pharmacyqueue/searchOrder || /pharmacyqueue/searchOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchOrderHandler(com.ssa.cms.model.Order,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.text.ParseException 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription || /Pharmacyqueue/prescription || /pharmacyqueue/prescription],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescription(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{orderNo} || /Pharmacyqueue/prescription/{orderNo} || /pharmacyqueue/prescription/{orderNo}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescriptionView(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/acceptall || /Pharmacyqueue/acceptall || /pharmacyqueue/acceptall],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.acceptOrderHandler(javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ordercareer/{orderId} || /Pharmacyqueue/ordercareer/{orderId} || /pharmacyqueue/ordercareer/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCarrierHandler(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients/{index} || /Pharmacyqueue/ingredients/{index} || /pharmacyqueue/ingredients/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewMoreIngredients(java.lang.Integer) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredientSearch || /Pharmacyqueue/ingredientSearch || /pharmacyqueue/ingredientSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchIngredients(com.ssa.cms.model.DrugBrand) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/updateprofile || /Pharmacyqueue/updateprofile || /pharmacyqueue/updateprofile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.editProfileHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderingredients/{transactionNo} || /Pharmacyqueue/orderingredients/{transactionNo} || /pharmacyqueue/orderingredients/{transactionNo}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getIngredientsHandler(java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/sendNotifyAdmin || /Pharmacyqueue/sendNotifyAdmin || /pharmacyqueue/sendNotifyAdmin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendNotifyAdmin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/uploadDrugDetail || /Pharmacyqueue/uploadDrugDetail || /pharmacyqueue/uploadDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.uploadDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/calculateDrugDetailPrice || /Pharmacyqueue/calculateDrugDetailPrice || /pharmacyqueue/calculateDrugDetailPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.calculateDrugDetailPrice(java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/careGiverList || /Pharmacyqueue/careGiverList || /pharmacyqueue/careGiverList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getCareGiverList(javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/patientActivities || /Pharmacyqueue/patientActivities || /pharmacyqueue/patientActivities],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getpatientActivitiesList(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/bloodPressureDetails || /Pharmacyqueue/bloodPressureDetails || /pharmacyqueue/bloodPressureDetails],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getBloodPressureDetails(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest1 || /Pharmacyqueue/newMemberRequest1 || /pharmacyqueue/newMemberRequest1],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest1(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest || /Pharmacyqueue/newMemberRequest || /pharmacyqueue/newMemberRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/interpretedImages || /Pharmacyqueue/interpretedImages || /pharmacyqueue/interpretedImages],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfInterpretedImages(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/waitingPtResponse || /Pharmacyqueue/waitingPtResponse || /pharmacyqueue/waitingPtResponse],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfWaitingPtResponse(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/responseReceived || /Pharmacyqueue/responseReceived || /pharmacyqueue/responseReceived],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfResponseReceived(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/firstQueueInfo || /Pharmacyqueue/firstQueueInfo || /pharmacyqueue/firstQueueInfo],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.populateFirstQueueInformation(java.lang.Integer,java.lang.Integer,java.lang.Integer,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processRequest || /Pharmacyqueue/processRequest || /pharmacyqueue/processRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfProcessRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/shippingDelivery || /Pharmacyqueue/shippingDelivery || /pharmacyqueue/shippingDelivery],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfShippingDelivery(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/cancelledRequest || /Pharmacyqueue/cancelledRequest || /pharmacyqueue/cancelledRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfCancelledRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/listing || /Pharmacyqueue/listing || /pharmacyqueue/listing],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.filterRecordListing(int,int,int,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getQuestionAnswer || /Pharmacyqueue/getQuestionAnswer || /pharmacyqueue/getQuestionAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getQuestionAnswer(java.lang.String) 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialReportParams || /Pharmacyqueue/loadFinancialReportParams || /pharmacyqueue/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialReportParams() throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialCycleInfo || /Pharmacyqueue/loadFinancialCycleInfo || /pharmacyqueue/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/detail/{id} || /Pharmacyqueue/detail/{id} || /pharmacyqueue/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewPatientProfileInfo(java.lang.Integer) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/home || /PharmacyPortal/pharmacyhome || /Pharmacyqueue/home || /Pharmacyqueue/pharmacyhome || /pharmacyqueue/home || /pharmacyqueue/pharmacyhome],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/update/{orderId}/{status} || /Pharmacyqueue/update/{orderId}/{status} || /pharmacyqueue/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-06 11:31:27 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/logout || /Pharmacyqueue/logout || /pharmacyqueue/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.logout(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-06 11:31:27 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Mar 06 11:31:20 EST 2024]; root of context hierarchy 2024-03-06 11:31:27 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Wed Mar 06 11:31:20 EST 2024]; root of context hierarchy 2024-03-06 11:31:27 INFO SimpleUrlHandlerMapping:314 - Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0' 2024-03-06 11:31:27 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/pdf-view.xml] 2024-03-06 11:31:27 INFO GenericWebApplicationContext:510 - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@c0190fd: startup date [Wed Mar 06 11:31:27 EST 2024]; parent: WebApplicationContext for namespace 'dispatcher-servlet' 2024-03-06 11:31:27 INFO DispatcherServlet:503 - FrameworkServlet 'dispatcher': initialization completed in 6979 ms 2024-03-06 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:35:01 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 11:35:01 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:35:01 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 11:35:01 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 11:35:01 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 11:35:01 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 11:35:01 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 11:35:01 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 11:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 11:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 11:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 11:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 11:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 11:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 11:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 11:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 11:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 11:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 11:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 11:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 12:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 12:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 12:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 12:55:23 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:23 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-06 12:55:23 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 12:55:23 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 12:55:23 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 12:55:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 12:55:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 12:55:23 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/___proxy_subdomain_webmail/wp-login.php 2024-03-06 12:55:23 WARN PageNotFound:1120 - No mapping found for HTTP request with URI [/___proxy_subdomain_webmail/wp-login.php] in DispatcherServlet with name 'dispatcher' 2024-03-06 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 13:40:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/robots.txt 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 13:40:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:40:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 13:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 13:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 13:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 13:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 14:03:18 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/favicon.ico 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 14:03:18 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:03:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 14:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 14:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 14:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 14:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 15:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 15:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 15:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 16:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 16:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 16:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 16:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:32:45 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/chosen.php 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:32:45 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:32:56 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/inputs.php 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:32:56 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:32:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:02 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:02 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/style.php 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:03 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/input.php 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:17 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/about.php 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 17:33:17 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:33:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 17:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 17:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 17:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 17:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 17:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 18:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 18:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 18:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 18:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:16:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-06 19:16:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:16:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/___proxy_subdomain_webdisk/wp-login.php 2024-03-06 19:16:10 WARN PageNotFound:1120 - No mapping found for HTTP request with URI [/___proxy_subdomain_webdisk/wp-login.php] in DispatcherServlet with name 'dispatcher' 2024-03-06 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 19:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 19:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 19:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 19:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 20:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 20:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 20:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 20:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 21:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 21:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 21:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 22:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 22:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 22:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 22:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-06 23:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-06 23:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-06 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-06 23:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-06 23:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-06 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-06 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-06 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-06 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-06 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 00:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 00:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 00:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 00:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 01:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 01:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 01:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 01:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:00:00 INFO successPOAExpiry:38 - .....AutoReminderForPOAExpiry Start..... 2024-03-07 02:00:00 INFO PatientProfileService:2275 - No folder associated to this campaign (System will return) 2024-03-07 02:00:00 INFO failedPOAExpiry:43 - There are no caretaker msg found. 2024-03-07 02:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 02:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 02:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 02:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 02:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 02:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 02:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 02:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 02:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 02:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:30:01 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:30:01 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:30:01 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:30:01 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:30:01 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:30:01 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 03:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 03:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 04:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 04:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 04:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 04:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 04:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 04:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 04:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:34:59 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:34:59 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:34:59 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:34:59 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:34:59 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:34:59 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:34:59 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:34:59 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:34:59 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:34:59 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 05:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 05:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 05:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 05:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 05:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 05:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 05:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 06:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 06:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 06:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 06:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 06:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 06:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 06:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 06:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 07:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 07:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 07:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:25:02 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:25:02 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:25:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:02 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:25:02 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:25:02 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:25:02 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:25:02 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:25:02 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:25:02 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:25:02 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:42:15 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/favicon.ico 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:42:16 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:42:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/favicon.ico 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:42:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 08:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 08:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 08:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:55:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/favicon.ico 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 08:55:32 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$344f6bed.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$fc29444f.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev :0:0:0:0:0:1 Requested URL:/CRQA/deleteNotificationMessageWs 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:22 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:22 EST 2024 2024-03-07 07:01:22 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:01:22 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:01:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:30 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:01:30 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:01:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:30 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getArchivedNotificationWs 2024-03-07 07:01:30 INFO PatientWsControllers:3977 - Security Token is: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:01:30 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:01:30 INFO PatientWsControllers:3983 - Profile Id is: 1311 2024-03-07 07:01:30 INFO PatientWsControllers:3984 - Start..Going to get data from Database for Controller->getNotificationWsThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:30 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:30 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:30 INFO PatientWsControllers:3988 - SucessThu Mar 07 07:01:30 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:01:35 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/deleteNotificationMessageWs 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:35 EST 2024 2024-03-07 07:01:35 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:01:35 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:01:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:01:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:01:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getArchivedNotificationWs 2024-03-07 07:01:41 INFO PatientWsControllers:3977 - Security Token is: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:01:41 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:01:41 INFO PatientWsControllers:3983 - Profile Id is: 1311 2024-03-07 07:01:41 INFO PatientWsControllers:3984 - Start..Going to get data from Database for Controller->getNotificationWsThu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:41 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:41 INFO PatientWsControllers:3988 - SucessThu Mar 07 07:01:41 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:01:59 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/deleteNotificationMessageWs 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:01:59 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:01:59 EST 2024 2024-03-07 07:01:59 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:01:59 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:08 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:08 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:08 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:08 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:08 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:08 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getNonArchivedNotificationWs 2024-03-07 07:02:10 INFO PatientWsControllers:3953 - Security Token is: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:10 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:10 INFO PatientWsControllers:3959 - Profile Id is: 1311 2024-03-07 07:02:10 INFO PatientWsControllers:3960 - Start..Going to get data from Database for Controller->getNotificationWs Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:10 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:10 INFO PatientWsControllers:3964 - Sucess Thu Mar 07 07:02:10 EST 2024 2024-03-07 07:02:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:14 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:14 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:14 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:14 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:14 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:14 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:15 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:15 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:15 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getInsuranceCardsWs 2024-03-07 07:02:15 INFO PatientWsControllers:1726 - SecurityToken: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:15 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:15 INFO PatientWsControllers:1744 - Success 2024-03-07 07:02:15 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:15 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:20 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:20 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:20 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:20 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:20 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:20 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:02:21 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:21 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:21 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@7baa31f9 2024-03-07 07:02:21 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:02:21 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:02:21 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:02:21 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:21 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:21 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:24 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:24 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:24 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:24 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:24 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:24 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:25 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:25 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:25 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:02:25 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:25 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:25 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:26 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:26 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:26 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:26 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:26 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:26 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:30 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:30 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:30 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:30 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:30 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:30 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:30 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:42 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:42 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:42 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:42 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:42 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:42 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:42 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:42 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:53 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:53 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:53 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:02:53 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:53 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:53 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:56 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:02:56 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:56 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:56 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@362bc080 2024-03-07 07:02:56 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:02:56 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:02:56 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:02:56 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:02:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:56 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:56 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:02:58 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:58 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:02:58 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:02:58 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:02:58 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:02:58 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:02:58 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:02:58 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:01 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:01 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:01 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:03:01 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:01 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:01 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:03 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getNonArchivedNotificationWs 2024-03-07 07:03:03 INFO PatientWsControllers:3953 - Security Token is: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:03 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:03 INFO PatientWsControllers:3959 - Profile Id is: 1311 2024-03-07 07:03:03 INFO PatientWsControllers:3960 - Start..Going to get data from Database for Controller->getNotificationWs Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:03 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:03 INFO PatientWsControllers:3964 - Sucess Thu Mar 07 07:03:03 EST 2024 2024-03-07 07:03:05 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:05 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:05 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:05 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:05 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:03:05 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:05 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:05 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:03:06 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:06 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:06 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@4b319394 2024-03-07 07:03:06 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:03:06 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:03:06 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:03:06 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:06 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:06 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:09 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:09 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:09 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:03:09 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:09 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:09 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 07:03:10 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:11 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 07:03:11 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:11 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:11 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:11 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:11 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 07:03:11 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:11 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:11 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:17 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:17 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:17 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getPhysicianListWithDetialWs 2024-03-07 07:03:17 INFO PatientWsControllers:9097 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:17 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:17 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:17 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:03:21 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:21 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:21 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:26 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:03:26 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:26 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:26 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@30416e1d 2024-03-07 07:03:26 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:03:26 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:03:26 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:03:26 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:26 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:26 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:03:29 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:29 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:29 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:33 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:33 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:33 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:33 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:33 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:03:33 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:33 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:33 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:34 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:34 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:34 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:34 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:34 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:03:34 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:34 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:34 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:35 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:03:35 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:35 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:35 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@5375c3b 2024-03-07 07:03:35 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:03:35 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:03:35 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:03:35 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:03:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:35 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:35 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:03:37 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:37 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:37 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:40 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 07:03:40 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:40 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:40 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:40 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:40 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 07:03:40 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:40 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:40 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 07:03:41 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:03:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:03:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:03:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:03:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getPhysicianListWithDetialWs 2024-03-07 07:03:48 INFO PatientWsControllers:9097 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:48 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:03:48 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:03:48 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:04 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsAnswerListWs 2024-03-07 07:04:04 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:04 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:04 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 07:04:06 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:06 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:06 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 07:04:07 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:07 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:07 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 07:04:07 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:07 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:07 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:15 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:15 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:15 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:04:15 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:15 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:15 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:16 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:16 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:16 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:04:16 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:16 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:16 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:17 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:17 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:17 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:04:17 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:17 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:17 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:18 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 07:04:18 INFO PatientWsControllers:3196 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:18 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:18 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@66e0a178 2024-03-07 07:04:18 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 07:04:18 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 07:04:18 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 07:04:18 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:18 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:18 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:23 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:23 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:23 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:04:23 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:23 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:23 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:28 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:28 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:28 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:28 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:28 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 07:04:28 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:28 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:28 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 07:04:29 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:29 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:29 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 07:04:29 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:29 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:29 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getPhysicianListWithDetialWs 2024-03-07 07:04:41 INFO PatientWsControllers:9097 - Security Token: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:41 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:45 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:45 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:45 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:45 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:04:45 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:45 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:45 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:46 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getNonArchivedNotificationWs 2024-03-07 07:04:46 INFO PatientWsControllers:3953 - Security Token is: 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:46 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:46 INFO PatientWsControllers:3959 - Profile Id is: 1311 2024-03-07 07:04:46 INFO PatientWsControllers:3960 - Start..Going to get data from Database for Controller->getNotificationWs Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:46 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:46 INFO PatientWsControllers:3964 - Sucess Thu Mar 07 07:04:46 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:51 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/deleteNotificationMessageWs 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:51 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:51 EST 2024 2024-03-07 07:04:51 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:51 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:54 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/deleteNotificationMessageWs 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:54 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 07:04:54 EST 2024 2024-03-07 07:04:54 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:54 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:04:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:55 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:04:55 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:04:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:04:55 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:04:55 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:04:55 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:04:55 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:06:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:06:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:06:21 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:06:21 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:06:21 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:06:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:06:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:06:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 07:06:21 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:06:21 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:47:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 07:47:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:47:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:47:41 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:47:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:47:47 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:47 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:47 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:47 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:47 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:47:47 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:47:47 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:47 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:47:48 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:47:48 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:48 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getSurveyListByPatientIdWs 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:50 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getSurveyDetailByIdWs 2024-03-07 07:47:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:53 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/submittSurveyResponseWs 2024-03-07 07:47:53 INFO PatientProfileService:11637 - ...Saving survey Response.... 2024-03-07 07:47:53 INFO PatientProfileService:11642 - ...Creating duplicate survey copy in survey logs.... 2024-03-07 07:47:53 INFO PatientProfileService:11005 - fetching order list by patientId where order status is processing, activity count less then 4 2024-03-07 07:47:53 INFO PatientProfileService:11026 - fetching order list by patientId where order status is processing, without activity count in case no reward available agaisnt activity.bcz already perform his 4 activity 2024-03-07 07:47:53 INFO PatientProfileService:11031 - order have this value in Complinace Reward filed.com.ssa.cms.model.ComplianceRewardPoint@436bcbab 2024-03-07 07:47:53 INFO PatientProfileService:11033 - adding wegaWallet point after complete first 4 acitivites.. 2024-03-07 07:47:53 INFO PatientProfileService:11036 - Saving Reward History... 2024-03-07 07:47:53 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-07 07:47:53 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 07:47:53 INFO PatientProfileService:2369 - Start->Save NotificationMessages 2024-03-07 07:47:53 INFO PatientProfileService:2405 - SurveyLog Id :0 2024-03-07 07:47:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:53 INFO CommonUtil:1440 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":7063406062086645613,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 07:47:53 INFO PatientProfileService:2428 - End->Save NotificationMessages: true 2024-03-07 07:47:53 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:53 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:47:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:56 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:47:56 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:47:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:47:56 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 07:47:56 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:47:56 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:47:56 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:48:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:01 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:48:01 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:48:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:01 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 07:48:01 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:48:01 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:48:01 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:48:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:02 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:48:02 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:48:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:02 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getSurveyListByPatientIdWs 2024-03-07 07:48:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:08 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:48:08 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:48:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:08 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/deleteSurveyWs 2024-03-07 07:48:08 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 07:48:08 INFO PatientWsControllers:2618 - make json response 2024-03-07 07:48:08 INFO PatientWsControllers:2620 - return json.. 2024-03-07 07:48:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:09 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 07:48:09 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 07:48:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:48:09 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getSurveyListByPatientIdWs 2024-03-07 07:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 07:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 07:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 07:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 07:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 07:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 07:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 07:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 07:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 07:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 07:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:25:02 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:25:02 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:25:02 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:25:02 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:25:02 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:25:02 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:25:02 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:25:02 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:25:02 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:25:02 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:32:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:32:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:32:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:32:41 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:32:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:32:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:32:44 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:44 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:32:44 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:32:44 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:44 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:32:44 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:32:44 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:32:44 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:32:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:32:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:32:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/heartPulseResultHistoryWs 2024-03-07 08:32:48 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:32:48 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:32:48 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:32:52 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:52 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:32:52 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:32:52 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:32:52 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:32:52 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:32:52 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:32:52 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/heartPulseResultHistoryWs 2024-03-07 08:33:06 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:06 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:06 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:33:10 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:20 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:20 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:20 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:33:20 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:20 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:20 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:24 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:24 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:24 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/bloodPressureHistoryWs 2024-03-07 08:33:24 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:24 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:24 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:46 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:46 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:46 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:33:46 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:46 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:46 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:33:58 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:58 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:33:58 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:33:58 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:33:58 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/heartPulseResultHistoryWs 2024-03-07 08:33:58 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:33:58 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:33:58 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:34:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:34:03 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:34:03 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:34:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:34:03 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:34:03 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:34:03 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:34:03 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:35:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:23 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:23 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:23 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:35:23 INFO PatientWsControllers:33 - SecurityToken= 302b0557622bfbee5bb6e89f6d3c51ad 2024-03-07 08:35:23 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:23 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:26 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:35:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:26 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:26 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:35:26 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:26 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:26 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:26 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:34 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:34 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:34 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:34 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:34 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 08:35:34 INFO PatientWsControllers:5795 - userInput# 7347090892 2024-03-07 08:35:34 INFO PatientWsControllers:5796 - fcmToken# flu14EqlOUPOlKfTk5bXnr:APA91bFTUdWzCKnte68e_ELioBVXyLzV-FBwEP6BbuJGgJ_AQ_cbxzehOMolSjIWq556_5hdr4Q_cTFa2XtiKX2jONXkjlSwr6z-WTE4KrciFJssERXrH5VqSMlZYAIqVudHnrjz2mlB 2024-03-07 08:35:34 INFO PatientWsControllers:5797 - osType# 10 2024-03-07 08:35:34 INFO PatientWsControllers:5812 - Secure Token is: 85b1f4468daf7f76f6eb693e3a2cf56b 2024-03-07 08:35:34 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:34 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:34 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:36 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:36 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:36 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/loginWs 2024-03-07 08:35:36 INFO PatientWsControllers:1181 - userInput#7347090892 2024-03-07 08:35:36 INFO PatientWsControllers:1203 - Secure Token is: 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:35:36 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@759358e5 2024-03-07 08:35:36 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@5efad0eb 2024-03-07 08:35:36 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@357f101d 2024-03-07 08:35:36 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@6c3eb6f8 2024-03-07 08:35:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:36 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:36 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:35:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:35:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:35:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:35:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:35:37 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:35:37 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:35:37 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:36:05 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:36:05 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:36:05 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:36:05 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:36:05 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:36:05 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:37:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:37:25 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:37:25 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:37:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:37:25 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:37:25 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:37:25 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:37:25 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:37:33 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:37:33 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:37:33 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:37:33 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:37:33 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:37:33 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:38:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:38:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:38:06 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:38:06 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:38:06 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:38:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:38:06 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:06 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:38:06 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:38:06 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:38:19 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:19 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:38:19 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:38:19 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:19 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getContentsWs 2024-03-07 08:38:19 INFO PatientWsControllers:1025 - Page Type is: HowSpendPoints 2024-03-07 08:38:19 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:38:19 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:38:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:38:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:38:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:38:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:38:29 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:38:29 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:38:29 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:39:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:39:55 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:39:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:39:55 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:39:55 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:39:55 INFO PatientWsControllers:33 - SecurityToken= 3f9bb8090c62b901e0939dae5dcddd38 2024-03-07 08:39:55 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:39:55 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:39:55 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:39:55 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:40:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:40:08 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:40:08 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:40:08 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:40:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:40:08 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:40:08 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:40:08 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:40:08 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:41:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:41:59 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:41:59 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:41:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:41:59 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:41:59 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:42:15 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:15 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:42:15 INFO PatientWsControllers:33 - SecurityToken= null 2024-03-07 08:42:28 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:28 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:42:28 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:42:28 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:42:28 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:42:28 INFO PatientWsControllers:33 - SecurityToken= null 2024-03-07 08:43:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:43:54 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:43:54 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:43:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:43:54 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:43:54 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:45:00 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:00 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:45:00 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:45:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:45:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:45:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:45:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:45:21 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:46:19 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:46:19 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:46:19 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:46:19 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:46:19 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:46:19 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:47:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:14 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:47:14 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:47:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:14 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:47:14 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:47:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:47:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:47:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:47:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:47:37 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:47:37 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:47:37 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:47:37 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:47:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:49 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:47:49 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:47:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:47:49 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 08:47:49 INFO PatientWsControllers:5795 - userInput# 7347098192 2024-03-07 08:47:49 INFO PatientWsControllers:5796 - fcmToken# cVEJzbVFAETLrAf_UW1W07:APA91bF34QlXgAZSz5rs5-FlsThwh8K-tHKO7XCs4ndLEGqiW5x13sBRuEprCHNByPOHcFSfszKY5Ure6g9LaDKk0r-Ucp-Bs1--CF54PJfGt3yTBjpfLrIQKLRmoPK0oUn575gTC85z 2024-03-07 08:47:49 INFO PatientWsControllers:5797 - osType# 10 2024-03-07 08:47:49 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:47:49 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:08 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:08 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:08 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 08:48:08 INFO PatientWsControllers:5795 - userInput# 7347090892 2024-03-07 08:48:08 INFO PatientWsControllers:5796 - fcmToken# cVEJzbVFAETLrAf_UW1W07:APA91bF34QlXgAZSz5rs5-FlsThwh8K-tHKO7XCs4ndLEGqiW5x13sBRuEprCHNByPOHcFSfszKY5Ure6g9LaDKk0r-Ucp-Bs1--CF54PJfGt3yTBjpfLrIQKLRmoPK0oUn575gTC85z 2024-03-07 08:48:08 INFO PatientWsControllers:5797 - osType# 10 2024-03-07 08:48:08 INFO PatientWsControllers:5812 - Secure Token is: ee6d9b0ca0392d06984cf10b506a8b2a 2024-03-07 08:48:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:08 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:08 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:09 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:09 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:09 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/loginWs 2024-03-07 08:48:09 INFO PatientWsControllers:1181 - userInput#7347090892 2024-03-07 08:48:09 INFO PatientWsControllers:1203 - Secure Token is: 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:09 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@bbe0aab 2024-03-07 08:48:09 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@15818e2a 2024-03-07 08:48:09 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@3969b69a 2024-03-07 08:48:09 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@575793f9 2024-03-07 08:48:09 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:09 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:09 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:11 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:11 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:11 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:48:11 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:11 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:11 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:20 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getNonArchivedNotificationWs 2024-03-07 08:48:20 INFO PatientWsControllers:3953 - Security Token is: 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:20 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:20 INFO PatientWsControllers:3959 - Profile Id is: 1311 2024-03-07 08:48:20 INFO PatientWsControllers:3960 - Start..Going to get data from Database for Controller->getNotificationWs Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:6235 - Strt...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@4c7e2218 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:20 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12800 - Start..Going to get data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12815 - End..fetching data from Order ObjectThu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:12822 - Strt..fetching data from messgeType.getId().getMessageTypeId() :57 : Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientProfileService:6243 - End...Going to iterate List for (NotificationMessages messages : lstDb)Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:20 INFO PatientWsControllers:3964 - Sucess Thu Mar 07 08:48:20 EST 2024 2024-03-07 08:48:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:48:29 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:29 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:29 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:48:29 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:30 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:30 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:32 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:32 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:32 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:32 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:48:32 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:32 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:32 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:36 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:36 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:36 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:48:36 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:36 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:36 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetRefillRxListWs 2024-03-07 08:48:37 INFO PatientWsControllers:3196 - Security Token: 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:37 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:37 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@3ed0f060 2024-03-07 08:48:37 INFO PatientProfileService:3103 - life Time Points: 0 2024-03-07 08:48:37 INFO PatientProfileService:3111 - total Minus Points: 0 2024-03-07 08:48:37 INFO PatientProfileService:3114 - availablePoints is: 0 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 350 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 11 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 250 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 25 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 150 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 60 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 20 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 200 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 50 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 10 2024-03-07 08:48:37 INFO PatientProfileService:3127 - Points are: 5 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PatientProfileService:4234 - refill done will be 1 2024-03-07 08:48:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:37 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:37 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:40 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:48:40 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:40 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:40 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:40 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:40 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/patientActivitesCountWs 2024-03-07 08:48:40 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:40 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:40 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:43 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 08:48:43 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:43 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:43 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:43 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:43 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 08:48:43 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:43 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:43 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:44 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:44 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:44 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:44 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:44 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 08:48:44 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:44 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:44 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:48:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsAnswerListWs 2024-03-07 08:48:48 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:48:48 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:48:48 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:49:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:01 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:49:01 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:49:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:01 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/orderQuestionInfoWs 2024-03-07 08:49:01 INFO PatientWsControllers:7161 - orderQuestionInfoWs: question:fixedorderId :2020113028questionId: null 2024-03-07 08:49:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:49:02 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsAnswerListWs 2024-03-07 08:49:02 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:02 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:49:02 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:49:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:59 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:49:59 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:49:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:49:59 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getUserMessgeWs 2024-03-07 08:49:59 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:49:59 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:49:59 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:50:00 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:00 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/questionsListWs 2024-03-07 08:50:00 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:50:00 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:50:00 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:50:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:01 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:50:01 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:50:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:01 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getHcpUserMessgeWs 2024-03-07 08:50:01 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:50:01 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:50:01 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:50:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:03 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:50:03 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:50:03 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:03 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:50:03 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:50:03 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:50:03 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:50:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:50:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:50:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:50:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getPatientActivityHistoryByDateWs 2024-03-07 08:50:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:50:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:52:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:52:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:52:31 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:52:31 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:52:31 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:52:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:52:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:52:31 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:52:31 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:52:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:36 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:52:36 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:52:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:36 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:52:36 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:52:36 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:52:36 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:52:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:40 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:52:40 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:52:40 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:40 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getProfileDetailsWs 2024-03-07 08:52:40 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:52:40 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@1820139f 2024-03-07 08:52:40 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@75de8158 2024-03-07 08:52:40 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@3b59450e 2024-03-07 08:52:40 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@7d01cc0e 2024-03-07 08:52:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:55 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:52:55 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:52:55 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:52:55 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:52:55 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:52:55 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:52:55 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:04 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:04 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:04 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:53:04 INFO PatientWsControllers:33 - SecurityToken= 5a584cc7a83e880b5d2534f8af7fa41d 2024-03-07 08:53:04 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:04 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/logoutWs 2024-03-07 08:53:10 INFO PatientProfileService:339 - Temporary Token for Pharmecy uses: 54a45ac66ec5f3c541d615beceda54d7 2024-03-07 08:53:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:11 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:53:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:11 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:11 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:11 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:11 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:53:11 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:11 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:20 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:20 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:20 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 08:53:20 INFO PatientWsControllers:5795 - userInput# 3081264072 2024-03-07 08:53:20 INFO PatientWsControllers:5796 - fcmToken# cVEJzbVFAETLrAf_UW1W07:APA91bF34QlXgAZSz5rs5-FlsThwh8K-tHKO7XCs4ndLEGqiW5x13sBRuEprCHNByPOHcFSfszKY5Ure6g9LaDKk0r-Ucp-Bs1--CF54PJfGt3yTBjpfLrIQKLRmoPK0oUn575gTC85z 2024-03-07 08:53:20 INFO PatientWsControllers:5797 - osType# 10 2024-03-07 08:53:20 INFO PatientWsControllers:5812 - Secure Token is: 8a671f36948087bb2e2a5be96c0a6f1d 2024-03-07 08:53:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:20 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:20 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:22 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:22 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:22 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/loginWs 2024-03-07 08:53:22 INFO PatientWsControllers:1181 - userInput#3081264072 2024-03-07 08:53:22 INFO PatientWsControllers:1203 - Secure Token is: a8095832e72ae8be277f7cbd80034388 2024-03-07 08:53:22 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@4ac3d870 2024-03-07 08:53:22 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@4b6f1580 2024-03-07 08:53:22 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@7e252b91 2024-03-07 08:53:22 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@1a6922e7 2024-03-07 08:53:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:22 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:22 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:53:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:23 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:53:23 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:53:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:53:23 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:53:23 INFO PatientWsControllers:33 - SecurityToken= a8095832e72ae8be277f7cbd80034388 2024-03-07 08:53:23 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:53:23 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 08:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 08:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 08:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 08:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 08:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 08:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 08:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 08:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 08:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 08:55:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:21 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:21 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:21 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:21 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/logoutWs 2024-03-07 08:55:21 INFO PatientProfileService:339 - Temporary Token for Pharmecy uses: 9dc017aef34a950f770fe8c2655d25b9 2024-03-07 08:55:21 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:21 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:23 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:23 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:23 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:23 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:55:23 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:23 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:26 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:26 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:26 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:26 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:55:26 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:26 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:55:31 INFO PatientWsControllers:33 - SecurityToken= null 2024-03-07 08:55:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:35 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:35 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:35 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 08:55:35 INFO PatientWsControllers:5795 - userInput# 3361632902 2024-03-07 08:55:35 INFO PatientWsControllers:5796 - fcmToken# cVEJzbVFAETLrAf_UW1W07:APA91bF34QlXgAZSz5rs5-FlsThwh8K-tHKO7XCs4ndLEGqiW5x13sBRuEprCHNByPOHcFSfszKY5Ure6g9LaDKk0r-Ucp-Bs1--CF54PJfGt3yTBjpfLrIQKLRmoPK0oUn575gTC85z 2024-03-07 08:55:35 INFO PatientWsControllers:5797 - osType# 10 2024-03-07 08:55:35 INFO PatientWsControllers:5812 - Secure Token is: 6bc6ad63b3b76ad32809227ad702b48e 2024-03-07 08:55:35 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:35 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:35 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/loginWs 2024-03-07 08:55:41 INFO PatientWsControllers:1181 - userInput#3361632902 2024-03-07 08:55:41 INFO PatientWsControllers:1203 - Secure Token is: 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:55:41 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@2fb3f34b 2024-03-07 08:55:41 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@71fc3cfa 2024-03-07 08:55:41 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@1d84fc5a 2024-03-07 08:55:41 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@426f18fd 2024-03-07 08:55:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:41 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:41 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:55:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:43 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:55:43 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:55:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:55:43 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:55:43 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:55:43 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:55:43 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:56:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:14 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:56:14 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:56:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:14 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/sendNotificationByPharmacyWs 2024-03-07 08:56:14 INFO PatientWsControllers:7944 - ordDto.getId() is :202402026 2024-03-07 08:56:14 INFO PatientProfileService:2272 - Folder Id : 3 2024-03-07 08:56:14 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 08:56:14 INFO PatientProfileService:9434 - patientProfile.getPracticeId() :1 2024-03-07 08:56:14 INFO PatientProfileService:9436 - DateUtil.dateToString(new Date(), "E, MMMM dd yyyy")Thu, March 07 2024 2024-03-07 08:56:14 INFO PatientProfileService:2632 - Start->Save NotificationMessages 2024-03-07 08:56:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:14 INFO CommonUtil:912 - CommonUtil -> pushFCMNotificationIOS_APP_KEY_IOS: AIzaSyAS2M7aCCkvSJbVGKgIpnM8AAlycU5VYiE 2024-03-07 08:56:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:14 INFO CommonUtil:995 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":414434323080507516,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 08:56:14 INFO PatientProfileService:2738 - End->Save NotificationMessages: true 2024-03-07 08:56:14 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:56:14 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:56:38 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:38 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:56:38 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:56:38 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:38 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:56:38 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:56:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:49 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:56:49 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:56:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:49 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/sendNotificationByPharmacyWs 2024-03-07 08:56:49 INFO PatientWsControllers:7944 - ordDto.getId() is :202402026 2024-03-07 08:56:49 INFO PatientProfileService:2272 - Folder Id : 3 2024-03-07 08:56:49 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 08:56:49 INFO PatientProfileService:9434 - patientProfile.getPracticeId() :1 2024-03-07 08:56:49 INFO PatientProfileService:9436 - DateUtil.dateToString(new Date(), "E, MMMM dd yyyy")Thu, March 07 2024 2024-03-07 08:56:49 INFO PatientProfileService:2632 - Start->Save NotificationMessages 2024-03-07 08:56:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:49 INFO CommonUtil:912 - CommonUtil -> pushFCMNotificationIOS_APP_KEY_IOS: AIzaSyAS2M7aCCkvSJbVGKgIpnM8AAlycU5VYiE 2024-03-07 08:56:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:49 INFO CommonUtil:995 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":996175375290389795,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 08:56:49 INFO PatientProfileService:2738 - End->Save NotificationMessages: true 2024-03-07 08:56:49 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:56:49 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:56:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:51 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:56:51 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:56:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:56:51 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 08:56:51 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 08:57:38 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:38 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:38 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:38 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:38 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:38 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:38 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:38 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:43 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:43 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:43 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:43 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:43 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:43 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:43 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:46 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:46 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:46 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:46 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:46 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:46 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:46 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:49 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:49 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:49 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:49 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:49 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:49 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:49 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:51 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:51 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:51 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:51 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:51 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:51 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:51 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:56 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:56 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:56 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:56 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:56 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:56 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:56 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:57:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:59 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:57:59 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:57:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:57:59 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:57:59 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:57:59 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:57:59 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:58:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:58:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 08:58:10 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 08:58:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:58:10 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:10 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 08:58:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:58:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:58:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:58:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:58:13 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:13 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:58:13 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:58:13 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:13 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/sendNotificationByPharmacyWs 2024-03-07 08:58:14 INFO PatientWsControllers:7944 - ordDto.getId() is :202402026 2024-03-07 08:58:14 INFO PatientProfileService:2272 - Folder Id : 3 2024-03-07 08:58:14 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 08:58:14 INFO PatientProfileService:9434 - patientProfile.getPracticeId() :1 2024-03-07 08:58:14 INFO PatientProfileService:9436 - DateUtil.dateToString(new Date(), "E, MMMM dd yyyy")Thu, March 07 2024 2024-03-07 08:58:14 INFO PatientProfileService:2632 - Start->Save NotificationMessages 2024-03-07 08:58:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:14 INFO CommonUtil:912 - CommonUtil -> pushFCMNotificationIOS_APP_KEY_IOS: AIzaSyAS2M7aCCkvSJbVGKgIpnM8AAlycU5VYiE 2024-03-07 08:58:14 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:58:14 INFO CommonUtil:995 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":8827039000611192549,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 08:58:14 INFO PatientProfileService:2738 - End->Save NotificationMessages: true 2024-03-07 08:58:14 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:58:14 INFO PatientWsControllers:2620 - return json.. 2024-03-07 08:59:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:59:22 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 08:59:22 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 08:59:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:59:22 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/sendNotificationByPharmacyWs 2024-03-07 08:59:22 INFO PatientWsControllers:7944 - ordDto.getId() is :202402026 2024-03-07 08:59:22 INFO PatientProfileService:2272 - Folder Id : 3 2024-03-07 08:59:22 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 08:59:22 INFO PatientProfileService:9434 - patientProfile.getPracticeId() :1 2024-03-07 08:59:22 INFO PatientProfileService:9436 - DateUtil.dateToString(new Date(), "E, MMMM dd yyyy")Thu, March 07 2024 2024-03-07 08:59:22 INFO PatientProfileService:2632 - Start->Save NotificationMessages 2024-03-07 08:59:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:59:22 INFO CommonUtil:912 - CommonUtil -> pushFCMNotificationIOS_APP_KEY_IOS: AIzaSyAS2M7aCCkvSJbVGKgIpnM8AAlycU5VYiE 2024-03-07 08:59:22 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 08:59:23 INFO CommonUtil:995 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":8413915522002546789,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 08:59:23 INFO PatientProfileService:2738 - End->Save NotificationMessages: true 2024-03-07 08:59:23 INFO PatientWsControllers:2618 - make json response 2024-03-07 08:59:23 INFO PatientWsControllers:2620 - return json.. 2024-03-07 09:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:00:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:25 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:00:25 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:00:25 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:25 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 09:00:25 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 09:00:25 INFO PatientWsControllers:2618 - make json response 2024-03-07 09:00:25 INFO PatientWsControllers:2620 - return json.. 2024-03-07 09:00:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:00:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:00:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:00:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 09:00:31 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 09:00:31 INFO PatientWsControllers:2618 - make json response 2024-03-07 09:00:31 INFO PatientWsControllers:2620 - return json.. 2024-03-07 09:02:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:02:48 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:02:48 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:02:48 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:02:48 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getInsuranceCardsWs 2024-03-07 09:02:48 INFO PatientWsControllers:1726 - SecurityToken: 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 09:02:48 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 09:03:07 INFO PatientProfileService:1082 - No Insurance Card Avalible 2024-03-07 09:03:07 ERROR PatientWsControllers:1762 - Exception -> getPatientProfileByToken java.lang.Exception: No Insurance Card Avalible.Please add new. at com.ssa.cms.service.PatientProfileService.getInsuranceCard(PatientProfileService.java:1083) at com.ssa.cms.service.PatientProfileService$$FastClassBySpringCGLIB$$7a69c359.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.PatientProfileService$$EnhancerBySpringCGLIB$$38643a50.getInsuranceCard() at com.ssa.cms.controller.PatientWsControllers.getInsuranceCardsWs(PatientWsControllers.java:1739) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:777) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:706) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857) at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at com.ssa.cms.filter.RequestFilter.doFilter(RequestFilter.java:123) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:03:07 INFO PatientWsControllers:2618 - make json response 2024-03-07 09:03:07 INFO PatientWsControllers:2620 - return json.. 2024-03-07 09:03:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:03:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:03:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:03:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:03:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/updateOrderStatusWs 2024-03-07 09:03:07 INFO PatientWsControllers:33 - SecurityToken= 86610fcc95582fbc58fb9c28f66844c1 2024-03-07 09:03:08 INFO PatientProfileService:6696 - ...Refill created... 2024-03-07 09:03:08 INFO OrderIdGenerator:47 - Query generated: com.mysql.jdbc.JDBC4PreparedStatement@58af676c: SELECT MAX(id) AS id FROM(SELECT (id * 1) AS id FROM Orders WHERE id LIKE '20240307%') AS a 2024-03-07 09:03:08 INFO OrderIdGenerator:53 - max id: null 2024-03-07 09:03:08 INFO OrderIdGenerator:66 - Generated Order Id: 202403071 2024-03-07 09:03:08 INFO PatientProfileService:11099 - addRewardsPointSAndHistory 202403071 2024-03-07 09:03:08 INFO PatientProfileService:2272 - Folder Id : 3 2024-03-07 09:03:08 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-07 09:03:08 INFO PatientProfileService:9434 - patientProfile.getPracticeId() :1 2024-03-07 09:03:08 INFO PatientProfileService:9436 - DateUtil.dateToString(new Date(), "E, MMMM dd yyyy")Thu, March 07 2024 2024-03-07 09:03:08 INFO PatientProfileService:2632 - Start->Save NotificationMessages 2024-03-07 09:03:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:03:08 INFO CommonUtil:912 - CommonUtil -> pushFCMNotificationIOS_APP_KEY_IOS: AIzaSyAS2M7aCCkvSJbVGKgIpnM8AAlycU5VYiE 2024-03-07 09:03:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:03:08 INFO CommonUtil:995 - Tsting Output here of: CommonUtil -> pushFCMNotificationIOS: {"multicast_id":3189585562170573085,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} 2024-03-07 09:03:08 INFO PatientProfileService:2738 - End->Save NotificationMessages: true 2024-03-07 09:03:08 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:03:10 INFO PatientWsControllers:6950 - PHP_WEB_PDF/get-order-status api response: 2024-03-07 09:03:10 INFO PatientWsControllers:2618 - make json response 2024-03-07 09:03:10 INFO PatientWsControllers:2620 - return json.. 2024-03-07 09:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:13:40 INFO RequestFilter:32 - Begin: RequestFilter -> FilterConfig: Filter Created ################### @@@@@@@@@@@@@@@@@@@@@@ 2024-03-07 09:13:40 INFO DispatcherServlet:484 - FrameworkServlet 'dispatcher': initialization started 2024-03-07 09:13:40 INFO XmlWebApplicationContext:510 - Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:40 EST 2024]; root of context hierarchy 2024-03-07 09:13:40 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml] 2024-03-07 09:13:40 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/jobs.xml] 2024-03-07 09:13:41 INFO PropertyPlaceholderConfigurer:172 - Loading properties file from ServletContext resource [/properties/database.properties] 2024-03-07 09:13:41 INFO DriverManagerDataSource:133 - Loaded JDBC driver: com.mysql.jdbc.Driver 2024-03-07 09:13:41 INFO LocalContainerEntityManagerFactoryBean:339 - Building JPA container EntityManagerFactory for persistence unit 'default' 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.WidgetServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[POST],params=[],headers=[],consumes=[],produces=[application/xml],custom=[]}" onto public void com.ssa.cms.servlet.WidgetServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/InstantWS],methods=[POST],params=[],headers=[],consumes=[application/xml],produces=[],custom=[]}" onto public com.ssa.cms.service.Result com.ssa.cms.service.TestWebService.request(com.ssa.cms.service.Request) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.shippingMilesList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.addRecord(com.ssa.cms.model.PharmacyZipCodes,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.editRecord(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/getDeliveryDistances/{id}/{dprefId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryDistances(java.lang.Integer,java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryPreferencesDistanceById(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeReport.messageTypeReportList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/support || /run || /orderDetailList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.showPage(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/run],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runProcess(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.uploadImage(com.ssa.cms.model.SupportModel,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/runWidget],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runWidget(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/executeRedempiton],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.executeRedempitonEmdeon(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.getQRWidget(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.WidgetPortal(com.ssa.cms.model.SupportModel,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/importFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.importFile(com.ssa.cms.model.SupportModel,java.util.List,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delPatientProfile],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.delPatientProfile(java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.appMsgs(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderDetailList],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.orderDetailList(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderFillDate],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.updateOrderFillDate(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.sendRefillReminderMsg(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.searchhPatient(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/displayMessage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.getRecord(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.pharmaciesList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.saveOrUpdate(com.ssa.cms.model.CMSDocuments,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.responseList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.addEdit(com.ssa.cms.model.Response,org.springframework.ui.Model) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.editResponse(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/deleteValidResponse/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.ResponseSetupController.deleteValidResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.saveResponse(com.ssa.cms.model.Response,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.deleteResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.addEdit(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.smtpList(com.ssa.cms.model.SmtpServerInfo) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SmtpSetupController.saveSmtp(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.editSmtp(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.deleteSmtp(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/export],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.exportExcel(java.util.Date,java.util.Date,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.view() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.addEdit(com.ssa.cms.model.IntervalsType,org.springframework.ui.Model) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.intervalTypeList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.saveInterval(com.ssa.cms.model.IntervalsType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.editInterval(java.lang.Integer,com.ssa.cms.model.IntervalsType) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.deleteInterval(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/deleteInterval/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.IntervalTypeSetupController.deleteIntervalHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RoleController.saveRole(com.ssa.cms.model.RoleTypes,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.deleteRole(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.listRole(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.editRole(java.lang.Integer,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.addRole(com.ssa.cms.model.RoleTypes,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.loadPage() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.save(com.ssa.cms.model.DeliveryPreferences,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/terms || /help || /privacy || /policy || /esp],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.TermsController.viewPageUnderConstruction() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.savePharmacy(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.pharmaciesList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.editPharmacy(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.searchhPatient(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/registration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewRegistrationPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardPage(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardInfoPageHandler(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadcard],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.uploadCardPageLoader(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadimage/{target}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.uploadInsuranceCardImage(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.savePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientInfo(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/update],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.updatePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/frontSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getFrontCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/backSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getBackSideCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList1() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientProfileInfo(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientProfileHealth],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientProfileHealth(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientShippingAddress(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientShippingAddress(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientInsurance],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientInsurance(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientInsurance/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientInsurance(java.lang.Long) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientNotes],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.savePatientNotes(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/checkPatientIdExists],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.checkPatientIdExists(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientDependant/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientDependant(java.lang.Integer) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.savePatientNotifiction(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/populateProcessedOrdersDetail/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.populateProcessedOrdersDetail(java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientBasicReport() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientBasicReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientEnhancedReport() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientEnhancedReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.exportPdf(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientrecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientByEmail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByEmail(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticerecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticeRecordByLicenseNo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByLicenseNo(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/updatePatientAllergies],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.updatePatientInfoAllergies(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deleteRecord],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.loadPage() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.save(com.ssa.cms.model.RewardPoints,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/laker/{type}/{fromdate}/{todate}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.LakerService.lakerDrf(java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploaddrugdocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.uploadDrugDocument(org.springframework.web.multipart.MultipartFile,java.lang.Long,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/retrieveDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.retrieveDrugDetail(java.lang.Long) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.addEdit(org.springframework.ui.Model) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugGenericByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugForm],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugForm(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugPacking],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugPacking(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deleteDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DrugSetupController.getCampaignHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/drugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.retrieveDrugList(java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/searchdrugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.searchDrugList(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/edit/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.editDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importlist],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugList(org.springframework.web.multipart.MultipartFile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deletedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deletedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/updatedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.updatedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile(com.ssa.cms.model.SupportModel,java.util.List,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadDocument(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadDocument(java.lang.Long,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadImage(java.lang.Long,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadImage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveDrug(com.ssa.cms.bean.drug.setup.DrugSetupAddBean,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/delete/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deleteDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.drugList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploadDrug],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.DrugSetupController.upload(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.saveSurvey(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile[],javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.addSurvey() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.editSurvey(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/addQuestions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.openSurveyQuestionDialog(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/associate/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.associateSurveyQuestions(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/testSms],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.sendTestSms(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/takeSurvey/{surveyId}/{communicationId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.takeSurvey(java.lang.Integer,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/submitSurvey],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.submitSurveyResponse(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.deletetSurvey(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.getResponseList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.saveSurveyQuestion(com.ssa.cms.model.SurveyQuestion,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.deleteSurveyQuestion(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.viewSurveyQuestionList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.addSurveyQuestion() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.editSurveyQuestion(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.saveSurveyResponse(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/associatedResponses/{responseTypeId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SurveyResponseSetupController.getResponsesByResponseType(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponseList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponse() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.editSurveyResponse(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.deletetSurveyResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/isdelete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.SurveyResponseSetupController.getDeleteResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws com.itextpdf.text.DocumentException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportExcel],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportExcel(java.util.Date,java.util.Date) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportPdf(java.util.Date,java.util.Date,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.view() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.orderDetail(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportExcel(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/status/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderStatus(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderList(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/add/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.addOrderDetail(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/comments/{orderId}/{orderStatusId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.OrderController.getCommentsHandler(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportPDF(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/getLogo/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.OrderController.getLogo(javax.servlet.http.HttpServletResponse,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/prescription/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.sendPrescriptionOrder(java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/placeorder/{transactionNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewPlaceOrder(com.ssa.cms.model.Order,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/summary],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderSummary(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/dashboard],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DashboardController.loadPageHandler() throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/verifyMobileNoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateAllergiesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateAllergies(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getStatesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getStates() throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryAddressWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveDrugSearchesWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteDrugSearchesById(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillModuleWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/optOutRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.optOutRefillReminder(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/savePatientPreferenceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.savePatientPreference(java.lang.String,java.lang.Integer,boolean) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addResponseToNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addResponseToNotificationMessage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/markCurrentAddressAsDefaultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.markCurrentAddressAsDefault(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteCurrentAddressWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteCurrentAddress(java.lang.String,int) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ResetPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ResetPassword(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDoctorsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDoctorsList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/accountVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.accountVerification(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/emailVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.emailVerification(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ageVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ageVerification(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDeliveryPrefrencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryPrefrences() throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/insuranceCardInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.insuranceCardInfo(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getContentsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPageContents(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/reSendVerificationCodeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.resendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginTokenBasedWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loginTokenBased(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/archiveInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.archiveInsuranceCardWs(java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatPrimaryInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatPrimaryInsuranceCardWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerExpiryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerExpiryWs(java.lang.String,java.lang.String,java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/populateReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populateReadyToDeliveryRxWs(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmReadyToDeliveryRxWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPatientInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populatePatientDataWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientEnrollmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientEnrollmentWs(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/forgotPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.forgotPasswordWs(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodGlucoseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/glucoseHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.glucoseHistory(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientActivitesCountWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientActivitesCountWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodPressureWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodPressureWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bloodPressureHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bloodPressureHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientBodyMassWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientBodyMass(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bodyMassResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bodyMassResultHistory(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientHeartPulseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addPatientHeartPulseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/heartPulseResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.heartPulseResultHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterAvgWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIYearFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIYearFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIMonthlyFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIMonthlyFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterDetailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterDetailWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionsWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.getQuestionsWs(java.lang.String,java.lang.String,int) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/SurveyListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.SurveyListWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.surveyNotificationWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/allergyListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.allergyListWs(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionAnsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionAnsListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QuestionReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addUpdateAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAddressWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteAndUpdateAllergyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteAndUpdateAllergyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/duePaymentOrderListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.duePaymentOrderList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deletePatientWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deletePatientWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ActivitiesHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ActivitiesHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderStatusWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderQuestionInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionInfoWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/unSubscribeWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.unSubscribeWs(int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/faQuestionsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/jason],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFAQuestionsWS(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionsWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionsAnswerWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientRecentActivityWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRecentActivity(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientPointsUpdateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRefillPoint(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientHealthHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientHealthHistory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientMedicationHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientMedicationHistory(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/answerAlertNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.answerAlertNotificationWs(int,java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientActivityHistoryByDateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientActivityHistoryByDate(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardsHistoryListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rewardsHistoryListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteNotificationMessage(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptTermsAndConditionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptTermsAndCondition(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyDetailByIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientSecurityToken(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyListByPatientIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientIdWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendNotificationByPharmacyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxAdvisory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientMessgeReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientMessgeReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/repaeatRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.repaeatRefillReminderManuallyWs() throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendAppUrlLinkSMSWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendAppUrlLinkSMSWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addvistorInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addVistorInfo(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/wayOfCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.wayOfCommunication(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxReporterNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rxReporterNotification(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterCommunicationWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittRxReporterSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittRxReporterSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRxReporterClinicalAdvisoryNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxReporterClinicalAdvisoryNotification(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrderWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getUserMessge(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderAndGenralQuestionsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderAndGenralQuestions(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterSessionListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterSessionList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterMessageListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterMessageLis(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderManuallyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderManually(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDoneOrdersListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDoneOrders(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDueOrdersListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDueOrders(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesWs(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addMessgeInfoForHcpWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addMessgeInfoForHcpWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long,java.lang.Integer,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getHcpUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getHcpUserMessgeWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/hcpQuestionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.hcpQuestionsAnswerListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendHCPGenralMessageNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendHCPGenralMessageWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDuplicateSurveyDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeuplicateSurveyDetial(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/fethDrugDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.fethDrugDetialWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWithDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWithDetialWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePrescriberWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrescriber(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveNewDrugWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveNewDrug(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/nextRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderMsg(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateProfile(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/askQuestionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionPlace(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderCancelledWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrder(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/createProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.createProfile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getInsuranceCardsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getInsuranceCardsWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugInfoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/yearEndStatmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.yearEndStatmentWs(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getProfileDetails(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePersonalDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePersonalDetails(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecord(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordDetailWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecordDetail(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAllNotificationMessages(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferVideoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferVideoWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationDeatilViewWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationDeatilViewWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesStatus(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getIsReadNotificationMessagesCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getIsReadNotificationMessagesCountWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveTransferRxPointsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveTransferRxPoints(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getMyRewardsPointWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getMyRewardsPointWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/placeRxOrderDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Long[],java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetRefillRxListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillRxList(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deliveryAddressesWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPtAddressWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryAddressWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/calculateZipCodeDistanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.calculateZipCodeDistance(java.lang.Integer,java.lang.String,java.lang.String,boolean) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmPaymentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmRxTransferPayment(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Long[],java.lang.String,java.lang.Boolean) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearAllDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.clearAllDrugSearchesWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseResultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBloodGlucoseResultWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/noThanksWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.noThanksWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteRxTransferRecordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteRxTransferRecordWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shareWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.share(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmOrderWs/{transferno}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmOrderWs(java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNonArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNonArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWithPaginationWs],methods=[],params=[skip && limit],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWithPagination(java.lang.String,int,int,org.springframework.web.util.UriComponentsBuilder,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getWaitingResponseNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getWaitingResponseNotificationWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesTextByIdWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationMessagesTextByIdWs(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getAtDoctorTextWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAtDoctorTextWs() throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillRequestWs],methods=[],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBatchRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getTotalCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getActiveOrderWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCost(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostLaterWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCostLater(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/preAuthorizeRefillWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.preAuthorizeRefill(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/distcontinueFutureMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.distcontinueFutureMessages(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/continueWaitWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.continueWait(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/changeOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.changeOrderStatus(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateMFRWithOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateMFRWithOrder(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryPerformanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryPerformance(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderDeliveryTimeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryTime(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/stopRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.stopRefillReminder(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/downloadYearEndStatementWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.downloadYearEndStatement(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getCopyDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getCopyDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCard1Ws],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCard1Ws(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loadPatientPreferencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loadPatientPreferences(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePOAWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePOAWs(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addCareTakerWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addCareTakerWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfileWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfile2Ws],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile2Ws(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/msgResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.msgResponseWs(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateHandDeliveryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateHandDelivery(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderPrimeryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrimeryOrder(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/generateDeviceToken],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.generateDeviceToken(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getServerTimeWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getServerTime(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderImagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderImagesWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePassword() throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerImageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerImge(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDiseaseListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDiseaseList() throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferRequest(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPlaceRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPlaceRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRedeemPointsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRedeemPointsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuickStatsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuickStatsWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getFilledRxHistoryWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFilledRxHistory(java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/viewOrderReceiptWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.viewOrderReceiptWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNoInsurancesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNoInsurancesWs(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.login(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logoutWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.logout(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.widgetUserList(com.ssa.cms.model.WidgetUser) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.editWidgetUser(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.addEdit(com.ssa.cms.model.WidgetUser,org.springframework.ui.Model) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.saveWidgetUser(com.ssa.cms.model.WidgetUser,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.deleteWidgetUser(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.drugAdditionalMarginList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.editDrugAdditionalMargin(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.addRecord(com.ssa.cms.model.DrugAdditionalMargin,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.deleteDrugAdditionalMargin(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugAdditionalMarginController.getDrugAdditionalMarginPricesByDrugBrandId(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.getEventlist(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.editEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.deleteEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.EventSetupController.saveUpdateEvent(com.ssa.cms.model.Event,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.editIndustry(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.addEdit(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.getIndustryList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.saveIndustry(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.deleteIndustry(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.saveSurveyResponseType(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.editSurveyResponseType(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.deletetSurveyResponseType(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.getResponseTypeList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.addSurveyResponseType() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.viewRxTransferDetail(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.saveRxTransferDetail(com.ssa.cms.model.TransferDetail,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugStrength/{drugName}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populatedDrugStrengthValue(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDetailByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDetailByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/calculatePointsFromProfit],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.calculatePointsFromProfit(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateQtyByStrengthAndDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByMultiGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByMultiGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugQtyByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugQtyByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadNextImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadNextDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadPrevImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadPrevDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugFormByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugTypeByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialReportParams(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.transferDetailList() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBrandByName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBrandByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByNameSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByNameSearch(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandId(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugType],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugType(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/saveInstantNotification],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.RxTransferController.saveInstantNotification(java.lang.Integer,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDefaultQtyByStrength],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDefaultQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBasicPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBasicPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByDrugGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfFinancial],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfTransactional],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/updateDrugInfoInOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.updateDrugInfoInOrder(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSEmailSetupController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.saveOrUpdate(com.ssa.cms.model.CMSEmailContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.saveResourcePermission(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/delete/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.deleteRole(java.lang.Integer,boolean,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/changepassword/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.changePassword(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/exchangejson],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map com.ssa.cms.controller.UserController.onBrandChange(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/edit/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.editUser(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.addEditUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/loadPharmacies],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.populatePharmacies(org.springframework.web.servlet.ModelAndView) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/savepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.savePassword(com.ssa.cms.model.Users,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.listUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.save(com.ssa.cms.model.Users,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/search],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.OrderSearch(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ || /index],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.index(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.edit(com.ssa.cms.model.Campaigns,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list/{type}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaign(com.ssa.cms.model.Campaigns,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaigns(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/graph],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.showFolderGraph(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/clone/{campaignId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.createClone(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendEmail],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestEmail(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.surveyReports(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/patientNoOrderReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.patientNoOrderReport(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.generateSurveyReports(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveDown/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveDownSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveUp/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveUpSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/exportInActivePatientReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportInActivePatientReport(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/saveCampaignMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.saveCampaign(java.lang.Integer,java.lang.Integer,java.lang.Integer[],java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyList/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.getSurveyHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{communicationPath}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.advanceSave(com.ssa.cms.model.Campaigns,java.lang.String,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.advanceEdit(com.ssa.cms.model.Campaigns,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportExcel(int,int) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportPDF(int,int) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendSMS],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestSMS(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.add(com.ssa.cms.model.Campaigns,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.save(com.ssa.cms.model.Campaigns,org.springframework.validation.BindingResult,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSContentController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.saveOrUpdate(com.ssa.cms.model.CMSPageContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.add() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.getCommunicationFolderlist() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.editCommunicationFolder(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.addEdit(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CommunicationFolderSetupController.saveCommunicationFolder(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notfound],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notfound() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notauthorized],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notauthorized() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.LoginController.addCustomer(com.ssa.cms.model.Users,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.login() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.logout(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drug/setup/manage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupManageController.manageDrug() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.edit(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.MessageTypeSetupController.saveMessageType(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.addEdit(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.messageTypeList(com.ssa.cms.model.MessageType) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updatePatientAllergies/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updatePatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/aboutUs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewPage() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/privacyPolicy],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.privacyPolicy() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientHistory/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory(int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailRefillHandler/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailRefillHandler(int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailHandler],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetail/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailLink(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/optIn],methods=[],params=[],headers=[],consumes=[],produces=[text/plain],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.consumerPortal(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewMoreDocuments(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/termscondition],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.termsCondition() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/createaccount],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.createAccount() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/search],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.searchDocument(com.ssa.cms.model.CMSDocuments) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/download/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PortalController.downloadDocuments(java.lang.Integer,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/signup],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadRegistration1PageHandler() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandlerGet(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/addConsumer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.addUserHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotPasswrdPageHandler() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotPasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotUserNamePageHandler() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotUserNameHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotUserNamePassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.forgotUserNamePasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifictionHistory],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getOrderwisePharmacyNotifications(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getpharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/popUpWind/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.popUpPatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/loadDeliveryPrefFee/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadDeliveryPrefFee(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendinappnotification/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessage(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.String,int) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendInAppMessageWithFile/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessageWithFile(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getInAppMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMsgTextService(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/orderReceipt/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getOrderReceipt(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateFinalPtPay],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateFinalPtPay(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/retrievecampaign/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.retrieveCampaign(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingId(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/udateMultiDrugPrices],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.udateMultiDrugPrices(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingGCN(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingDrugName(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateDrugDetailByBrandOrGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateDrugDetailByBrandOrGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage/{patientId}/{dependentId}/{selectedTab}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory2(int,int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getQueuePatientDetailPage(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/cancelOrder/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.cancelOrderById(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/refillOrders/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.refillOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multirxOrder/{patientId}/{orderId}/{waiveDeliveryFee}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMultiRxOrder(int,int,int,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/newOnlineRxDetail/{patientId}/{dependentId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.newOnlineRxDetail(int,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/saveOnlineOrder/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.saveOnlineOrder(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientDetailByMobileNumber/{mobileNumber}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPatientDetailByMobileNumber(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateMultiRxOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateMultiRxOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateOrdersWithSameDeliverPref/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateOrdersWithSameDeliverPref(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateShippingQueue/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateShippingQueueDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateShippingFee],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateShippingFee(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/validateZip/{zip}/{state}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateStateByZip(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/faq],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.FAQ() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multiRxDelivery/{orderId}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.multiRxDelivery(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/processMultiRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.processMultiRxOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/lookup],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.lookupPharmacy(com.ssa.cms.model.PharmacyLookup) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateProcessedOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateProcessedOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateDrugPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateDrugPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceList],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceList(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.updateOrderStatus(javax.servlet.http.HttpServletRequest,java.lang.Integer,int) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/postAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Integer,int) throws java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.documents() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/transferRxList/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.link(java.lang.String,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.index() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.loadPage() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.save(com.ssa.cms.model.FeeSettings,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/requestCallToHcpRefillRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.requestCallToHcpRefillRxWs(java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelRxRenewalWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.cancelRxRenewalWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.addPage() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.saveRecords(com.ssa.cms.model.DeliveryDistances,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/delete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DeliveryDsitancesController.getDeleteRecordHandler(java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processSameDayShippingRxOrders || /Pharmacyqueue/processSameDayShippingRxOrders || /pharmacyqueue/processSameDayShippingRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.processSameDayShippingRxOrders(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.changePasswordHandler(com.ssa.cms.model.Pharmacy,javax.servlet.http.HttpServletRequest,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile || /Pharmacyqueue/profile || /pharmacyqueue/profile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadConsumerProfilePageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile_edit/{email} || /Pharmacyqueue/profile_edit/{email} || /pharmacyqueue/profile_edit/{email}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadEditProfilePageHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/accountsummary || /Pharmacyqueue/accountsummary || /pharmacyqueue/accountsummary],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.accountSummary(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/searchOrder || /Pharmacyqueue/searchOrder || /pharmacyqueue/searchOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchOrderHandler(com.ssa.cms.model.Order,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.text.ParseException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription || /Pharmacyqueue/prescription || /pharmacyqueue/prescription],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescription(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{orderNo} || /Pharmacyqueue/prescription/{orderNo} || /pharmacyqueue/prescription/{orderNo}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescriptionView(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/acceptall || /Pharmacyqueue/acceptall || /pharmacyqueue/acceptall],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.acceptOrderHandler(javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ordercareer/{orderId} || /Pharmacyqueue/ordercareer/{orderId} || /pharmacyqueue/ordercareer/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCarrierHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients/{index} || /Pharmacyqueue/ingredients/{index} || /pharmacyqueue/ingredients/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewMoreIngredients(java.lang.Integer) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredientSearch || /Pharmacyqueue/ingredientSearch || /pharmacyqueue/ingredientSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchIngredients(com.ssa.cms.model.DrugBrand) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/updateprofile || /Pharmacyqueue/updateprofile || /pharmacyqueue/updateprofile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.editProfileHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderingredients/{transactionNo} || /Pharmacyqueue/orderingredients/{transactionNo} || /pharmacyqueue/orderingredients/{transactionNo}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getIngredientsHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/sendNotifyAdmin || /Pharmacyqueue/sendNotifyAdmin || /pharmacyqueue/sendNotifyAdmin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendNotifyAdmin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/uploadDrugDetail || /Pharmacyqueue/uploadDrugDetail || /pharmacyqueue/uploadDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.uploadDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/calculateDrugDetailPrice || /Pharmacyqueue/calculateDrugDetailPrice || /pharmacyqueue/calculateDrugDetailPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.calculateDrugDetailPrice(java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/careGiverList || /Pharmacyqueue/careGiverList || /pharmacyqueue/careGiverList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getCareGiverList(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/patientActivities || /Pharmacyqueue/patientActivities || /pharmacyqueue/patientActivities],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getpatientActivitiesList(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/bloodPressureDetails || /Pharmacyqueue/bloodPressureDetails || /pharmacyqueue/bloodPressureDetails],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getBloodPressureDetails(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest1 || /Pharmacyqueue/newMemberRequest1 || /pharmacyqueue/newMemberRequest1],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest1(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest || /Pharmacyqueue/newMemberRequest || /pharmacyqueue/newMemberRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/interpretedImages || /Pharmacyqueue/interpretedImages || /pharmacyqueue/interpretedImages],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfInterpretedImages(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/waitingPtResponse || /Pharmacyqueue/waitingPtResponse || /pharmacyqueue/waitingPtResponse],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfWaitingPtResponse(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/responseReceived || /Pharmacyqueue/responseReceived || /pharmacyqueue/responseReceived],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfResponseReceived(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/firstQueueInfo || /Pharmacyqueue/firstQueueInfo || /pharmacyqueue/firstQueueInfo],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.populateFirstQueueInformation(java.lang.Integer,java.lang.Integer,java.lang.Integer,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processRequest || /Pharmacyqueue/processRequest || /pharmacyqueue/processRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfProcessRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/shippingDelivery || /Pharmacyqueue/shippingDelivery || /pharmacyqueue/shippingDelivery],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfShippingDelivery(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/cancelledRequest || /Pharmacyqueue/cancelledRequest || /pharmacyqueue/cancelledRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfCancelledRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/listing || /Pharmacyqueue/listing || /pharmacyqueue/listing],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.filterRecordListing(int,int,int,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getQuestionAnswer || /Pharmacyqueue/getQuestionAnswer || /pharmacyqueue/getQuestionAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getQuestionAnswer(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLoginPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.pharmacyLogin(com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/Cancel || /Pharmacyqueue/Cancel || /pharmacyqueue/Cancel],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLogin() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin || /Pharmacyqueue/successLogin || /pharmacyqueue/successLogin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin/{orderId} || /Pharmacyqueue/successLogin/{orderId} || /pharmacyqueue/successLogin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin/{orderId} || /Pharmacyqueue/successSignin/{orderId} || /pharmacyqueue/successSignin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin || /Pharmacyqueue/successSignin || /pharmacyqueue/successSignin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadChangePasswordPageHandler() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialReportParams || /Pharmacyqueue/loadFinancialReportParams || /pharmacyqueue/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialReportParams() throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialCycleInfo || /Pharmacyqueue/loadFinancialCycleInfo || /pharmacyqueue/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/pharmacyNotifiction || /Pharmacyqueue/pharmacyNotifiction || /pharmacyqueue/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendPharmacyNotification(java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/addNewDrugDetail || /Pharmacyqueue/addNewDrugDetail || /pharmacyqueue/addNewDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.addDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/postOrderToIOMNI || /Pharmacyqueue/postOrderToIOMNI || /pharmacyqueue/postOrderToIOMNI],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.postOrderToIOMNI(java.lang.String) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getOrderDetail/{path}/{id} || /Pharmacyqueue/getOrderDetail/{path}/{id} || /pharmacyqueue/getOrderDetail/{path}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderDetail/{id} || /Pharmacyqueue/orderDetail/{id} || /pharmacyqueue/orderDetail/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/detail/{id} || /Pharmacyqueue/detail/{id} || /pharmacyqueue/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewPatientProfileInfo(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/home || /PharmacyPortal/pharmacyhome || /Pharmacyqueue/home || /Pharmacyqueue/pharmacyhome || /pharmacyqueue/home || /pharmacyqueue/pharmacyhome],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/update/{orderId}/{status} || /Pharmacyqueue/update/{orderId}/{status} || /pharmacyqueue/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{id} || /Pharmacyqueue/prescription/{id} || /pharmacyqueue/prescription/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.saveOrder(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients || /Pharmacyqueue/ingredients || /pharmacyqueue/ingredients],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.ingredients() 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/comments/{orderId} || /Pharmacyqueue/comments/{orderId} || /pharmacyqueue/comments/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCommentsHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:47 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/logout || /Pharmacyqueue/logout || /pharmacyqueue/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.logout(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:47 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:40 EST 2024]; root of context hierarchy 2024-03-07 09:13:47 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:40 EST 2024]; root of context hierarchy 2024-03-07 09:13:48 INFO SimpleUrlHandlerMapping:314 - Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0' 2024-03-07 09:13:48 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/pdf-view.xml] 2024-03-07 09:13:48 INFO GenericWebApplicationContext:510 - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@e04715d: startup date [Thu Mar 07 09:13:48 EST 2024]; parent: WebApplicationContext for namespace 'dispatcher-servlet' 2024-03-07 09:13:48 INFO DispatcherServlet:503 - FrameworkServlet 'dispatcher': initialization completed in 7961 ms 2024-03-07 09:13:51 INFO RequestFilter:32 - Begin: RequestFilter -> FilterConfig: Filter Created ################### @@@@@@@@@@@@@@@@@@@@@@ 2024-03-07 09:13:52 INFO DispatcherServlet:484 - FrameworkServlet 'dispatcher': initialization started 2024-03-07 09:13:52 INFO XmlWebApplicationContext:510 - Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:52 EST 2024]; root of context hierarchy 2024-03-07 09:13:52 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml] 2024-03-07 09:13:52 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/jobs.xml] 2024-03-07 09:13:53 INFO PropertyPlaceholderConfigurer:172 - Loading properties file from ServletContext resource [/properties/database.properties] 2024-03-07 09:13:53 INFO DriverManagerDataSource:133 - Loaded JDBC driver: com.mysql.jdbc.Driver 2024-03-07 09:13:53 INFO LocalContainerEntityManagerFactoryBean:339 - Building JPA container EntityManagerFactory for persistence unit 'default' 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/AutoOrderPlacement],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.OutBoundOrderPlacement.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericAnonymousResponseHandler],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.PMSGenericAnonymousResponseHandlerServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericTextFlow],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericTextFlowServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PMSGenericYesResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.servlet.PMSGenericYesResponseServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto protected void com.ssa.cms.servlet.WidgetServlet.doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widget],methods=[POST],params=[],headers=[],consumes=[],produces=[application/xml],custom=[]}" onto public void com.ssa.cms.servlet.WidgetServlet.doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/InstantWS],methods=[POST],params=[],headers=[],consumes=[application/xml],produces=[],custom=[]}" onto public com.ssa.cms.service.Result com.ssa.cms.service.TestWebService.request(com.ssa.cms.service.Request) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.shippingMilesList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.addRecord(com.ssa.cms.model.PharmacyZipCodes,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.editRecord(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/getDeliveryDistances/{id}/{dprefId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryDistances(java.lang.Integer,java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ShippingMilesController.getDeliveryPreferencesDistanceById(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingMiles/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ShippingMilesController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeReport.messageTypeReportList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/support || /run || /orderDetailList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.showPage(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/run],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runProcess(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/upload],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.uploadImage(com.ssa.cms.model.SupportModel,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/runWidget],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.runWidget(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/executeRedempiton],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.executeRedempitonEmdeon(com.ssa.cms.model.SupportModel,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.getQRWidget(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QRCode],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.WidgetPortal(com.ssa.cms.model.SupportModel,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/importFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.importFile(com.ssa.cms.model.SupportModel,java.util.List,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delPatientProfile],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.delPatientProfile(java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.appMsgs(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderDetailList],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.orderDetailList(com.ssa.cms.model.SupportModel) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderFillDate],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.updateOrderFillDate(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.sendRefillReminderMsg(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SupportController.searchhPatient(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/displayMessage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SupportController.handleRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.getRecord(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.pharmaciesList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.saveOrUpdate(com.ssa.cms.model.CMSDocuments,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cMSDocuments/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSDocumentController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.responseList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.addEdit(com.ssa.cms.model.Response,org.springframework.ui.Model) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.editResponse(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/deleteValidResponse/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.ResponseSetupController.deleteValidResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ResponseSetupController.saveResponse(com.ssa.cms.model.Response,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/response/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResponseSetupController.deleteResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.addEdit(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.smtpList(com.ssa.cms.model.SmtpServerInfo) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SmtpSetupController.saveSmtp(com.ssa.cms.model.SmtpServerInfo,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.editSmtp(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/smtp/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SmtpSetupController.deleteSmtp(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/export],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.exportExcel(java.util.Date,java.util.Date,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/report/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ReportController.view() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.addEdit(com.ssa.cms.model.IntervalsType,org.springframework.ui.Model) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.intervalTypeList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.IntervalTypeSetupController.saveInterval(com.ssa.cms.model.IntervalsType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.editInterval(java.lang.Integer,com.ssa.cms.model.IntervalsType) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IntervalTypeSetupController.deleteInterval(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/intervalsType/deleteInterval/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.IntervalTypeSetupController.deleteIntervalHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RoleController.saveRole(com.ssa.cms.model.RoleTypes,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.deleteRole(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.listRole(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.editRole(java.lang.Integer,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/role/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RoleController.addRole(com.ssa.cms.model.RoleTypes,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.loadPage() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/delivery/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryPreferencesController.save(com.ssa.cms.model.DeliveryPreferences,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/terms || /help || /privacy || /policy || /esp],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.TermsController.viewPageUnderConstruction() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.savePharmacy(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.pharmaciesList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.editPharmacy(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/pharmacy/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PharmacyController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/searchPatient],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.searchhPatient(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/registration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewRegistrationPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardPage(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/creditcardinfo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewCreditCardInfoPageHandler(com.ssa.cms.model.PatientProfile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadcard],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.uploadCardPageLoader(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/uploadimage/{target}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.uploadInsuranceCardImage(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.savePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientInfo(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/update],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.updatePatientInfoHandler(com.ssa.cms.model.PatientProfile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/frontSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getFrontCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/backSideCard/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PatientProfileController.getBackSideCard(javax.servlet.http.HttpServletResponse,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientProfileList1() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientProfileInfo(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientProfileHealth],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientProfileHealth(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientShippingAddress(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientShippingAddress],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientShippingAddress(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientInsurance],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.savePatientInsurance(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientInsurance/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientInsurance(java.lang.Long) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/savePatientNotes],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.savePatientNotes(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/checkPatientIdExists],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Boolean com.ssa.cms.controller.PatientProfileController.checkPatientIdExists(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/getPatientDependant/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.getPatientDependant(java.lang.Integer) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.PatientProfileController.savePatientNotifiction(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/populateProcessedOrdersDetail/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.populateProcessedOrdersDetail(java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientBasicReport() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientBasicReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientBasicReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.patientEnhancedReport() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/patientEnhancedReport],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.viewPatientEnhancedReport(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.exportPdf(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientrecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePatientByEmail],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeleteRecordByEmail(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticerecorByPhone],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByPhone(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deletePracticeRecordByLicenseNo],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.DeletePracticeRecordByLicenseNo(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/updatePatientAllergies],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PatientProfileController.updatePatientInfoAllergies(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/deleteRecord],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(com.ssa.cms.model.DeleteRecord,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patient/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PatientProfileController.deleteRecord(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.loadPage() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardPoints/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RewardPointsSetupController.save(com.ssa.cms.model.RewardPoints,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/laker/{type}/{fromdate}/{todate}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.LakerService.lakerDrf(java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploaddrugdocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.uploadDrugDocument(org.springframework.web.multipart.MultipartFile,java.lang.Long,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/retrieveDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.retrieveDrugDetail(java.lang.Long) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.addEdit(org.springframework.ui.Model) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugGenericByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugForm],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugForm(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchDrugPacking],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchDrugPacking(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deleteDrug/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DrugSetupController.getCampaignHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/drugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.retrieveDrugList(java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list/searchdrugdata],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.searchDrugList(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/searchBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.searchBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/saveBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/edit/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.editDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importlist],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugList(org.springframework.web.multipart.MultipartFile,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/deletedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deletedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/updatedrugdetail/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.updatedrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.Long) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/importDrugFile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.importDrugFile(com.ssa.cms.model.SupportModel,java.util.List,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.FileNotFoundException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadDocument(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloaddocument],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadDocument(java.lang.Long,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.downloadImage(java.lang.Long,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/downloadimage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.DrugSetupController.downloadImage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.saveDrug(com.ssa.cms.bean.drug.setup.DrugSetupAddBean,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/delete/{brandNameId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugSetupController.deleteDrug(org.springframework.ui.Model,java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupController.drugList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugBrand/uploadDrug],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.DrugSetupController.upload(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.saveSurvey(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile[],javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.addSurvey() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.editSurvey(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/addQuestions],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.openSurveyQuestionDialog(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/associate/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.associateSurveyQuestions(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/testSms],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.sendTestSms(com.ssa.cms.model.Survey,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/takeSurvey/{surveyId}/{communicationId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.takeSurvey(java.lang.Integer,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/submitSurvey],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.submitSurveyResponse(com.ssa.cms.model.Survey,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.deletetSurvey(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/survey/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyController.getResponseList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.saveSurveyQuestion(com.ssa.cms.model.SurveyQuestion,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.deleteSurveyQuestion(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.viewSurveyQuestionList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.addSurveyQuestion() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyQuestion/edit/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyQuestionController.editSurveyQuestion(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.saveSurveyResponse(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/associatedResponses/{responseTypeId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.SurveyResponseSetupController.getResponsesByResponseType(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponseList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.viewSurveyResponse() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.editSurveyResponse(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseSetupController.deletetSurveyResponse(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponse/isdelete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.SurveyResponseSetupController.getDeleteResponseHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.populateRecord(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) throws com.itextpdf.text.DocumentException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportExcel],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportExcel(java.util.Date,java.util.Date) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/exportPdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.exportPdf(java.util.Date,java.util.Date,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/inAppReport/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.InAppNotificationReportController.view() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.orderDetail(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportExcel(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/status/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderStatus(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/list],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderList(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/add/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.addOrderDetail(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.springframework.web.multipart.MultipartFile) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/comments/{orderId}/{orderStatusId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.OrderController.getCommentsHandler(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.exportPDF(int,int,java.lang.String,java.lang.String) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/getLogo/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.OrderController.getLogo(javax.servlet.http.HttpServletResponse,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/prescription/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.sendPrescriptionOrder(java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/placeorder/{transactionNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewPlaceOrder(com.ssa.cms.model.Order,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/summary],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.OrderController.viewOrderSummary(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/dashboard],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DashboardController.loadPageHandler() throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteAccountWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteAccountWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/verifyMobileNoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateAllergiesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateAllergies(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getStatesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getStates() throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryAddressWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveDrugSearchesWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteDrugSearchesById(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillModuleWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/optOutRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.optOutRefillReminder(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/savePatientPreferenceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.savePatientPreference(java.lang.String,java.lang.Integer,boolean) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addResponseToNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addResponseToNotificationMessage(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/markCurrentAddressAsDefaultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.markCurrentAddressAsDefault(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteCurrentAddressWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteCurrentAddress(java.lang.String,int) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ResetPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ResetPassword(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDoctorsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDoctorsList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelAppointmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelAppointment(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/accountVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.accountVerification(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/emailVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.emailVerification(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ageVerificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ageVerification(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDeliveryPrefrencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryPrefrences() throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/insuranceCardInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.insuranceCardInfo(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getContentsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPageContents(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/reSendVerificationCodeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.resendVerificationCode(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginTokenBasedWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loginTokenBased(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCardWs(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/archiveInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.archiveInsuranceCardWs(java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatPrimaryInsuranceCardWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatPrimaryInsuranceCardWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerExpiryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerExpiryWs(java.lang.String,java.lang.String,java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/populateReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populateReadyToDeliveryRxWs(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmReadyToDeliveryRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmReadyToDeliveryRxWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPatientInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.populatePatientDataWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientEnrollmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientEnrollmentWs(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/forgotPasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.forgotPasswordWs(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodGlucoseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/glucoseHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.glucoseHistory(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientActivitesCountWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientActivitesCountWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodPressureWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addBloodPressureWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bloodPressureHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bloodPressureHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientBodyMassWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientBodyMass(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/bodyMassResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.bodyMassResultHistory(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addPatientHeartPulseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addPatientHeartPulseWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/heartPulseResultHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.heartPulseResultHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterAvgWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIYearFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIYearFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIMonthlyFilterWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIMonthlyFilterWs(java.lang.String,int,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/BMIWeeklyFilterDetailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.BMIWeeklyFilterDetailWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionsWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.getQuestionsWs(java.lang.String,java.lang.String,int) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/SurveyListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.ssa.cms.model.JsonResponse com.ssa.cms.controller.PatientWsControllers.SurveyListWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.surveyNotificationWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/allergyListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.allergyListWs(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuestionAnsListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionAnsListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/QuestionReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuestionReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addUpdateAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.addAddressWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteAndUpdateAllergyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteAndUpdateAllergyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/duePaymentOrderListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.duePaymentOrderList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deletePatientWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deletePatientWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ActivitiesHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.ActivitiesHistoryWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderStatusWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyPlaceNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderPlaceNotificationWs(int) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderQuestionInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionInfoWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/unSubscribeWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.unSubscribeWs(int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/faQuestionsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/jason],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFAQuestionsWS(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.orderQuestionsWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/questionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionsAnswerWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientRecentActivityWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRecentActivity(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PatientPointsUpdateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientRefillPoint(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientHealthHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientHealthHistory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientMedicationHistoryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientMedicationHistory(java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/answerAlertNotificationWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.answerAlertNotificationWs(int,java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientActivityHistoryByDateWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.PatientActivityHistoryByDate(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rewardsHistoryListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rewardsHistoryListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteNotificationMessageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteNotificationMessage(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptTermsAndConditionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptTermsAndCondition(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyDetailByIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientSecurityToken(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getSurveyListByPatientIdWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getSurveyListByPatientIdWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendNotificationByPharmacyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxAdvisory(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/patientMessgeReplyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.patientMessgeReplyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/repaeatRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.repaeatRefillReminderManuallyWs() throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendAppUrlLinkSMSWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendAppUrlLinkSMSWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addvistorInfoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addVistorInfo(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/wayOfCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.wayOfCommunication(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxReporterNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.rxReporterNotification(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterCommunicationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterCommunicationWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/submittRxReporterSurveyResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.submittRxReporterSurveyResponse(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRxReporterClinicalAdvisoryNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRxReporterClinicalAdvisoryNotification(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrderWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getUserMessge(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderAndGenralQuestionsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderAndGenralQuestions(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterSessionListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterSessionList(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getReporterMessageListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getReporterMessageLis(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendRefillReminderManuallyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderManually(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDoneOrdersListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDoneOrders(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRefillDueOrdersListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillDueOrders(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesWs(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addMessgeInfoForHcpWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addMessgeInfoForHcpWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.Long,java.lang.Integer,java.lang.Long) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getHcpUserMessgeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getHcpUserMessgeWs(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/hcpQuestionsAnswerListWs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.hcpQuestionsAnswerListWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendHCPGenralMessageNotificationWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendHCPGenralMessageWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteSurveyWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteSurveyWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDuplicateSurveyDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeuplicateSurveyDetial(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/fethDrugDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.fethDrugDetialWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPhysicianListWithDetialWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPhysicianListWithDetialWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePrescriberWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrescriber(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveNewDrugWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveNewDrug(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/nextRefillReminderManuallyWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendRefillReminderMsg(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateProfile(java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/askQuestionWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.questionPlace(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/orderCancelledWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.cancelOrder(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/createProfileWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.createProfile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getInsuranceCardsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getInsuranceCardsWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugInfoWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugLookUpList(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/yearEndStatmentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.yearEndStatmentWs(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getProfileDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getProfileDetails(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePersonalDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePersonalDetails(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecord(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDrugRecordDetailWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDrugRecordDetail(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAllNotificationMessages(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferVideoWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferVideoWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationDeatilViewWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationDeatilViewWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateNotificationMessagesStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateNotificationMessagesStatus(java.lang.String,java.lang.Integer,int,int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getIsReadNotificationMessagesCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getIsReadNotificationMessagesCountWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveTransferRxPointsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveTransferRxPoints(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getMyRewardsPointWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getMyRewardsPointWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Long[],java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/placeRxOrderDetailsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.placeRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetRefillRxListWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRefillRxList(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shippingAddressWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deliveryAddressesWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/GetPtAddressWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDeliveryAddressWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/calculateZipCodeDistanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.calculateZipCodeDistance(java.lang.Integer,java.lang.String,java.lang.String,boolean) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmPaymentWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmRxTransferPayment(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.String,java.lang.String,java.lang.Long[],java.lang.String,java.lang.Boolean) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/clearAllDrugSearchesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.clearAllDrugSearchesWs(java.lang.String,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addBloodGlucoseResultWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBloodGlucoseResultWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/noThanksWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.noThanksWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deleteRxTransferRecordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.deleteRxTransferRecordWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/shareWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.share(java.lang.String) throws java.io.IOException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/confirmOrderWs/{transferno}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.confirmOrderWs(java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNonArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNonArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getArchivedNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getArchivedNotification(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWithPaginationWs],methods=[],params=[skip && limit],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWithPagination(java.lang.String,int,int,org.springframework.web.util.UriComponentsBuilder,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getWaitingResponseNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getWaitingResponseNotificationWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationMessagesTextByIdWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationMessagesTextByIdWs(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getAtDoctorTextWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=utf-8],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getAtDoctorTextWs() throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailWs(java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/refillRequestWs],methods=[],params=[],headers=[],consumes=[application/json],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveBatchRefillModule(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getTotalCountWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getActiveOrderWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCost(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/acceptLowerCostLaterWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.acceptLowerCostLater(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/preAuthorizeRefillWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.preAuthorizeRefill(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/distcontinueFutureMessagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.distcontinueFutureMessages(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/continueWaitWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.continueWait(java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/changeOrderStatusWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.changeOrderStatus(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateMFRWithOrderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateMFRWithOrder(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateDeliveryPerformanceWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryPerformance(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderDeliveryTimeWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateDeliveryTime(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/stopRefillReminderWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.stopRefillReminder(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/downloadYearEndStatementWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.downloadYearEndStatement(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/sendEmailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.sendEmailsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getCopyDrugLookUpWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getCopyDrugLookUpList(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addInsuranceCard1Ws],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addInsuranceCard1Ws(java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loadPatientPreferencesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.loadPatientPreferences(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePOAWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePOAWs(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/addCareTakerWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.addCareTakerWs(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfileWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfileWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPatientProfile2Ws],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPatientProfile2Ws(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/msgResponseWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.msgResponseWs(java.lang.String,java.lang.String,java.lang.Integer,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateHandDeliveryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateHandDelivery(java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderPrimeryWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePrimeryOrder(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException,java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/generateDeviceToken],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.generateDeviceToken(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getServerTimeWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getServerTime(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateOrderImagesWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateOrderImagesWs(java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,java.util.List,java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updatePasswordWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updatePassword() throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/updateCareTakerImageWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.updateCareTakerImge(java.lang.String,java.lang.Integer,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNotificationWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNotificationWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getDiseaseListWs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getDiseaseList() throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/saveRxTransferWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.saveRxTransferRequest(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getPlaceRxOrderDetailsWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getPlaceRxOrderDetailsWs(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getRedeemPointsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getRedeemPointsWs(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getQuickStatsWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getQuickStatsWs(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getFilledRxHistoryWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getFilledRxHistory(java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/viewOrderReceiptWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.viewOrderReceiptWs(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/getNoInsurancesWs],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.getNoInsurancesWs(java.lang.Integer) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/loginWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.login(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logoutWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.PatientWsControllers.logout(java.lang.String,java.lang.String) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.widgetUserList(com.ssa.cms.model.WidgetUser) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.editWidgetUser(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.addEdit(com.ssa.cms.model.WidgetUser,org.springframework.ui.Model) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.WidgetUserSetupController.saveWidgetUser(com.ssa.cms.model.WidgetUser,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/widgetUser/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WidgetUserSetupController.deleteWidgetUser(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.drugAdditionalMarginList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.editDrugAdditionalMargin(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.addRecord(com.ssa.cms.model.DrugAdditionalMargin,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.deleteDrugAdditionalMargin(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/load/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.DrugAdditionalMarginController.getDrugAdditionalMarginPricesByDrugBrandId(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drugAdditionalMargin/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugAdditionalMarginController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.getEventlist(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.editEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.EventSetupController.deleteEvent(javax.servlet.http.HttpServletRequest,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/event/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.EventSetupController.saveUpdateEvent(com.ssa.cms.model.Event,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.editIndustry(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.addEdit(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.getIndustryList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.saveIndustry(com.ssa.cms.model.Industry,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/industry/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.IndustrySetupController.deleteIndustry(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.saveSurveyResponseType(com.ssa.cms.model.SurveyResponseType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.editSurveyResponseType(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.deletetSurveyResponseType(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.getResponseTypeList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/surveyResponseType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.SurveyResponseTypeController.addSurveyResponseType() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.viewRxTransferDetail(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/view],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.saveRxTransferDetail(com.ssa.cms.model.TransferDetail,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugStrength/{drugName}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populatedDrugStrengthValue(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDetailByDrugTypeAndName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDetailByDrugTypeAndName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/calculatePointsFromProfit],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.calculatePointsFromProfit(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateQtyByStrengthAndDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetailByMultiGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetailByMultiGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugQtyByGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugQtyByGCN(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadNextImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadNextDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadPrevImage/{orderId}/{imageId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadPrevDrugImage(javax.servlet.http.HttpServletRequest,java.lang.String,int) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugFormByDrugBrandName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugTypeByDrugBrandName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialReportParams(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.transferDetailList() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBrandByName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBrandByName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByNameSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByNameSearch(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugBrandId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugBrandId(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugByDrugType],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugByDrugType(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/saveInstantNotification],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public boolean com.ssa.cms.controller.RxTransferController.saveInstantNotification(java.lang.Integer,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugDefaultQtyByStrength],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugDefaultQtyByStrength(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/searchDrugBasicPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.searchDrugBasicPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugByDrugGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugByDrugGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfFinancial],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/exportPdfTransactional],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.RxTransferController.exportPdf(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/populateDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.populateDrugDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/rxTransfer/updateDrugInfoInOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.RxTransferController.updateDrugInfoInOrder(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSEmailSetupController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.saveOrUpdate(com.ssa.cms.model.CMSEmailContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/email/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSEmailSetupController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.saveResourcePermission(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/permission/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ResourcePermissionController.load(com.ssa.cms.model.AppResourceObjectPermissions,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/delete/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.deleteRole(java.lang.Integer,boolean,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/changepassword/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.changePassword(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/exchangejson],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map com.ssa.cms.controller.UserController.onBrandChange(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/edit/{id}/{isAdmin}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.editUser(com.ssa.cms.model.Users,java.lang.Integer,boolean,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.addEditUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/loadPharmacies],methods=[GET],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.populatePharmacies(org.springframework.web.servlet.ModelAndView) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/savepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.savePassword(com.ssa.cms.model.Users,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.UserController.listUser(com.ssa.cms.model.Users,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/user/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.UserController.save(com.ssa.cms.model.Users,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/order/search],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.OrderSearch(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ || /index],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.WelcomeController.index(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.edit(com.ssa.cms.model.Campaigns,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list/{type}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaign(com.ssa.cms.model.Campaigns,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/list],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.listCampaigns(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/graph],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.showFolderGraph(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/clone/{campaignId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.createClone(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendEmail],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestEmail(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.surveyReports(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/patientNoOrderReport],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.patientNoOrderReport(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyReports],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.generateSurveyReports(com.ssa.cms.model.Campaigns,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveDown/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveDownSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/moveUp/{messageTypeId}/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.updateMoveUpSortOrder(java.lang.Integer,java.lang.String,java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/exportInActivePatientReports],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportInActivePatientReport(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/saveCampaignMsgs],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.saveCampaign(java.lang.Integer,java.lang.Integer,java.lang.Integer[],java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/surveyList/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.getSurveyHandler(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{communicationPath}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.advanceSave(com.ssa.cms.model.Campaigns,java.lang.String,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/{type}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.advanceEdit(com.ssa.cms.model.Campaigns,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/excelDownload.xls],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportExcel(int,int) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/pdfDownload.pdf],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CampaignController.exportPDF(int,int) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/sendSMS],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.sendTestSMS(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.add(com.ssa.cms.model.Campaigns,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/campaign/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CampaignController.save(com.ssa.cms.model.Campaigns,org.springframework.validation.BindingResult,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/getRecord/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CMSContentController.getRecord(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.saveOrUpdate(com.ssa.cms.model.CMSPageContent,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/CmsPageContent/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CMSContentController.add() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.getCommunicationFolderlist() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.editCommunicationFolder(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.CommunicationFolderSetupController.addEdit(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/folder/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.CommunicationFolderSetupController.saveCommunicationFolder(com.ssa.cms.model.Folder,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notfound],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notfound() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/notauthorized],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.notauthorized() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.LoginController.addCustomer(com.ssa.cms.model.Users,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/login || /admin || /Admin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.login() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.LoginController.logout(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/drug/setup/manage],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DrugSetupManageController.manageDrug() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/edit/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.edit(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.MessageTypeSetupController.saveMessageType(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/delete/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.deleteBrand(java.lang.Integer,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.addEdit(com.ssa.cms.model.MessageType,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/messageType/list],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.MessageTypeSetupController.messageTypeList(com.ssa.cms.model.MessageType) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updatePatientAllergies/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updatePatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/aboutUs],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewPage() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/privacyPolicy],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.privacyPolicy() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientHistory/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory(int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailRefillHandler/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailRefillHandler(int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetailHandler],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/rxDetail/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.rxDetailLink(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.Integer,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/optIn],methods=[],params=[],headers=[],consumes=[],produces=[text/plain],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.consumerPortal(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.viewMoreDocuments(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/termscondition],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.termsCondition() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/createaccount],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.createAccount() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/search],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.searchDocument(com.ssa.cms.model.CMSDocuments) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/download/{id}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.ssa.cms.controller.PortalController.downloadDocuments(java.lang.Integer,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/signup],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadRegistration1PageHandler() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandlerGet(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyRegistration],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.registration2PageLoadHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/addConsumer],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.addUserHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotPasswrdPageHandler() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotpassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotPasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadForgotUserNamePageHandler() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotusername],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.forgotUserNameHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/forgotUserNamePassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.forgotUserNamePasswordHandler(com.ssa.cms.model.Pharmacy) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/pharmacyNotifictionHistory],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getOrderwisePharmacyNotifications(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getpharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPharmacyNotification(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/popUpWind/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.popUpPatientAllergies(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/loadDeliveryPrefFee/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.loadDeliveryPrefFee(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendinappnotification/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessage(java.lang.String,javax.servlet.http.HttpServletRequest,java.lang.String,int) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/sendInAppMessageWithFile/{orderId}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.sendInAppMessageWithFile(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/getInAppMsg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMsgTextService(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/orderReceipt/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getOrderReceipt(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateFinalPtPay],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateFinalPtPay(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/retrievecampaign/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.retrieveCampaign(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingId],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingId(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/udateMultiDrugPrices],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.udateMultiDrugPrices(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingGCN],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingGCN(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceListUsingDrugName],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceListUsingDrugName(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateDrugDetailByBrandOrGenericName],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateDrugDetailByBrandOrGenericName(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage/{patientId}/{dependentId}/{selectedTab}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.linkPatientHistory2(int,int,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/queuePatientDetailPage],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.getQueuePatientDetailPage(com.ssa.cms.dto.BaseDTO,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/cancelOrder/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.cancelOrderById(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/refillOrders/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.refillOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multirxOrder/{patientId}/{orderId}/{waiveDeliveryFee}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getMultiRxOrder(int,int,int,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/newOnlineRxDetail/{patientId}/{dependentId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.newOnlineRxDetail(int,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/saveOnlineOrder/],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.saveOnlineOrder(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/patientDetailByMobileNumber/{mobileNumber}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.getPatientDetailByMobileNumber(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateMultiRxOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateMultiRxOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateOrdersWithSameDeliverPref/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateOrdersWithSameDeliverPref(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateShippingQueue/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateShippingQueueDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateShippingFee],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateShippingFee(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/validateZip/{zip}/{state}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateStateByZip(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/faq],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.FAQ() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/multiRxDelivery/{orderId}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.multiRxDelivery(java.lang.String,int,com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/processMultiRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.processMultiRxOrders(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/lookup],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.lookupPharmacy(com.ssa.cms.model.PharmacyLookup) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/populateProcessedOrdersDetail/{orderId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.populateProcessedOrdersDetail(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/calculateDrugPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.calculateDrugPrice(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/estimateDrugPriceList],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.estimateDrugPriceList(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.updateOrderStatus(javax.servlet.http.HttpServletRequest,java.lang.Integer,int) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/postAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/updateorderstatus/{id}/{patientId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.PortalController.updateOrderStatus(java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Integer,int) throws java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/documents],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.documents() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal/transferRxList/{orderId}/{patientId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.link(java.lang.String,int,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/ConsumerPortal],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.PortalController.index() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.loadPage() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/feeSettings/load],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.FeeSettingsController.save(com.ssa.cms.model.FeeSettings,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/InboundMessageHandlerWs],methods=[],params=[],headers=[],consumes=[application/x-www-form-urlencoded],produces=[application/json],custom=[]}" onto public org.springframework.http.ResponseEntity com.ssa.cms.controller.APIControllers.handleUsersResponse(java.lang.String,java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/requestCallToHcpRefillRxWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.requestCallToHcpRefillRxWs(java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/cancelRxRenewalWs],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.Object com.ssa.cms.controller.APIControllers.cancelRxRenewalWs(java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.addPage() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.DeliveryDsitancesController.saveRecords(com.ssa.cms.model.DeliveryDistances,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/deliveryDsitances/delete/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public boolean com.ssa.cms.controller.DeliveryDsitancesController.getDeleteRecordHandler(java.lang.Integer,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processSameDayShippingRxOrders || /Pharmacyqueue/processSameDayShippingRxOrders || /pharmacyqueue/processSameDayShippingRxOrders],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.processSameDayShippingRxOrders(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.changePasswordHandler(com.ssa.cms.model.Pharmacy,javax.servlet.http.HttpServletRequest,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile || /Pharmacyqueue/profile || /pharmacyqueue/profile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadConsumerProfilePageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/profile_edit/{email} || /Pharmacyqueue/profile_edit/{email} || /pharmacyqueue/profile_edit/{email}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadEditProfilePageHandler(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/accountsummary || /Pharmacyqueue/accountsummary || /pharmacyqueue/accountsummary],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.accountSummary(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/searchOrder || /Pharmacyqueue/searchOrder || /pharmacyqueue/searchOrder],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchOrderHandler(com.ssa.cms.model.Order,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.text.ParseException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription || /Pharmacyqueue/prescription || /pharmacyqueue/prescription],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescription(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{orderNo} || /Pharmacyqueue/prescription/{orderNo} || /pharmacyqueue/prescription/{orderNo}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.prescriptionView(javax.servlet.http.HttpServletRequest,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/acceptall || /Pharmacyqueue/acceptall || /pharmacyqueue/acceptall],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.acceptOrderHandler(javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ordercareer/{orderId} || /Pharmacyqueue/ordercareer/{orderId} || /pharmacyqueue/ordercareer/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCarrierHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients/{index} || /Pharmacyqueue/ingredients/{index} || /pharmacyqueue/ingredients/{index}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewMoreIngredients(java.lang.Integer) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredientSearch || /Pharmacyqueue/ingredientSearch || /pharmacyqueue/ingredientSearch],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.searchIngredients(com.ssa.cms.model.DrugBrand) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/updateprofile || /Pharmacyqueue/updateprofile || /pharmacyqueue/updateprofile],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.editProfileHandler(com.ssa.cms.model.Pharmacy,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderingredients/{transactionNo} || /Pharmacyqueue/orderingredients/{transactionNo} || /pharmacyqueue/orderingredients/{transactionNo}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getIngredientsHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/sendNotifyAdmin || /Pharmacyqueue/sendNotifyAdmin || /pharmacyqueue/sendNotifyAdmin],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendNotifyAdmin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/uploadDrugDetail || /Pharmacyqueue/uploadDrugDetail || /pharmacyqueue/uploadDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.uploadDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/calculateDrugDetailPrice || /Pharmacyqueue/calculateDrugDetailPrice || /pharmacyqueue/calculateDrugDetailPrice],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.calculateDrugDetailPrice(java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/careGiverList || /Pharmacyqueue/careGiverList || /pharmacyqueue/careGiverList],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getCareGiverList(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/patientActivities || /Pharmacyqueue/patientActivities || /pharmacyqueue/patientActivities],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getpatientActivitiesList(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/bloodPressureDetails || /Pharmacyqueue/bloodPressureDetails || /pharmacyqueue/bloodPressureDetails],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getBloodPressureDetails(javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest1 || /Pharmacyqueue/newMemberRequest1 || /pharmacyqueue/newMemberRequest1],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest1(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/newMemberRequest || /Pharmacyqueue/newMemberRequest || /pharmacyqueue/newMemberRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfNewMemberRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/interpretedImages || /Pharmacyqueue/interpretedImages || /pharmacyqueue/interpretedImages],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfInterpretedImages(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/waitingPtResponse || /Pharmacyqueue/waitingPtResponse || /pharmacyqueue/waitingPtResponse],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfWaitingPtResponse(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/responseReceived || /Pharmacyqueue/responseReceived || /pharmacyqueue/responseReceived],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfResponseReceived(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/firstQueueInfo || /Pharmacyqueue/firstQueueInfo || /pharmacyqueue/firstQueueInfo],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.populateFirstQueueInformation(java.lang.Integer,java.lang.Integer,java.lang.Integer,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/processRequest || /Pharmacyqueue/processRequest || /pharmacyqueue/processRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfProcessRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/shippingDelivery || /Pharmacyqueue/shippingDelivery || /pharmacyqueue/shippingDelivery],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfShippingDelivery(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/cancelledRequest || /Pharmacyqueue/cancelledRequest || /pharmacyqueue/cancelledRequest],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listOfCancelledRequest(java.lang.String,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/listing || /Pharmacyqueue/listing || /pharmacyqueue/listing],methods=[],params=[],headers=[],consumes=[],produces=[application/json;charset=UTF-8],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.filterRecordListing(int,int,int,javax.servlet.http.HttpServletRequest,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getQuestionAnswer || /Pharmacyqueue/getQuestionAnswer || /pharmacyqueue/getQuestionAnswer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getQuestionAnswer(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLoginPageHandler(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/login || /Pharmacyqueue/login || /pharmacyqueue/login],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.pharmacyLogin(com.ssa.cms.model.Pharmacy,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/Cancel || /Pharmacyqueue/Cancel || /pharmacyqueue/Cancel],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadPharmacyLogin() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin || /Pharmacyqueue/successLogin || /pharmacyqueue/successLogin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successLogin/{orderId} || /Pharmacyqueue/successLogin/{orderId} || /pharmacyqueue/successLogin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullLogin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin/{orderId} || /Pharmacyqueue/successSignin/{orderId} || /pharmacyqueue/successSignin/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/successSignin || /Pharmacyqueue/successSignin || /pharmacyqueue/successSignin],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.sucessfullSignin(javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/changepassword || /Pharmacyqueue/changepassword || /pharmacyqueue/changepassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.loadChangePasswordPageHandler() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialReportParams || /Pharmacyqueue/loadFinancialReportParams || /pharmacyqueue/loadFinancialReportParams],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialReportParams() throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/loadFinancialCycleInfo || /Pharmacyqueue/loadFinancialCycleInfo || /pharmacyqueue/loadFinancialCycleInfo],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.loadFinancialCycleInfo(java.lang.String,javax.servlet.http.HttpServletRequest) throws javax.servlet.ServletException,java.io.IOException 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/pharmacyNotifiction || /Pharmacyqueue/pharmacyNotifiction || /pharmacyqueue/pharmacyNotifiction],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.sendPharmacyNotification(java.lang.String,org.springframework.web.multipart.MultipartFile,java.lang.Integer,java.lang.String,java.lang.Integer,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/addNewDrugDetail || /Pharmacyqueue/addNewDrugDetail || /pharmacyqueue/addNewDrugDetail],methods=[POST],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.addDrugDetail(java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/postOrderToIOMNI || /Pharmacyqueue/postOrderToIOMNI || /pharmacyqueue/postOrderToIOMNI],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.postOrderToIOMNI(java.lang.String) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/getOrderDetail/{path}/{id} || /Pharmacyqueue/getOrderDetail/{path}/{id} || /pharmacyqueue/getOrderDetail/{path}/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/orderDetail/{id} || /Pharmacyqueue/orderDetail/{id} || /pharmacyqueue/orderDetail/{id}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderDetail(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/detail/{id} || /Pharmacyqueue/detail/{id} || /pharmacyqueue/detail/{id}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.viewPatientProfileInfo(java.lang.Integer) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/home || /PharmacyPortal/pharmacyhome || /Pharmacyqueue/home || /Pharmacyqueue/pharmacyhome || /pharmacyqueue/home || /pharmacyqueue/pharmacyhome],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.listUser(com.ssa.cms.model.Order,javax.servlet.http.HttpServletRequest) throws java.text.ParseException,java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/update/{orderId}/{status} || /Pharmacyqueue/update/{orderId}/{status} || /pharmacyqueue/update/{orderId}/{status}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.updateOrderStatusHandler(java.lang.String,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/prescription/{id} || /Pharmacyqueue/prescription/{id} || /pharmacyqueue/prescription/{id}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.saveOrder(com.ssa.cms.model.Order,java.lang.String,org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/ingredients || /Pharmacyqueue/ingredients || /pharmacyqueue/ingredients],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.ingredients() 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/comments/{orderId} || /Pharmacyqueue/comments/{orderId} || /pharmacyqueue/comments/{orderId}],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.lang.String com.ssa.cms.controller.ConsumerRegistrationController.getOrderCommentsHandler(java.lang.String) throws java.lang.Exception 2024-03-07 09:13:57 INFO RequestMappingHandlerMapping:220 - Mapped "{[/PharmacyPortal/logout || /Pharmacyqueue/logout || /pharmacyqueue/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.ssa.cms.controller.ConsumerRegistrationController.logout(org.springframework.web.servlet.mvc.support.RedirectAttributes,javax.servlet.http.HttpServletRequest) 2024-03-07 09:13:58 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:52 EST 2024]; root of context hierarchy 2024-03-07 09:13:58 INFO RequestMappingHandlerAdapter:518 - Looking for @ControllerAdvice: WebApplicationContext for namespace 'dispatcher-servlet': startup date [Thu Mar 07 09:13:52 EST 2024]; root of context hierarchy 2024-03-07 09:13:58 INFO SimpleUrlHandlerMapping:314 - Mapped URL path [/resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0' 2024-03-07 09:13:58 INFO XmlBeanDefinitionReader:317 - Loading XML bean definitions from ServletContext resource [/WEB-INF/pdf-view.xml] 2024-03-07 09:13:58 INFO GenericWebApplicationContext:510 - Refreshing org.springframework.web.context.support.GenericWebApplicationContext@7f9dfc5d: startup date [Thu Mar 07 09:13:58 EST 2024]; parent: WebApplicationContext for namespace 'dispatcher-servlet' 2024-03-07 09:13:58 INFO DispatcherServlet:503 - FrameworkServlet 'dispatcher': initialization completed in 6221 ms 2024-03-07 09:14:31 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:14:31 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:14:31 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:14:31 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:14:31 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 09:14:31 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 09:14:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:14:53 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:14:53 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:14:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:14:53 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 09:14:53 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 09:15:16 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:15:16 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:15:16 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:16 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:15:16 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:15:16 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:15:16 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:15:16 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:15:16 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:15:16 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:15:16 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:15:16 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:15:16 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:15:16 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:15:16 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:15:16 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:15:16 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:15:16 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:15:16 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:15:16 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:15:16 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:15:16 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:15:16 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:15:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:53 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:15:53 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:15:53 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:53 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 09:15:53 INFO PatientWsControllers:33 - SecurityToken= 62ac1b7ddc7a7d07c52549912194b04a 2024-03-07 09:15:53 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:15:53 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:15:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:54 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:15:54 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:15:54 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:15:54 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 09:15:54 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:15:54 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 09:17:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getStatesWs 2024-03-07 09:17:07 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:17:07 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:07 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:17:07 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:15 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:15 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:15 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:15 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/GetPatientInfoWs 2024-03-07 09:17:15 INFO PatientWsControllers:5796 - userInput# 7347090892 2024-03-07 09:17:15 INFO PatientWsControllers:5797 - fcmToken# flu14EqlOUPOlKfTk5bXnr:APA91bFTUdWzCKnte68e_ELioBVXyLzV-FBwEP6BbuJGgJ_AQ_cbxzehOMolSjIWq556_5hdr4Q_cTFa2XtiKX2jONXkjlSwr6z-WTE4KrciFJssERXrH5VqSMlZYAIqVudHnrjz2mlB 2024-03-07 09:17:15 INFO PatientWsControllers:5798 - osType# 10 2024-03-07 09:17:16 INFO PatientWsControllers:5813 - Secure Token is: 51a62f03b489044f219a8d06e03dcb76 2024-03-07 09:17:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:16 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:17:16 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:16 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:16 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:16 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/loginWs 2024-03-07 09:17:16 INFO PatientWsControllers:1182 - userInput#7347090892 2024-03-07 09:17:16 INFO PatientWsControllers:1204 - Secure Token is: 5a969646a2f183a52b82ead884deb1c6 2024-03-07 09:17:16 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@1457c75f 2024-03-07 09:17:16 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@2b36e2bc 2024-03-07 09:17:16 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@2a07feed 2024-03-07 09:17:16 ERROR EncryptionHandlerUtil:50 - [Ljava.lang.StackTraceElement;@26814295 2024-03-07 09:17:16 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:16 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:17:16 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:17 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:17 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:17 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:17 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/getTotalCountWs 2024-03-07 09:17:17 INFO PatientWsControllers:33 - SecurityToken= 5a969646a2f183a52b82ead884deb1c6 2024-03-07 09:17:18 INFO PatientWsControllers:2619 - make json response 2024-03-07 09:17:18 INFO PatientWsControllers:2621 - return json.. 2024-03-07 09:17:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:41 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com/CRQA 2024-03-07 09:17:41 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 09:17:41 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:17:41 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/CRQA/login IP: 0:0:0:0:0:0:0:1 Requested URL:/CRQA/allergyListWs 2024-03-07 09:17:41 INFO PatientWsControllers:33 - SecurityToken= 5a969646a2f183a52b82ead884deb1c6 2024-03-07 09:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 09:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 09:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 09:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 09:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 09:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 09:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 09:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 09:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 09:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 09:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 09:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 09:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 09:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 09:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 10:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 10:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 10:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 10:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 10:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 10:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 10:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 10:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 10:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 10:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 10:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 10:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 10:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 10:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 11:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 11:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 11:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 11:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 11:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 11:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 11:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 11:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 12:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 12:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 12:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 12:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 12:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 12:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 12:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 12:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 12:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:43:24 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:43:24 INFO PropertiesUtil:26 - SERVER_MODE: 2024-03-07 13:43:24 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 13:43:24 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 13:43:24 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 13:43:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:24 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:24 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/resources/images/logo-login.png 2024-03-07 13:43:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 13:43:29 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:43:29 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/resources/images/logo-login.png 2024-03-07 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 13:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 13:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 13:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 13:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 13:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 13:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 13:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 13:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 13:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 14:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 14:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 14:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 14:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 14:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 14:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 14:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 14:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:13:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 15:13:07 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:13:07 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/___proxy_subdomain_cpanel/wp-login.php 2024-03-07 15:13:07 WARN PageNotFound:1120 - No mapping found for HTTP request with URI [/___proxy_subdomain_cpanel/wp-login.php] in DispatcherServlet with name 'dispatcher' 2024-03-07 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 15:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 15:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 15:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 15:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 15:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 15:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 15:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 15:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 16:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 16:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 16:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 16:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 16:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 16:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 16:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 17:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 17:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 17:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 17:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 17:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 17:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 17:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 17:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 17:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 18:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 18:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 18:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 18:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 18:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 18:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 18:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 19:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 19:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 19:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 19:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 19:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 19:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 19:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 19:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 19:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 20:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 20:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 20:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 20:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 20:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 20:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 20:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 21:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 21:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 21:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 21:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 21:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 21:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 21:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 21:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 21:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 22:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 22:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 22:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 22:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 22:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 22:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 22:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 22:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:03:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-07 23:03:50 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:03:50 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/ 2024-03-07 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-07 23:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-07 23:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-07 23:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-07 23:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-07 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-07 23:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-07 23:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-07 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-07 23:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-07 23:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-07 23:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-07 23:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-07 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-07 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 00:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 00:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 00:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 00:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 00:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 00:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 00:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 00:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:05:01 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:05:01 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:05:01 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:05:01 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:05:01 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:05:01 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:05:01 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:05:01 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:05:01 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:05:01 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:05:01 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:05:01 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:05:01 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:05:01 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:05:01 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:05:01 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:05:01 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:05:01 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:05:01 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:05:01 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:05:01 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:05:01 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:34:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-08 01:34:36 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:36 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/robots.txt 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-08 01:34:37 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:34:37 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 01:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 01:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 01:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 01:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 01:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 01:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 01:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 01:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 01:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO successPOAExpiry:38 - .....AutoReminderForPOAExpiry Start..... 2024-03-08 02:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:00:00 INFO successPOAExpiry:38 - .....AutoReminderForPOAExpiry Start..... 2024-03-08 02:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO PatientProfileService:2268 - No folder associated to this campaign (System will return) 2024-03-08 02:00:00 INFO failedPOAExpiry:43 - There are no caretaker msg found. 2024-03-08 02:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO PatientProfileService:2275 - No folder associated to this campaign (System will return) 2024-03-08 02:00:00 INFO failedPOAExpiry:43 - There are no caretaker msg found. 2024-03-08 02:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:07 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:15 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:55:15 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:55:15 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 02:55:15 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 02:55:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:18 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 02:55:18 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 02:55:18 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 02:55:35 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 02:55:35 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:55:35 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:55:35 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:55:36 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 02:55:36 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 02:55:36 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 02:55:36 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 02:55:36 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 02:55:36 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:55:36 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 02:55:36 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 02:55:36 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:55:36 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 02:55:37 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 02:55:37 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 03:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 03:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 03:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 03:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 03:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 03:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 03:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:35:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:41:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-08 04:41:20 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:41:20 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/___proxy_subdomain_webmail/ 2024-03-08 04:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 04:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 04:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 04:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 04:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 04:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 04:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 04:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 04:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 04:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 04:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 04:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 04:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 04:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 04:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:30:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-08 05:30:02 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:02 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/ 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO RequestFilter:37 - Begin: RequestFilter -> doFilter ################### @@@@@@@@@@@@@@@@@@@@@@ https://compliancereward.ssasoft.com 2024-03-08 05:30:04 INFO RequestFilter:38 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:47 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO RequestFilter:64 - RequestFilter -> doFilter -> Application URL:https://compliancereward.ssasoft.com/login IP: 0:0:0:0:0:0:0:1 Requested URL:/login 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:30:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:34:59 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:34:59 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:34:59 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:34:59 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:34:59 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:34:59 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:34:59 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:34:59 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:34:59 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:34:59 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:34:59 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:34:59 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:34:59 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:34:59 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:34:59 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:34:59 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:34:59 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:34:59 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:34:59 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:34:59 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 05:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 05:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 05:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 05:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 05:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 05:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 05:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 05:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 05:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 05:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 05:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 05:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 05:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 05:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:35:01 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:35:04 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:35:04 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:35:04 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:35:04 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:35:04 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:04 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:35:04 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:35:04 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:35:04 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:35:04 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:35:04 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:35:04 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:35:04 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:04 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:35:05 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:35:05 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:35:05 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:35:05 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:35:05 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:35:05 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:35:05 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:35:05 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:40:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:40:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:45:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:45:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:45:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:50:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:50:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:50:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 06:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 06:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 06:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 06:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 06:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 06:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 06:55:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 06:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:55:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 06:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 06:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 06:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 06:55:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:00:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:00:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:00:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:00:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:05:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:05:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:05:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:05:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:10:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:10:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:10:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:15:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:15:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:15:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:20:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:20:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:20:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:20:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:25:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:25:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:30:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:30:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:30:00 ERROR SimpleAsyncUncaughtExceptionHandler:37 - Unexpected error occurred invoking async method 'public void com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob()'. org.springframework.transaction.TransactionSystemException: Could not commit JPA transaction; nested exception is javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:526) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:757) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:726) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:515) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: javax.persistence.RollbackException: Transaction marked as rollbackOnly at org.hibernate.jpa.internal.TransactionImpl.commit(TransactionImpl.java:74) at org.springframework.orm.jpa.JpaTransactionManager.doCommit(JpaTransactionManager.java:517) ... 16 more 2024-03-08 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:689 - Total Orders 0 2024-03-08 07:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:35:00 INFO NextRefillReminderJob:691 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:35:00 ERROR RenewalRxReminderJob:1442 - Exception: Next refill reminder -> java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:39) at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:64) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:90) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:286) at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:281) at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:616) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1901) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839) at org.hibernate.loader.Loader.doQuery(Loader.java:910) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355) at org.hibernate.loader.Loader.doList(Loader.java:2554) at org.hibernate.loader.Loader.doList(Loader.java:2540) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370) at org.hibernate.loader.Loader.list(Loader.java:2365) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:497) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:236) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264) at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103) at com.ssa.cms.dao.PatientProfileDAO.getOrdersDetialForRenewal(PatientProfileDAO.java:3259) at com.ssa.cms.dao.PatientProfileDAO$$FastClassBySpringCGLIB$$bf5a5653.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.dao.PatientProfileDAO$$EnhancerBySpringCGLIB$$4ec1bcf9.getOrdersDetialForRenewal() at com.ssa.cms.service.RefillReminderService.sendRenewalRefillReminder(RefillReminderService.java:1363) at com.ssa.cms.service.RefillReminderService$$FastClassBySpringCGLIB$$3fee10f5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) at com.ssa.cms.service.RefillReminderService$$EnhancerBySpringCGLIB$$169b955b.sendRenewalRefillReminder() at com.ssa.cms.remainder.RenewalRxReminderJob.sendRenewalRefillReminderJob(RenewalRxReminderJob.java:48) at com.ssa.cms.remainder.RenewalRxReminderJob$$FastClassBySpringCGLIB$$9c5c90d5.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:110) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) 2024-03-08 07:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 07:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 07:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 07:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 07:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 07:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 07:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 07:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 07:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 07:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 07:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 07:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 07:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 07:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 07:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 07:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 08:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 08:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 08:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 08:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 08:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 08:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 08:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 08:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 08:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 08:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 08:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 08:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 08:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 09:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 09:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 09:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 09:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 09:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 09:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 09:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 09:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 09:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 09:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 09:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 09:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 09:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 10:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 10:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 10:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 10:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 10:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 10:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 10:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 10:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 10:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 10:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 10:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 10:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 10:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 11:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 11:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 11:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 11:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 11:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 11:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 11:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 11:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 12:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 12:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 12:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 12:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 12:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 12:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 12:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 12:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 13:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 13:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 13:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 13:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 13:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 13:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 13:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 13:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 14:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 14:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 14:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 14:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 14:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 14:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 14:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 15:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 15:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 15:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 15:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 15:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 15:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 15:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 15:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 16:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 16:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 16:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 16:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 16:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 16:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 16:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 17:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 17:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 17:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 17:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 17:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 17:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 17:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 18:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 18:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 18:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 18:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 18:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 18:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 18:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 18:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 19:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 19:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 19:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 19:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 19:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 19:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 19:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 20:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 20:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 20:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 20:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 20:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 20:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 20:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 20:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 21:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 21:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 21:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 21:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 21:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 21:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 21:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 21:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 22:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 22:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 22:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 22:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 22:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 22:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 22:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-08 23:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-08 23:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-08 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-08 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-08 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-08 23:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-08 23:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-08 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-08 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-08 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-08 23:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-08 23:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-08 23:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-08 23:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 00:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 00:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 00:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 00:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 00:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 00:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 00:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 00:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 01:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 01:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 01:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 01:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 01:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 01:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 01:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 01:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 01:59:59 INFO successPOAExpiry:38 - .....AutoReminderForPOAExpiry Start..... 2024-03-09 01:59:59 INFO PatientProfileService:2268 - No folder associated to this campaign (System will return) 2024-03-09 01:59:59 INFO failedPOAExpiry:43 - There are no caretaker msg found. 2024-03-09 02:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 02:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 02:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 02:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 02:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 02:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 02:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 02:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 02:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 02:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 02:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 02:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 02:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 02:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 03:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 03:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 03:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 03:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 03:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 03:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 03:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 04:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 04:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 04:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 04:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 04:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 04:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 04:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 04:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 04:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 04:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 04:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 04:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 04:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:34:59 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:34:59 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:34:59 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:34:59 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:34:59 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:34:59 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:34:59 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:34:59 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:34:59 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:34:59 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:34:59 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:34:59 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:34:59 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:34:59 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 05:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 05:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 05:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 05:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 05:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 05:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 05:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 05:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 05:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 05:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 05:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 05:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 05:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 06:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 06:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 06:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 06:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 06:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 06:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 06:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 06:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 06:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 06:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 06:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 06:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 06:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 07:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 07:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 07:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 07:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 07:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 07:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 07:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 07:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 07:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 07:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 07:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 07:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 07:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 08:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 08:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 08:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 08:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 08:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 08:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 08:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 08:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 08:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 08:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 08:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 08:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 08:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 09:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 09:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 09:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 09:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 09:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 09:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 09:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 09:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 09:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 09:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 09:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 09:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 09:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 09:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 10:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 10:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 10:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 10:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 10:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 10:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 10:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 10:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 10:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 10:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 10:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 10:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 10:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 11:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 11:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 11:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 11:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 11:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 11:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 11:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 11:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 12:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 12:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 12:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 12:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 12:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 12:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 12:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 13:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 13:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 13:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 13:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 13:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 13:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 13:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 14:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 14:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 14:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 14:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 14:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 14:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 14:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 15:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 15:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 15:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 15:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 15:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 15:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 15:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 15:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 16:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 16:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 16:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 16:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 16:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 16:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 16:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 16:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 16:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 17:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 17:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 17:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 17:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 17:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 17:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 17:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 17:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 18:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 18:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 18:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 18:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 18:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 18:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 18:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 18:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 19:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 19:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 19:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 19:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 19:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 19:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 20:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 20:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 20:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 20:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 20:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 20:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 20:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 20:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 21:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 21:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 21:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 21:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 21:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 21:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 21:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 22:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 22:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 22:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 22:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 22:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 22:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 22:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 22:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-09 23:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-09 23:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-09 23:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-09 23:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-09 23:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-09 23:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-09 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-09 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-09 23:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-09 23:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-09 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-09 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-09 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-09 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 00:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 00:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 00:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 00:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 00:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 00:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 00:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 00:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 01:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 01:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 01:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 01:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 01:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 01:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 03:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 03:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 03:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 03:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 03:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 03:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 03:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 04:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 04:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 04:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 04:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 04:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 04:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 04:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 04:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 04:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 04:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 04:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 04:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 04:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:34:59 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:34:59 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:34:59 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:34:59 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:34:59 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:34:59 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:34:59 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:34:59 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:34:59 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:34:59 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:34:59 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:34:59 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:34:59 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:34:59 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:34:59 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 05:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 05:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 05:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 05:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 05:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 05:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 05:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 05:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 05:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 05:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 05:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 05:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 05:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 06:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 06:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 06:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 06:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 06:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 06:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 06:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 06:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 06:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 06:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 06:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 06:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 06:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 07:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 07:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 07:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 07:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 07:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 07:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 07:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 07:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 07:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 07:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 07:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 07:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 07:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 08:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 08:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 08:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 08:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 08:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 08:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 08:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 08:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 08:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 08:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 08:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 08:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 08:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 09:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 09:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 09:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 09:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 09:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 09:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 09:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 09:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 09:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 09:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 09:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 09:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 09:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 09:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 10:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 10:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 10:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 10:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 10:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 10:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 10:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 10:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 10:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 10:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 10:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 10:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 10:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 10:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 11:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 11:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 11:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 11:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 11:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 11:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 11:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 11:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 11:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 11:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 11:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 11:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 11:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 11:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 12:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 12:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 12:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 12:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 12:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 12:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 12:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 12:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 12:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 12:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 12:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 12:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 12:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 13:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 13:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 13:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 13:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 13:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 13:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 13:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 13:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 13:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 13:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 13:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 13:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 13:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 14:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 14:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 14:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 14:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 14:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 14:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 14:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 14:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 14:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 14:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 14:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 14:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 14:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 14:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 15:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 15:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 15:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 15:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 15:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 15:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 15:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 15:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 15:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 15:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 15:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 15:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 15:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 16:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 16:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 16:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 16:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 16:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 16:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 16:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 16:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 16:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 16:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 16:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 16:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 16:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 17:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 17:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 17:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 17:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 17:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 17:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 17:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 17:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 17:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 17:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 17:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 17:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 17:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 17:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 18:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 18:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 18:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 18:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 18:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 18:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 18:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 18:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 18:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 18:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 18:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 18:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 18:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 18:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 19:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 19:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 19:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 19:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 19:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 19:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 19:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 19:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 19:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 19:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 19:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 19:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 19:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 20:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 20:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 20:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 20:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 20:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 20:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 20:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 20:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 20:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 20:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 20:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 20:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 20:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 21:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 21:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 21:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 21:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 21:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 21:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 21:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 21:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 21:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 21:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 21:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 21:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 21:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 22:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 22:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 22:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 22:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 22:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 22:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 22:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 22:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 22:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 22:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 22:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 22:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 22:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-10 23:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-10 23:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-10 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-10 23:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-10 23:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-10 23:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-10 23:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-10 23:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-10 23:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-10 23:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-10 23:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-10 23:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-10 23:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-10 23:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 00:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 00:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 00:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 00:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 00:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 00:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 00:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 00:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 00:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 00:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 00:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 00:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 00:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 01:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 01:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 01:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 01:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 01:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 01:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 01:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 01:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 01:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 01:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 01:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 01:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 01:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 01:59:59 INFO successPOAExpiry:38 - .....AutoReminderForPOAExpiry Start..... 2024-03-11 01:59:59 INFO PatientProfileService:2268 - No folder associated to this campaign (System will return) 2024-03-11 01:59:59 INFO failedPOAExpiry:43 - There are no caretaker msg found. 2024-03-11 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:40:01 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:40:01 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:40:01 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:40:01 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:40:01 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:40:01 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:40:01 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 02:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 02:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 02:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 02:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 02:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 02:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 02:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 02:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 02:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 02:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 02:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 02:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 02:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:30:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:30:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:30:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:30:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:30:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:30:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:30:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:30:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:30:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:30:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:30:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:30:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:30:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:35:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:35:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:35:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:35:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:35:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:35:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:35:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:35:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:35:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:35:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:35:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:35:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:35:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:35:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:35:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:40:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:40:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:40:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:40:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:40:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:40:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:40:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:40:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:40:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:40:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:40:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:40:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:40:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:40:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:40:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:45:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:45:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:45:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:45:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:45:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:45:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:45:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:45:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:45:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:45:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:45:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:45:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:45:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:45:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:45:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:50:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:50:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:50:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:50:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:50:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:50:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:50:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:50:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:50:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:50:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:50:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:50:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:50:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:50:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:50:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:55:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 03:55:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 03:55:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 03:55:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 03:55:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 03:55:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 03:55:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 03:55:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 03:55:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 03:55:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 03:55:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 03:55:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 03:55:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 03:55:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 03:55:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:00:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:00:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:00:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:00:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:00:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:00:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:00:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:00:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:00:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:00:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:00:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:00:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:00:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:00:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:00:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:05:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:05:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:05:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:05:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:05:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:05:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:05:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:05:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:05:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:05:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:05:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:05:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:05:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:05:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:05:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:10:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:10:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:10:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:10:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:10:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:10:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:10:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:10:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:10:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:10:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:10:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:10:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:10:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:10:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:10:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:15:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:15:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:15:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:15:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:15:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:15:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:15:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:15:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:15:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:15:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:15:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:15:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:15:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:15:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:15:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:20:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:20:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:20:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:20:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:20:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:20:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:20:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:20:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:20:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:20:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:20:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:20:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:20:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:20:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:20:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:25:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:25:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:25:00 INFO PatientProfileService:2272 - Folder Id : 8 2024-03-11 04:25:00 INFO RenewalRxReminderJob:1370 - Total Orders 0 2024-03-11 04:25:00 INFO RenewalRxReminderJob:1372 - There are no orders available which need Renewal refill reminder (System will return). 2024-03-11 04:25:00 INFO RenewalRxReminderJob:52 - No Renewal Messages send false 2024-03-11 04:25:00 INFO RenewalRxReminderJob:57 - ...................End Next Renewal Reminder Job.............. 2024-03-11 04:25:00 ERROR PMSTextFlowDAO:2049 - HQL : select campaignMessagesResponse from CampaignMessagesResponse campaignMessagesResponse inner join fetch campaignMessagesResponse.intervals interval inner join fetch campaignMessagesResponse.response response inner join fetch interval.intervalsType intervalType inner join fetch campaignMessagesResponse.campaignMessages campaignResponse where campaignMessagesResponse.campaignMessages.campaigns.campaignId = :campaignId and campaignMessagesResponse.response.responseTitle = :responseTitle and campaignMessagesResponse.campaignMessages.messageType.folder.folderId = :folderId 2024-03-11 04:25:00 INFO NextRefillReminderJob:46 - ...................Start Next Refill Reminder Job.............. 2024-03-11 04:25:00 INFO NextRefillReminderJob:691 - Total Orders 0 2024-03-11 04:25:00 INFO NextRefillReminderJob:693 - There are no orders available which need next refill reminder (System will return). 2024-03-11 04:25:00 INFO NextRefillReminderJob:53 - No Refill Messages send false 2024-03-11 04:25:00 INFO NextRefillReminderJob:58 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:25:00 INFO NextRefillReminderJob:40 - No Refill Messages send false 2024-03-11 04:25:00 INFO NextRefillReminderJob:45 - ...................End Next Refill Reminder Job.............. 2024-03-11 04:30:00 INFO RenewalRxReminderJob:45 - ...................Start Renewal Refill Reminder Job.............. 2024-03-11 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev 2024-03-11 04:30:00 INFO PropertiesUtil:26 - SERVER_MODE: dev