2018-03-06 01:00:37.037 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:00:37.737 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:00:38.014 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:00:38 EST 2018]; root of context hierarchy 2018-03-06 01:00:38.154 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:00:40.695 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:00:40.695 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:00:41.743 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:00:42.970 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:00:42.974 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:00:42.974 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:00:42.975 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:00:42.975 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:00:42.982 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:00:42.995 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:00:42.995 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:00:42.996 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:00:42.996 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:00:42.997 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:00:42.997 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:00:44.259 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:00:38 EST 2018]; root of context hierarchy 2018-03-06 01:00:44.505 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:00:38 EST 2018]; root of context hierarchy 2018-03-06 01:00:44.626 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:00:45.371 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:00:45.376 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:00:45.720 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:00:46.533 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:00:50.964 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:00:52.214 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:00:54.331 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.w.c.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileOperation' defined in URL [jar:file:/D:/Program%20Files/apache-tomee-webprofile-7.0.3/wtpwebapps/audit-confirmation-api/WEB-INF/lib/fhlbny-commons-1.1.0-SNAPSHOT.jar!/com/fhlb/commons/utils/FileOperation.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2018-03-06 01:00:54.358 [lx-phoenixd1.fhlbny.net-startStop-1] ERROR o.s.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileOperation' defined in URL [jar:file:/D:/Program%20Files/apache-tomee-webprofile-7.0.3/wtpwebapps/audit-confirmation-api/WEB-INF/lib/fhlbny-commons-1.1.0-SNAPSHOT.jar!/com/fhlb/commons/utils/FileOperation.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4727) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5189) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1493) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ... 24 common frames omitted 2018-03-06 01:17:36.311 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:17:37.077 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:17:37.309 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:17:37 EST 2018]; root of context hierarchy 2018-03-06 01:17:37.481 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:17:39.992 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:17:39.992 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:17:41.053 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:17:42.083 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:17:42.098 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:17:43.237 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:17:37 EST 2018]; root of context hierarchy 2018-03-06 01:17:43.479 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:17:37 EST 2018]; root of context hierarchy 2018-03-06 01:17:43.705 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:17:44.563 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:17:44.563 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:17:44.891 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:17:45.717 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:17:50.678 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:17:51.708 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:17:53.751 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.w.c.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileOperation' defined in URL [jar:file:/D:/Program%20Files/apache-tomee-webprofile-7.0.3/wtpwebapps/audit-confirmation-api/WEB-INF/lib/fhlbny-commons-1.1.0-SNAPSHOT.jar!/com/fhlb/commons/utils/FileOperation.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2018-03-06 01:17:53.788 [lx-phoenixd1.fhlbny.net-startStop-1] ERROR o.s.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileOperation' defined in URL [jar:file:/D:/Program%20Files/apache-tomee-webprofile-7.0.3/wtpwebapps/audit-confirmation-api/WEB-INF/lib/fhlbny-commons-1.1.0-SNAPSHOT.jar!/com/fhlb/commons/utils/FileOperation.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4727) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5189) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.io.File' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1493) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ... 24 common frames omitted 2018-03-06 01:19:11.253 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:19:12.001 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:19:12.204 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:19:12 EST 2018]; root of context hierarchy 2018-03-06 01:19:12.407 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:19:15.558 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:19:15.558 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:19:16.682 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:19:17.852 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:19:17.867 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:19:17.883 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:19:19.396 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:19:12 EST 2018]; root of context hierarchy 2018-03-06 01:19:19.677 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:19:12 EST 2018]; root of context hierarchy 2018-03-06 01:19:19.739 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:19:20.675 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:19:20.691 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:19:21.315 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:19:22.157 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:19:26.697 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:19:27.804 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:19:30.051 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:19:30.241 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@399a2877] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:19:30.247 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@729549be] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:19:30.249 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@34bd5fbc] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:19:30.270 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:19:30.310 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:19:30.394 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 18393 ms 2018-03-06 01:20:31.001 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:20:31.017 [http-nio-8080-exec-2] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:20:31 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:20:31.020 [http-nio-8080-exec-2] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:20:32.331 [http-nio-8080-exec-2] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:20:32.331 [http-nio-8080-exec-2] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:20:33.606 [http-nio-8080-exec-2] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:20:34.016 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:20:34.017 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:20:34.017 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:20:34.017 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:20:34.018 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:20:34.018 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:20:34.031 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:20:34.031 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:20:34.032 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:20:34.033 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:20:34.055 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:20:34.144 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:20:34.306 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:20:31 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:20:34.349 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:20:31 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:20:34.410 [http-nio-8080-exec-2] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:20:34.619 [http-nio-8080-exec-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:20:36.699 [http-nio-8080-exec-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:20:37.222 [http-nio-8080-exec-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:20:38.086 [http-nio-8080-exec-2] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:20:38.119 [http-nio-8080-exec-2] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@1870815d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:20:38.122 [http-nio-8080-exec-2] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@571cc005] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:20:38.123 [http-nio-8080-exec-2] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7733eafe] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:20:38.124 [http-nio-8080-exec-2] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:20:38.139 [http-nio-8080-exec-2] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:20:38.334 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 7329 ms 2018-03-06 01:20:39.052 [http-nio-8080-exec-5] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 01:23:40.760 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:23:41.774 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:23:41.930 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:23:41 EST 2018]; root of context hierarchy 2018-03-06 01:23:42.086 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:23:44.410 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:23:44.410 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:23:45.563 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:23:47.549 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:23:47.552 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:23:47.553 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:23:47.553 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:23:47.561 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:23:47.566 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:23:47.575 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:23:47.576 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:23:47.576 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:23:47.576 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:23:47.577 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:23:47.579 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:23:48.767 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:23:41 EST 2018]; root of context hierarchy 2018-03-06 01:23:49.090 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:23:41 EST 2018]; root of context hierarchy 2018-03-06 01:23:49.169 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:23:49.850 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:23:49.854 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:23:50.199 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:23:51.109 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:23:55.478 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:23:56.550 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:23:58.553 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:23:58.715 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5d37d8a3] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:23:58.722 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@16237995] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:23:58.724 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@38cc3ac] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:23:58.739 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:23:58.786 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:23:58.874 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 17100 ms 2018-03-06 01:24:16.439 [http-nio-8080-exec-5] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:24:16.451 [http-nio-8080-exec-5] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:24:16 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:24:16.452 [http-nio-8080-exec-5] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:24:17.698 [http-nio-8080-exec-5] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:24:17.698 [http-nio-8080-exec-5] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:24:18.856 [http-nio-8080-exec-5] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:24:19.287 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:24:19.289 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:24:19.290 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:24:19.290 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:24:19.290 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:24:19.292 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:24:19.297 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:24:19.298 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:24:19.299 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:24:19.299 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:24:19.299 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:24:19.347 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:24:19.486 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:24:16 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:24:19.519 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:24:16 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:24:19.558 [http-nio-8080-exec-5] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:24:19.779 [http-nio-8080-exec-5] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:24:22.136 [http-nio-8080-exec-5] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:24:22.631 [http-nio-8080-exec-5] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:24:23.490 [http-nio-8080-exec-5] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:24:23.522 [http-nio-8080-exec-5] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@4fb79494] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:24:23.524 [http-nio-8080-exec-5] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@63cecf7] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:24:23.526 [http-nio-8080-exec-5] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5f82b1cb] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:24:23.527 [http-nio-8080-exec-5] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:24:23.543 [http-nio-8080-exec-5] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:24:24.015 [http-nio-8080-exec-5] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 7573 ms 2018-03-06 01:24:24.631 [http-nio-8080-exec-5] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 01:26:32.378 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:26:33.105 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:26:33.332 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:26:33 EST 2018]; root of context hierarchy 2018-03-06 01:26:33.512 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:26:35.998 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:26:35.998 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:26:37.018 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:26:37.918 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:26:37.922 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:26:37.922 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:26:37.923 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:26:37.923 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:26:37.924 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:26:37.945 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:26:37.946 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:37.946 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:37.947 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:37.948 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:37.949 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:26:39.260 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:26:33 EST 2018]; root of context hierarchy 2018-03-06 01:26:39.504 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:26:33 EST 2018]; root of context hierarchy 2018-03-06 01:26:39.608 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:26:40.281 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:26:40.284 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:26:40.680 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:26:41.519 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:26:45.818 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:26:46.880 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:26:48.231 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:26:49.320 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7dbdf3a3] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:26:49.326 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6d09c230] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:26:49.327 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@b0d203d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:26:49.345 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:26:49.384 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:26:49.479 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 16374 ms 2018-03-06 01:26:57.197 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:26:57.229 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:26:57 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:26:57.229 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:26:57.715 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:26:57.715 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:26:58.343 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:26:58.530 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:26:58.530 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:26:58.531 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:26:58.532 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:26:58.532 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:26:58.532 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:26:58.538 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:26:58.539 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:58.540 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:58.541 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:58.541 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:26:58.542 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:26:58.711 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:26:57 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:26:58.753 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:26:57 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:26:58.796 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:26:59.013 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:27:01.134 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:27:01.645 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:27:02.250 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:27:02.590 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@4c9ed3f1] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:27:02.593 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@3ade8dbc] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:27:02.595 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@189935c7] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:27:02.596 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:27:02.614 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:27:02.911 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 5711 ms 2018-03-06 01:27:03.621 [http-nio-8080-exec-4] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 01:28:46.191 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:28:47.194 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:28:47.425 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:28:47 EST 2018]; root of context hierarchy 2018-03-06 01:28:47.657 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:28:50.117 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:28:50.117 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:28:51.254 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:28:52.702 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:28:52.705 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:28:52.706 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:28:52.708 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:28:52.709 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:28:52.715 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:28:52.728 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:28:52.728 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:28:52.728 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:28:52.729 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:28:52.730 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:28:52.732 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:28:54.379 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:28:47 EST 2018]; root of context hierarchy 2018-03-06 01:28:54.672 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:28:47 EST 2018]; root of context hierarchy 2018-03-06 01:28:54.752 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:28:55.464 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:28:55.468 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:28:55.810 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:28:56.688 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:29:01.290 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:29:01.550 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.directoryPath 2018-03-06 01:29:02.622 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:29:04.073 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:29:04.971 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@3fab38a1] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:04.978 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@14985f2d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:04.978 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@44a77d76] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:04.997 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:29:05.036 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:29:05.141 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 17947 ms 2018-03-06 01:29:10.764 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:29:10.778 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:29:10 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:29:10.778 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:29:11.357 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:29:11.358 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:29:12.354 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:29:12.565 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:29:12.576 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:29:12.578 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:29:12.579 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:29:12.579 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:29:12.579 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:29:12.586 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:29:12.587 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:29:12.587 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:29:12.588 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:29:12.588 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:29:12.592 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:29:12.784 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:29:10 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:29:12.827 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:29:10 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:29:12.874 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:29:13.221 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:29:15.403 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:29:15.559 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.directoryPath 2018-03-06 01:29:16.059 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:29:16.823 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:29:17.108 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@20e3ad10] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:17.111 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6a04c4d8] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:17.114 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@9399213] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:29:17.116 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:29:17.130 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:29:17.320 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 6555 ms 2018-03-06 01:29:17.806 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 01:30:31.809 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:30:32.546 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:30:32.758 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:30:32 EST 2018]; root of context hierarchy 2018-03-06 01:30:32.924 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:30:35.543 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:30:35.544 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:30:36.645 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:30:37.834 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:30:37.837 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:30:37.838 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:30:37.838 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:30:37.840 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:30:37.847 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:30:37.870 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:30:37.870 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:37.871 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:30:37.871 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:37.872 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:37.873 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:39.259 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:30:32 EST 2018]; root of context hierarchy 2018-03-06 01:30:39.519 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:30:32 EST 2018]; root of context hierarchy 2018-03-06 01:30:39.613 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:30:40.887 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:30:40.891 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:30:41.260 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:30:42.057 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:30:46.396 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:30:47.533 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:30:48.429 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:30:49.342 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@2effe52b] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:30:49.358 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7bd7d0dd] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:30:49.360 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5a816872] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:30:49.379 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:30:49.417 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:30:49.498 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 16952 ms 2018-03-06 01:30:55.488 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:30:55.497 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:30:55 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:30:55.497 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:30:56.071 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:30:56.071 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:30:56.828 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:30:57.020 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:30:57.021 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:30:57.021 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:30:57.032 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:30:57.032 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:30:57.033 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:30:57.038 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:30:57.038 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:57.039 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:30:57.040 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:57.043 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:57.043 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:30:57.180 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:30:55 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:30:57.223 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:30:55 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:30:57.263 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:30:57.534 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:30:59.674 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:31:00.153 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:31:00.815 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:31:01.190 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@26a05b61] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:31:01.192 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@727746ba] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:31:01.203 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@44508da1] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:31:01.204 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:31:01.242 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:31:01.655 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 6166 ms 2018-03-06 01:31:02.193 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 01:34:07.055 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 01:34:07.817 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 01:34:08.096 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 01:34:08 EST 2018]; root of context hierarchy 2018-03-06 01:34:08.305 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:34:10.970 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:34:10.970 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:34:12.376 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:34:13.616 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:34:13.619 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:34:13.620 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:34:13.620 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:34:13.620 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:34:13.621 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:34:13.633 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:13.633 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:13.634 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:13.634 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:34:13.640 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:13.642 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:34:14.977 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:34:08 EST 2018]; root of context hierarchy 2018-03-06 01:34:15.253 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 01:34:08 EST 2018]; root of context hierarchy 2018-03-06 01:34:15.342 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:34:16.183 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 01:34:16.187 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 01:34:16.556 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 01:34:17.372 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:34:22.222 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:34:23.459 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:34:24.893 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:34:25.792 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@44118ec0] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:25.798 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7952fe18] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:25.800 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6e165009] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:25.819 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:34:25.857 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:34:25.976 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 18158 ms 2018-03-06 01:34:30.654 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 01:34:30.669 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:34:30 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:34:30.670 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 01:34:31.574 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 01:34:31.575 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 01:34:32.524 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 01:34:32.711 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:34:32.716 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:34:32.716 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 01:34:32.717 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 01:34:32.717 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 01:34:32.718 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 01:34:32.724 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:32.725 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:32.725 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:32.726 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 01:34:32.726 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 01:34:32.733 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 01:34:32.988 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:34:30 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:34:33.030 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 01:34:30 EST 2018]; parent: Root WebApplicationContext 2018-03-06 01:34:33.077 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 01:34:33.331 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:34:35.932 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 01:34:36.417 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 01:34:37.031 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 01:34:37.269 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@1491fd4e] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:37.276 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@79592628] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:37.277 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@2ffc58d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 01:34:37.278 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 01:34:37.294 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 01:34:37.504 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 6847 ms 2018-03-06 01:34:38.140 [http-nio-8080-exec-4] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 03:29:51.719 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 03:29:52.436 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 03:29:52.673 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 03:29:52 EST 2018]; root of context hierarchy 2018-03-06 03:29:52.893 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:29:55.600 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:29:55.600 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:29:56.545 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:29:57.436 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:29:57.439 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:29:57.441 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:29:57.442 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:29:57.442 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:29:57.443 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:29:57.459 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:29:57.460 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:29:57.460 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:29:57.460 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:29:57.462 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:29:57.464 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:29:58.793 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:29:52 EST 2018]; root of context hierarchy 2018-03-06 03:29:59.037 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:29:52 EST 2018]; root of context hierarchy 2018-03-06 03:29:59.140 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:29:59.813 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 03:29:59.816 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 03:30:00.143 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 03:30:00.942 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:30:05.387 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:30:06.477 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:30:07.847 [lx-phoenixd1.fhlbny.net-startStop-1] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 03:30:08.714 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@2655f05] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:08.720 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7e934fbb] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:08.721 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6370cfbf] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:08.741 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:30:08.779 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:30:08.863 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 16426 ms 2018-03-06 03:30:28.357 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 03:30:28.390 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:30:28 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:30:28.391 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:30:29.289 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:30:29.300 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:30:30.410 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:30:30.885 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:30:30.887 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:30:30.887 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:30:30.888 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:30:30.888 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:30:30.888 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:30:30.895 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:30:30.895 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:30:30.896 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:30:30.896 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:30:30.995 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:30:30.995 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:30:31.206 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:30:28 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:30:31.249 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:30:28 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:30:31.290 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:30:32.133 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:30:34.202 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:30:34.704 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:30:36.442 [http-nio-8080-exec-3] WARN o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - Autowired annotation is not supported on static fields: private static java.lang.String com.fhlb.commons.utils.FileUtils.directoryPath 2018-03-06 03:30:36.756 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@1d1cfea8] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:36.759 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@40832e4a] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:36.760 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@3ac652a0] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:30:36.761 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:30:36.779 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:30:37.209 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 8851 ms 2018-03-06 03:30:37.930 [http-nio-8080-exec-5] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 03:33:15.702 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 03:33:16.452 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 03:33:16.598 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 03:33:16 EST 2018]; root of context hierarchy 2018-03-06 03:33:16.723 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:33:19.171 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:33:19.171 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:33:20.261 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:33:21.397 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:33:21.401 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:33:21.401 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:33:21.402 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:33:21.404 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:33:21.411 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:33:21.422 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:33:21.422 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:21.423 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:21.423 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:21.424 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:21.426 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:33:22.750 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:33:16 EST 2018]; root of context hierarchy 2018-03-06 03:33:23.008 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:33:16 EST 2018]; root of context hierarchy 2018-03-06 03:33:23.090 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:33:23.884 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 03:33:23.887 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 03:33:24.221 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 03:33:25.013 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:33:29.377 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:33:30.414 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:33:32.513 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@61a38e2e] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:32.521 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5ec8a2ff] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:32.522 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@275310e4] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:32.555 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:33:32.597 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:33:32.711 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 16259 ms 2018-03-06 03:33:36.802 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 03:33:36.819 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:33:36 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:33:36.820 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:33:37.375 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:33:37.375 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:33:38.118 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:33:38.319 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:33:38.334 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:33:38.335 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:33:38.335 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:33:38.336 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:33:38.337 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:33:38.343 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:33:38.343 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:38.344 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:38.344 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:38.344 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:33:38.345 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:33:38.510 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:33:36 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:33:38.551 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:33:36 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:33:38.594 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:33:38.891 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:33:41.013 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:33:41.481 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:33:42.337 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@4c9ed3f1] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:42.340 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@3ade8dbc] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:42.341 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@189935c7] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:33:42.342 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:33:42.355 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:33:42.518 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 5715 ms 2018-03-06 03:33:42.994 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 03:57:01.592 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 03:57:02.391 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 03:57:02.558 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 03:57:02 EST 2018]; root of context hierarchy 2018-03-06 03:57:02.683 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:57:05.169 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:57:05.169 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:57:06.298 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:57:07.679 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:57:07.683 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:57:07.683 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:57:07.684 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:57:07.686 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:57:07.692 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:57:07.704 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:57:07.704 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:57:07.704 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:57:07.705 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:57:07.705 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:57:07.706 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:57:09.239 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:57:02 EST 2018]; root of context hierarchy 2018-03-06 03:57:09.478 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 03:57:02 EST 2018]; root of context hierarchy 2018-03-06 03:57:09.576 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:57:10.442 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 03:57:10.446 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 03:57:10.774 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 03:57:11.582 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:57:16.414 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:57:17.494 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:57:20.268 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@473a0206] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:57:20.275 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5b8953e4] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:57:20.275 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5440b521] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:57:20.305 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:57:20.348 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:57:20.429 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 18037 ms 2018-03-06 03:59:04.444 [http-nio-8080-exec-9] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 03:59:04.473 [http-nio-8080-exec-9] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:59:04 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:59:04.474 [http-nio-8080-exec-9] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 03:59:05.896 [http-nio-8080-exec-9] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 03:59:05.896 [http-nio-8080-exec-9] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 03:59:06.965 [http-nio-8080-exec-9] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 03:59:07.269 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 03:59:07.270 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:59:07.270 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 03:59:07.270 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 03:59:07.271 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:59:07.290 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 03:59:07.296 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 03:59:07.296 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 03:59:07.297 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:59:07.297 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:59:07.298 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:59:07.382 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 03:59:07.515 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:59:04 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:59:07.549 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 03:59:04 EST 2018]; parent: Root WebApplicationContext 2018-03-06 03:59:07.601 [http-nio-8080-exec-9] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 03:59:07.826 [http-nio-8080-exec-9] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:59:09.935 [http-nio-8080-exec-9] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 03:59:10.504 [http-nio-8080-exec-9] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 03:59:11.506 [http-nio-8080-exec-9] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@1fdd9a4c] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:59:11.508 [http-nio-8080-exec-9] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@52becb7e] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:59:11.508 [http-nio-8080-exec-9] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@44909e42] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 03:59:11.518 [http-nio-8080-exec-9] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 03:59:11.540 [http-nio-8080-exec-9] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 03:59:11.831 [http-nio-8080-exec-9] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 7382 ms 2018-03-06 03:59:12.492 [http-nio-8080-exec-10] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 04:01:54.795 [http-nio-8080-exec-9] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 04:02:03.834 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:02:03.834 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:02:03.946 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:02:05.686 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:02:05.882 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:02:05.959 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:02:06.042 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:02:06.484 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:02:06.487 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:02:06.487 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:02:06.487 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:02:06.501 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:02:06.535 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:02:06.539 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:02:06.539 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:02:06.539 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:02:06.539 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:02:06.539 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:02:06.632 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:02:06.633 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:02:06.637 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:02:06.637 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:02:06.641 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:02:06.647 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:02:06.647 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:02:06.647 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:02:06.647 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:02:06.648 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:02:06.648 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:02:06.648 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:02:06.648 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:02:06.649 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:02:06.650 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:02:06.650 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:02:06.671 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:02:06.673 [http-nio-8080-exec-9] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:02:06.687 [http-nio-8080-exec-9] ERROR c.f.c.exception.RestExceptionHandler - Exception handler caught an exception. java.lang.NullPointerException: null at com.fhlb.commons.utils.CreateSignatureForPDF.digitalSignPdf(CreateSignatureForPDF.java:216) at com.fhlb.services.auditconfirmation.impl.AuditConfirmationServiceImpl.getReport(AuditConfirmationServiceImpl.java:915) at com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(AuditConfirmationRestService.java:214) 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:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872) at javax.servlet.http.HttpServlet.service(HttpServlet.java:648) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at com.fhlb.commons.auth.filters.Cors.doFilter(Cors.java:91) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at com.fhlb.commons.auth.filters.ServiceSecurityFilter.doFilterInternal(ServiceSecurityFilter.java:136) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:44) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:591) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2018-03-06 04:08:39.008 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 04:08:39.953 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 04:08:40.178 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 04:08:40 EST 2018]; root of context hierarchy 2018-03-06 04:08:40.326 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 04:08:42.812 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 04:08:42.812 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 04:08:44.070 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 04:08:44.889 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 04:08:44.892 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 04:08:44.892 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 04:08:44.893 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 04:08:44.896 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 04:08:44.896 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 04:08:44.904 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:08:44.905 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:08:44.905 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:08:44.906 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 04:08:44.906 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:08:44.908 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 04:08:46.184 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 04:08:40 EST 2018]; root of context hierarchy 2018-03-06 04:08:46.430 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 04:08:40 EST 2018]; root of context hierarchy 2018-03-06 04:08:46.612 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 04:08:47.380 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 04:08:47.383 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 04:08:47.751 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 04:08:48.562 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 04:08:52.919 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 04:08:54.158 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 04:08:56.349 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@7bcc5524] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:08:56.355 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6065912d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:08:56.356 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@70ab57c5] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:08:56.377 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 04:08:56.423 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 04:08:56.515 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 16561 ms 2018-03-06 04:09:11.941 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 04:09:11.963 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 04:09:11 EST 2018]; parent: Root WebApplicationContext 2018-03-06 04:09:11.964 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 04:09:13.675 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 04:09:13.675 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 04:09:14.700 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 04:09:14.952 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 04:09:14.963 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 04:09:14.964 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 04:09:14.964 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 04:09:14.965 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 04:09:14.966 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 04:09:14.973 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:09:14.973 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:09:14.974 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:09:14.974 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 04:09:14.974 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 04:09:15.031 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 04:09:15.198 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 04:09:11 EST 2018]; parent: Root WebApplicationContext 2018-03-06 04:09:15.232 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 04:09:11 EST 2018]; parent: Root WebApplicationContext 2018-03-06 04:09:15.281 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 04:09:15.490 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 04:09:17.652 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 04:09:18.181 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 04:09:19.155 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@433e1bd0] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:09:19.163 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@4b568ead] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:09:19.166 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@6e1894f0] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 04:09:19.167 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 04:09:19.195 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 04:09:19.596 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 7655 ms 2018-03-06 04:09:20.286 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 04:09:22.818 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 04:09:33.031 [http-nio-8080-exec-3] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:09:33.031 [http-nio-8080-exec-3] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:09:33.334 [http-nio-8080-exec-3] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:09:35.007 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:09:35.221 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:09:35.320 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:09:35.362 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:09:35.750 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:09:35.751 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:09:35.752 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:09:35.752 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:09:35.763 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:09:35.801 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:09:35.804 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:09:35.804 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:09:35.804 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:09:35.804 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:09:35.805 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:09:35.924 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:09:35.924 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:09:35.929 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:09:35.930 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:09:35.945 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:09:35.946 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:09:35.946 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:09:35.946 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:09:35.946 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:09:35.947 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:09:35.947 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:09:35.962 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:09:36.555 [http-nio-8080-exec-3] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:09:36.670 [http-nio-8080-exec-3] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:10:02.083 [http-nio-8080-exec-8] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:10:02.083 [http-nio-8080-exec-8] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:10:02.114 [http-nio-8080-exec-8] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:10:02.489 [http-nio-8080-exec-8] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:10:02.529 [http-nio-8080-exec-8] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:10:02.569 [http-nio-8080-exec-8] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:10:02.596 [http-nio-8080-exec-8] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:10:02.657 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:10:02.657 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:10:02.658 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:10:02.659 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:10:02.660 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:10:02.660 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:10:02.678 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:02.680 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:10:02.687 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:02.688 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:10:02.688 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:10:02.689 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:10:02.689 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:10:02.689 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:10:02.690 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:10:02.690 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:10:02.690 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:10:02.693 [http-nio-8080-exec-8] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:10:02.766 [http-nio-8080-exec-8] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:10:02.866 [http-nio-8080-exec-8] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:10:31.792 [http-nio-8080-exec-10] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:10:31.793 [http-nio-8080-exec-10] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:10:31.798 [http-nio-8080-exec-10] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:10:31.968 [http-nio-8080-exec-10] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:10:32.002 [http-nio-8080-exec-10] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:10:32.049 [http-nio-8080-exec-10] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:10:32.072 [http-nio-8080-exec-10] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:10:32.109 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:10:32.109 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:10:32.109 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:10:32.109 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:10:32.109 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:10:32.110 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:10:32.131 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:10:32.132 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:10:32.132 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:10:32.133 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:10:32.134 [http-nio-8080-exec-10] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:10:32.202 [http-nio-8080-exec-10] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:10:32.245 [http-nio-8080-exec-10] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:10:51.033 [http-nio-8080-exec-2] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:10:51.033 [http-nio-8080-exec-2] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:10:51.038 [http-nio-8080-exec-2] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:10:51.155 [http-nio-8080-exec-2] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:10:51.239 [http-nio-8080-exec-2] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:10:51.267 [http-nio-8080-exec-2] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:10:51.378 [http-nio-8080-exec-2] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:10:51.585 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:10:51.586 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:10:51.587 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:10:51.593 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:10:51.594 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:10:51.594 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:10:51.603 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:10:51.603 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:10:51.603 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:10:51.604 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:10:51.605 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:10:51.605 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:10:51.606 [http-nio-8080-exec-2] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:10:51.656 [http-nio-8080-exec-2] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:10:51.732 [http-nio-8080-exec-2] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:11:10.124 [http-nio-8080-exec-4] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 04:11:10.125 [http-nio-8080-exec-4] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 04:11:10.129 [http-nio-8080-exec-4] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:block line 2 exceed the available area in the inline-progression direction by 975 millipoints. (No context info available) 2018-03-06 04:11:10.273 [http-nio-8080-exec-4] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 04:11:10.309 [http-nio-8080-exec-4] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 04:11:10.338 [http-nio-8080-exec-4] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 04:11:10.359 [http-nio-8080-exec-4] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 04:11:10.393 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 04:11:10.394 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 04:11:10.394 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 04:11:10.394 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 04:11:10.470 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 04:11:10.471 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 04:11:10.473 [http-nio-8080-exec-4] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 04:11:10.711 [http-nio-8080-exec-4] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 04:11:10.794 [http-nio-8080-exec-4] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:11:23.738 [http-nio-8080-exec-3] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:11:40.123 [http-nio-8080-exec-5] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 04:11:48.553 [http-nio-8080-exec-6] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 05:01:35.279 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 05:01:36.293 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 05:01:36.527 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 05:01:36 EST 2018]; root of context hierarchy 2018-03-06 05:01:36.699 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 05:01:39.070 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 05:01:39.070 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 05:01:40.116 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 05:01:41.036 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 05:01:41.052 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:01:41.052 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:01:41.052 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:01:41.052 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 05:01:41.052 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:01:41.067 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 05:01:42.362 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 05:01:36 EST 2018]; root of context hierarchy 2018-03-06 05:01:42.605 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 05:01:36 EST 2018]; root of context hierarchy 2018-03-06 05:01:42.705 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 05:01:43.470 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 05:01:43.485 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 05:01:43.860 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 05:01:44.749 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:01:49.288 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:01:50.630 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 05:01:53.391 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@52a7e467] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:01:53.407 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@1325049a] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:01:53.407 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@62bd5e7e] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:01:53.422 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 05:01:53.475 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 05:01:53.547 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 17254 ms 2018-03-06 05:11:20.581 [http-nio-8080-exec-7] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 05:11:20.634 [http-nio-8080-exec-7] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:11:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:11:20.639 [http-nio-8080-exec-7] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 05:11:21.759 [http-nio-8080-exec-7] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 05:11:21.759 [http-nio-8080-exec-7] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 05:11:22.879 [http-nio-8080-exec-7] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 05:11:23.110 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 05:11:23.111 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:11:23.112 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:11:23.113 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:11:23.113 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 05:11:23.114 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 05:11:23.121 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:11:23.121 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:11:23.122 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:11:23.122 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:11:23.122 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:11:23.123 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 05:11:23.303 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:11:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:11:23.347 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:11:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:11:23.395 [http-nio-8080-exec-7] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 05:11:23.888 [http-nio-8080-exec-7] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:11:26.237 [http-nio-8080-exec-7] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:11:27.019 [http-nio-8080-exec-7] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 05:11:28.467 [http-nio-8080-exec-7] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@787e133b] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:11:28.480 [http-nio-8080-exec-7] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@423d1e3] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:11:28.481 [http-nio-8080-exec-7] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@31f4f315] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:11:28.482 [http-nio-8080-exec-7] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 05:11:28.495 [http-nio-8080-exec-7] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 05:11:28.973 [http-nio-8080-exec-7] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 8390 ms 2018-03-06 05:11:29.692 [http-nio-8080-exec-8] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 05:12:24.395 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (No context info available) 2018-03-06 05:12:24.832 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:12:24.832 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:12:24.832 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:12:24.832 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:12:24.832 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:12:25.363 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:12:25.363 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:12:25.550 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - An fo:table (No context info available) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4) 2018-03-06 05:12:25.659 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:12:25.659 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:12:25.799 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:12:25.815 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:12:25.815 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 1 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:12:26.205 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:12:26.205 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:12:26.330 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:12:26.345 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:12:26.345 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 2 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:12:26.392 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:12:26.392 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:12:26.392 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:12:26.392 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 3 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:12:26.408 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:12:26.423 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:12:26.439 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:12:26.439 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 4 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:12:26.470 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:12:26.470 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:12:26.501 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:12:26.517 [http-nio-8080-exec-5] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 5 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:12:26.548 [http-nio-8080-exec-5] INFO org.apache.fop.apps.FOUserAgent - Rendered page #5. 2018-03-06 05:13:03.862 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (No context info available) 2018-03-06 05:13:03.940 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:03.940 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:03.940 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:03.940 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:03.940 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:04.083 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:13:04.083 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:13:04.086 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - An fo:table (No context info available) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4) 2018-03-06 05:13:04.115 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:04.117 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:04.133 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:04.137 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:04.139 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 1 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:04.181 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:13:04.186 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:04.389 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:04.395 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:04.396 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 2 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:04.441 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:13:04.449 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:04.549 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:04.549 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 3 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:04.564 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:13:04.580 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:04.580 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:04.580 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 4 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:04.595 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:13:04.595 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:04.595 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:04.595 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 5 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:04.595 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #5. 2018-03-06 05:13:04.642 [http-nio-8080-exec-9] INFO com.fhlb.commons.utils.ZipGenerator - file deleted after add into zip file 2018-03-06 05:13:36.247 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table) (No context info available) 2018-03-06 05:13:36.263 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:36.263 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:36.263 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:36.263 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:36.263 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) (No context info available) 2018-03-06 05:13:36.325 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:13:36.325 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:13:36.325 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - An fo:table (No context info available) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4) 2018-03-06 05:13:36.341 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:36.341 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:36.356 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:36.372 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:36.372 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 1 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:36.372 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:13:36.372 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - table-layout="fixed" and width="auto", but auto-layout not supported => assuming width="100%". (No context info available) 2018-03-06 05:13:36.403 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:36.403 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:36.419 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 2 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:36.434 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:13:36.450 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:36.450 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:36.450 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 3 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:36.450 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:13:36.465 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 4 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 23415 millipoints. (No context info available) 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - Content overflows the viewport of an fo:block-container in block-progression direction by 16819 millipoints. (No context info available) 2018-03-06 05:13:36.481 [http-nio-8080-exec-7] WARN org.apache.fop.apps.FOUserAgent - The contents of fo:region-before on page 5 exceed the available area in the block-progression direction by 86853 millipoints. (No context info available) 2018-03-06 05:13:36.497 [http-nio-8080-exec-7] INFO org.apache.fop.apps.FOUserAgent - Rendered page #5. 2018-03-06 05:13:36.512 [http-nio-8080-exec-7] INFO com.fhlb.commons.utils.ZipGenerator - file deleted after add into zip file 2018-03-06 05:14:07.246 [http-nio-8080-exec-6] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 05:14:10.556 [http-nio-8080-exec-6] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:14:10.556 [http-nio-8080-exec-6] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:14:10.731 [http-nio-8080-exec-6] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:14:10.765 [http-nio-8080-exec-6] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:14:10.797 [http-nio-8080-exec-6] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:14:10.820 [http-nio-8080-exec-6] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:14:11.117 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 05:14:11.119 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 05:14:11.119 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 05:14:11.119 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 05:14:11.128 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 05:14:11.154 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 05:14:11.157 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 05:14:11.157 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 05:14:11.157 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 05:14:11.157 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 05:14:11.157 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 05:14:11.212 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 05:14:11.213 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 05:14:11.216 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 05:14:11.216 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 05:14:11.220 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 05:14:11.220 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 05:14:11.220 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 05:14:11.220 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 05:14:11.220 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 05:14:11.221 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 05:14:11.221 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 05:14:11.221 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 05:14:11.221 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 05:14:11.222 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 05:14:11.222 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 05:14:11.223 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 05:14:11.238 [http-nio-8080-exec-6] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 05:14:11.617 [http-nio-8080-exec-6] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 05:14:11.632 [http-nio-8080-exec-6] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 05:14:46.989 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:14:46.990 [http-nio-8080-exec-9] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:14:47.119 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:14:47.151 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:14:47.187 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:14:47.210 [http-nio-8080-exec-9] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:14:47.259 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 05:14:47.260 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 05:14:47.260 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 05:14:47.260 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 05:14:47.260 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 05:14:47.260 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 05:14:47.261 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 05:14:47.261 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 05:14:47.261 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 05:14:47.261 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 05:14:47.261 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 05:14:47.277 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 05:14:47.278 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 05:14:47.281 [http-nio-8080-exec-9] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 05:14:47.346 [http-nio-8080-exec-9] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 05:14:47.368 [http-nio-8080-exec-9] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully 2018-03-06 05:43:53.448 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.4.1.Final 2018-03-06 05:43:54.181 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 2018-03-06 05:43:54.384 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Mar 06 05:43:54 EST 2018]; root of context hierarchy 2018-03-06 05:43:54.559 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 05:43:57.020 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 05:43:57.020 [lx-phoenixd1.fhlbny.net-startStop-1] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 05:43:58.066 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 05:43:59.111 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:43:59.111 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:43:59.111 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 05:43:59.111 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:43:59.126 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:43:59.142 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:43:59.142 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 05:44:00.374 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 05:43:54 EST 2018]; root of context hierarchy 2018-03-06 05:44:00.625 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Mar 06 05:43:54 EST 2018]; root of context hierarchy 2018-03-06 05:44:00.686 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 05:44:01.404 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.10.Final} 2018-03-06 05:44:01.404 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2018-03-06 05:44:01.716 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-03-06 05:44:02.480 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:44:07.129 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:44:08.674 [lx-phoenixd1.fhlbny.net-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 05:44:11.950 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@4d1dd12d] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:11.965 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@5abed0a4] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:11.965 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@510f605e] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:11.992 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 05:44:12.043 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 05:44:12.137 [lx-phoenixd1.fhlbny.net-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 17956 ms 2018-03-06 05:44:20.831 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization started 2018-03-06 05:44:20.839 [http-nio-8080-exec-3] INFO o.s.w.c.support.XmlWebApplicationContext - Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:44:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:44:20.840 [http-nio-8080-exec-3] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml] 2018-03-06 05:44:21.422 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-default.properties 2018-03-06 05:44:21.430 [http-nio-8080-exec-3] INFO c.f.c.properties.PropertiesConfiguration - Using property file location: properties/application-development.properties 2018-03-06 05:44:22.337 [http-nio-8080-exec-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2018-03-06 05:44:22.540 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[PUT],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.updateMaintenance(int,com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:44:22.541 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/getReport],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getMaintenanceReport(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:44:22.541 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/{id}],methods=[DELETE],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.deleteMaintenance(int,javax.servlet.http.HttpServletRequest) 2018-03-06 05:44:22.542 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl/accountId],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.getAccountId(java.lang.String,java.lang.String) 2018-03-06 05:44:22.542 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[GET],produces=[application/vnd.app.v1+json]}" onto public java.util.List com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.viewMaintenance() throws com.fhlb.commons.CustomException 2018-03-06 05:44:22.543 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/acstogl],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public java.lang.String com.fhlb.controllers.rest.acstogl.AcsToGlRestServices.addMaintenance(com.fhlb.acstogl.formbeans.ACSToGLFormBean,javax.servlet.http.HttpServletRequest) throws java.sql.SQLException 2018-03-06 05:44:22.549 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/coversheet/reportData || /auditConfirmation/account/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAccountingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:44:22.550 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/businessDates],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.lang.String com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCloseOFBusinessDates(java.lang.String) throws com.fhlb.commons.CustomException 2018-03-06 05:44:22.550 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/coversheet/reportData || /auditConfirmation/audit/coversheet/reportData/{jobId}],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCoverSheetAuditingReport(java.lang.Integer,com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:44:22.550 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/account/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAccountingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:44:22.551 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/audit/reportData],methods=[POST],produces=[application/vnd.app.v1+json]}" onto public org.springframework.http.ResponseEntity com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.generateAuditingReport(com.fhlb.auditconfirmation.beans.formbeans.AuditReportRequest,javax.servlet.http.HttpServletRequest) throws com.fhlb.commons.CustomException,java.text.ParseException 2018-03-06 05:44:22.552 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/auditConfirmation/customer],methods=[GET],produces=[application/vnd.app.v1+json || application/json]}" onto public java.util.List com.fhlb.controllers.rest.auditconfirmation.AuditConfirmationRestService.getCustomers(java.lang.String,java.lang.String[]) throws java.text.ParseException 2018-03-06 05:44:22.692 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:44:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:44:22.731 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: WebApplicationContext for namespace 'spring-servlet': startup date [Tue Mar 06 05:44:20 EST 2018]; parent: Root WebApplicationContext 2018-03-06 05:44:22.779 [http-nio-8080-exec-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in restExceptionHandler 2018-03-06 05:44:23.084 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:44:25.304 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect 2018-03-06 05:44:26.111 [http-nio-8080-exec-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect 2018-03-06 05:44:27.531 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@e59dbc2] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:27.534 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@54e4396] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:27.534 [http-nio-8080-exec-3] INFO o.s.o.h.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@452a5bb3] of Hibernate SessionFactory for HibernateTransactionManager 2018-03-06 05:44:27.535 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 2018-03-06 05:44:27.544 [http-nio-8080-exec-3] INFO o.s.s.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'cover_sheet_task_executor' 2018-03-06 05:44:27.755 [http-nio-8080-exec-3] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'spring': initialization completed in 6923 ms 2018-03-06 05:44:28.828 [http-nio-8080-exec-4] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 05:44:56.372 [http-nio-8080-exec-3] INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2018-03-06 05:45:04.958 [http-nio-8080-exec-3] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 2018-03-06 05:45:04.958 [http-nio-8080-exec-3] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 2018-03-06 05:45:06.517 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #1. 2018-03-06 05:45:06.672 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #2. 2018-03-06 05:45:06.791 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #3. 2018-03-06 05:45:06.863 [http-nio-8080-exec-3] INFO org.apache.fop.apps.FOUserAgent - Rendered page #4. 2018-03-06 05:45:07.205 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF Structure has been created 2018-03-06 05:45:07.207 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - pdf building has been started 2018-03-06 05:45:07.207 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - ProcSet array has been created 2018-03-06 05:45:07.208 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF page has been created 2018-03-06 05:45:07.218 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm has been created 2018-03-06 05:45:07.246 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature field has been created 2018-03-06 05:45:07.249 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDSignature has been created 2018-03-06 05:45:07.249 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - AcroForm dictionary has been created 2018-03-06 05:45:07.249 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Matrix has been added 2018-03-06 05:45:07.249 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Signature rectangle has been created 2018-03-06 05:45:07.249 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Formatter rectangle has been created 2018-03-06 05:45:07.382 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible Signature Image has been created 2018-03-06 05:45:07.383 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form stream has been created 2018-03-06 05:45:07.387 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form resources have been created 2018-03-06 05:45:07.387 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Holder form has been created 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - PDF appearance dictionary has been created 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Stream of another form (inner form - it will be inside holder form) has been created 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Resources of another form (inner form - it will be inside holder form)have been created 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Another form (inner form - it will be inside holder form) has been created 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Now inserted inner form inside holder form 2018-03-06 05:45:07.403 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form stream 2018-03-06 05:45:07.404 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form resources 2018-03-06 05:45:07.404 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Created image form 2018-03-06 05:45:07.404 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Inserted ProcSet to PDF 2018-03-06 05:45:07.405 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Injected appearance stream to pdf 2018-03-06 05:45:07.406 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - Visible signature has been created 2018-03-06 05:45:07.406 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDVisibleSigBuilder - WidgetDictionary has been created 2018-03-06 05:45:07.433 [http-nio-8080-exec-3] INFO o.a.p.p.i.d.visible.PDFTemplateCreator - stream returning started, size= 58154 2018-03-06 05:45:07.973 [http-nio-8080-exec-3] INFO c.f.commons.utils.CreateSignatureForPDF - File deleted successfully 2018-03-06 05:45:08.044 [http-nio-8080-exec-3] INFO com.fhlb.commons.utils.FileOperation - File deleted successfully