shopizer-ecommerce / shopizer

Shopizer java e-commerce software
http://www.shopizer.com
Apache License 2.0
3.56k stars 3k forks source link

Templates Error on Startup #159

Open syamsathyan opened 7 years ago

syamsathyan commented 7 years ago

ResourceHttpRequestHandler] 2017-06-23 16:33:17.101 DEBUG 49541 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : Cannot resolve template loader path [classpath:/templates/] to [java.io.File]: using SpringTemplateLoader as fallback

java.io.FileNotFoundException: class path resource [templates/] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/Users/sathyans/.m2/repository/com/shopizer/sm-core/2.0.5-SNAPSHOT/sm-core-2.0.5-SNAPSHOT.jar!/templates/ at org.springframework.util.ResourceUtils.getFile(ResourceUtils.java:218) ~[spring-core-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.core.io.AbstractFileResolvingResource.getFile(AbstractFileResolvingResource.java:52) ~[spring-core-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.getTemplateLoaderForPath(FreeMarkerConfigurationFactory.java:342) [spring-context-support-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.createConfiguration(FreeMarkerConfigurationFactory.java:290) [spring-context-support-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer.afterPropertiesSet(FreeMarkerConfigurer.java:116) [spring-webmvc-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) [spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839) [spring-context-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) [spring-context-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1191) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1180) [spring-boot-1.3.5.RELEASE.jar:1.3.5.RELEASE] at com.salesmanager.shop.application.ShopApplication.main(ShopApplication.java:11) [classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_73] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_73] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_73] at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_73] at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:478) [spring-boot-maven-plugin-1.3.5.RELEASE.jar:1.3.5.RELEASE] at java.lang.Thread.run(Thread.java:745) [na:1.8.0_73]

2017-06-23 16:33:17.102 INFO 49541 --- [ main] o.s.ui.freemarker.SpringTemplateLoader : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@61b6acb3: startup date [Fri Jun 23 16:33:01 EDT 2017]; root of context hierarchy] and template loader path [classpath:/templates/] 2017-06-23 16:33:17.103 INFO 49541 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2017-06-23 16:33:17.227 INFO 49541 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2017-06-23 16:33:17.247 DEBUG 49541 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings 2017-06-23 16:33:17.249 DEBUG 49541 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@64981abc]

JRE: java version "1.8.0_73"

ghost commented 7 years ago

Can you please let us know what all steps you are performing ?

syamsathyan commented 7 years ago

Cloned: 2.0.5-SNAPSHOT

$cd shopizer $mvn clean install $cd sm-shop $mvn spring-boot:run

--Regards

Syam Sathyan George (My Boss is a Jewish Carpenter)

HEAD OF SYSTEMS & ENGINEERING Vuoto-Labs Atlanta, GA cell: 1-404-662-6518 off : 1-404-400-2959

--------- Original Message --------- Subject: Re: [shopizer-ecommerce/shopizer] Templates Error on Startup (#159) From: "Umesh Awasthi" notifications@github.com Date: 6/23/17 4:39 pm To: "shopizer-ecommerce/shopizer" shopizer@noreply.github.com Cc: "Syam Sathyan George" syam@vuotolabs.com, "Author" author@noreply.github.com

Can you please let us know what all steps you are performing ?

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

syamsathyan commented 7 years ago

Umesh,

PFA, Complete Log attached ....

--Regards

Syam Sathyan George (My Boss is a Jewish Carpenter)

HEAD OF SYSTEMS & ENGINEERING Vuoto-Labs Atlanta, GA cell: 1-404-662-6518 off : 1-404-400-2959

--------- Original Message --------- Subject: Re: [shopizer-ecommerce/shopizer] Templates Error on Startup (#159) From: "Umesh Awasthi" notifications@github.com Date: 6/23/17 4:39 pm To: "shopizer-ecommerce/shopizer" shopizer@noreply.github.com Cc: "Syam Sathyan George" syam@vuotolabs.com, "Author" author@noreply.github.com

Can you please let us know what all steps you are performing ?

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building sm-shop 2.0.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> spring-boot-maven-plugin:1.3.5.RELEASE:run (default-cli) > test-compile @ sm-shop >>> [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sm-shop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ sm-shop --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sm-shop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ sm-shop --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< spring-boot-maven-plugin:1.3.5.RELEASE:run (default-cli) < test-compile @ sm-shop <<< [INFO] [INFO] [INFO] --- spring-boot-maven-plugin:1.3.5.RELEASE:run (default-cli) @ sm-shop ---

. _ _ /\ / '_ () \ \ \ \ ( ( )\ | ' | '| | ' \/ ` | \ \ \ \ \/ _)| |)| | | | | || (| | ) ) ) ) ' |__| .|| ||| |\, | / / / / =========|_|==============|__/=//// :: Spring Boot :: (v1.3.5.RELEASE)

2017-06-23 16:43:56.188 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:56.193 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:56.193 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:56.193 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:56.193 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:56.239 INFO 51066 --- [ main] c.s.shop.application.ShopApplication : Starting ShopApplication on ROSELCDV0001K9O with PID 51066 (/Users/sathyans/Documents/workspace/vuoto/java/shopizer/shopizer/sm-shop/target/classes started by sathyans in /Users/sathyans/Documents/workspace/vuoto/java/shopizer/shopizer/sm-shop) 2017-06-23 16:43:56.239 INFO 51066 --- [ main] c.s.shop.application.ShopApplication : No active profile set, falling back to default profiles: default 2017-06-23 16:43:56.282 INFO 51066 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@f387fd2: startup date [Fri Jun 23 16:43:56 EDT 2017]; root of context hierarchy 2017-06-23 16:43:57.465 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-core-context.xml] 2017-06-23 16:43:57.636 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/datasource-c3p0.xml] 2017-06-23 16:43:57.652 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-core-ehcache.xml] 2017-06-23 16:43:57.666 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-core-config.xml] 2017-06-23 16:43:57.838 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'coreConfiguration' with a different definition: replacing [Generic bean: class [com.salesmanager.core.business.utils.CoreConfiguration]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/Users/sathyans/.m2/repository/com/shopizer/sm-core/2.0.5-SNAPSHOT/sm-core-2.0.5-SNAPSHOT.jar!/com/salesmanager/core/business/utils/CoreConfiguration.class]] with [Generic bean: class [com.salesmanager.core.business.utils.CoreConfiguration]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-core-config.xml]] 2017-06-23 16:43:57.839 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-core-modules.xml] 2017-06-23 16:43:57.856 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/processors/shopizer-core-shipping-processors.xml] 2017-06-23 16:43:57.865 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/processors/shopizer-core-ordertotal-processors.xml] 2017-06-23 16:43:57.872 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-core-rules.xml] 2017-06-23 16:43:57.897 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'shippingMethodDecisionProcess' with a different definition: replacing [Generic bean: class [com.salesmanager.core.business.modules.integration.shipping.impl.ShippingDecisionPreProcessorImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/processors/shopizer-core-shipping-processors.xml]] with [Generic bean: class [com.salesmanager.core.business.modules.integration.shipping.impl.ShippingDecisionPreProcessorImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-core-rules.xml]] 2017-06-23 16:43:57.897 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'customShippingPriceModule' with a different definition: replacing [Generic bean: class [com.salesmanager.core.business.modules.integration.shipping.impl.CustomShippingQuoteRules]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-core-modules.xml]] with [Generic bean: class [com.salesmanager.core.business.modules.integration.shipping.impl.CustomShippingQuoteRules]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-core-rules.xml]] 2017-06-23 16:43:57.898 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-search.xml] 2017-06-23 16:43:57.912 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-shop-context.xml] 2017-06-23 16:43:57.924 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-controllers.xml] 2017-06-23 16:43:57.968 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-properties.xml] 2017-06-23 16:43:57.976 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-security.xml] 2017-06-23 16:43:57.999 INFO 51066 --- [ main] o.s.s.core.SpringSecurityCoreVersion : You are running with Spring Security Core 4.0.4.RELEASE 2017-06-23 16:43:58.002 INFO 51066 --- [ main] o.s.s.config.SecurityNamespaceHandler : Spring Security 'config' module version is 4.0.4.RELEASE 2017-06-23 16:43:58.017 INFO 51066 --- [ main] GlobalMethodSecurityBeanDefinitionParser : Expressions were enabled for method security but no SecurityExpressionHandler was configured. All hasPermision() expressions will evaluate to false. 2017-06-23 16:43:58.022 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'customerFacade' with a different definition: replacing [Generic bean: class [com.salesmanager.shop.store.controller.customer.facade.CustomerFacadeImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/Users/sathyans/Documents/workspace/vuoto/java/shopizer/shopizer/sm-shop/target/classes/com/salesmanager/shop/store/controller/customer/facade/CustomerFacadeImpl.class]] with [Generic bean: class [com.salesmanager.shop.store.controller.customer.facade.CustomerFacadeImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-security.xml]] 2017-06-23 16:43:58.024 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'customerDetailsService' with a different definition: replacing [Generic bean: class [com.salesmanager.shop.store.security.CustomerServicesImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/Users/sathyans/Documents/workspace/vuoto/java/shopizer/shopizer/sm-shop/target/classes/com/salesmanager/shop/store/security/CustomerServicesImpl.class]] with [Generic bean: class [com.salesmanager.shop.store.security.CustomerServicesImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-security.xml]] 2017-06-23 16:43:58.024 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'userDetailsService' with a different definition: replacing [Generic bean: class [com.salesmanager.shop.admin.security.UserServicesImpl]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/Users/sathyans/Documents/workspace/vuoto/java/shopizer/shopizer/sm-shop/target/classes/com/salesmanager/shop/admin/security/UserServicesImpl.class]] with [Generic bean: class [com.salesmanager.shop.admin.security.UserServicesImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/shopizer-security.xml]] 2017-06-23 16:43:58.042 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /admin/logon 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /admin/denied.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /admin/unauthorized.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /admin/users/resetPassword.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /admin/users/resetPasswordSecurityQtn.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /admin 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /admin/ 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /admin/.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /admin//.html 2017-06-23 16:43:58.043 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /admin///.html 2017-06-23 16:43:58.056 INFO 51066 --- [ main] s.s.c.h.HttpSecurityBeanDefinitionParser : Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 700, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 1100, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1500, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2000, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2300] 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/ 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/ 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/customer/logon.html 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/customer/registration.html 2017-06-23 16:43:58.057 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/customer/customLogon.html 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/customer/denied.html 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /shop/customer/logon 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer/ 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer/.html 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer/.html 2017-06-23 16:43:58.058 WARN 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Duplicate URL defined: /shop/customer/.html. The original attribute values will be overwritten 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer//.html 2017-06-23 16:43:58.058 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH_CUSTOMER')' for /shop/customer///.html 2017-06-23 16:43:58.060 INFO 51066 --- [ main] o.s.s.c.h.AuthenticationConfigBuilder : No login page configured. The default internal one will be used. Use the 'login-page' attribute to set the URL of the login page. 2017-06-23 16:43:58.061 INFO 51066 --- [ main] s.s.c.h.HttpSecurityBeanDefinitionParser : Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 700, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#1>, order = 1100, Root bean: class [org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1500, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2000, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2100, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#1>, order = 2300] 2017-06-23 16:43:58.063 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'hasRole('AUTH')' for /services/private/ 2017-06-23 16:43:58.063 INFO 51066 --- [ main] erInvocationSecurityMetadataSourceParser : Creating access control expression attribute 'permitAll' for /services/public/** 2017-06-23 16:43:58.063 INFO 51066 --- [ main] o.s.s.c.h.AuthenticationConfigBuilder : No login page configured. The default internal one will be used. Use the 'login-page' attribute to set the URL of the login page. 2017-06-23 16:43:58.063 INFO 51066 --- [ main] s.s.c.h.HttpSecurityBeanDefinitionParser : Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, Root bean: class [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, Root bean: class [org.springframework.security.web.header.HeaderWriterFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 500, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#2>, order = 1100, Root bean: class [org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1500, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2000, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 2200, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#2>, order = 2300] 2017-06-23 16:43:58.069 INFO 51066 --- [ main] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [spring/shopizer-servlet-context.xml] 2017-06-23 16:43:58.168 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'mvcContentNegotiationManager' with a different definition: replacing [Root bean: class [org.springframework.web.accept.ContentNegotiationManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=mvcContentNegotiationManager; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] 2017-06-23 16:43:58.169 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'mvcPathMatcher' with a different definition: replacing [Root bean: class [org.springframework.util.AntPathMatcher]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=mvcPathMatcher; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] 2017-06-23 16:43:58.169 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'mvcUrlPathHelper' with a different definition: replacing [Root bean: class [org.springframework.web.util.UrlPathHelper]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=mvcUrlPathHelper; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] 2017-06-23 16:43:58.169 INFO 51066 --- [ main] a.ConfigurationClassBeanDefinitionReader : Skipping bean definition for [BeanMethod:name=mvcUriComponentsContributor,declaringClass=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport]: a definition for bean 'mvcUriComponentsContributor' already exists. This top-level bean definition is considered as an override. 2017-06-23 16:43:58.225 INFO 51066 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'org.springframework.transaction.config.internalTransactionAdvisor' with a different definition: replacing [Root bean: class [org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration; factoryMethodName=transactionAdvisor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]] 2017-06-23 16:43:58.225 INFO 51066 --- [ main] a.ConfigurationClassBeanDefinitionReader : Skipping bean definition for [BeanMethod:name=transactionalEventListenerFactory,declaringClass=org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration]: a definition for bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' already exists. This top-level bean definition is considered as an override. 2017-06-23 16:43:58.431 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [applicationConfig: [classpath:/application.properties]] PropertySource with search precedence immediately lower than [applicationConfigurationProperties] 2017-06-23 16:43:58.431 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Removing [applicationConfigurationProperties] PropertySource 2017-06-23 16:43:58.431 DEBUG 51066 --- [ main] o.s.w.c.s.StandardServletEnvironment : Removing [defaultProperties] PropertySource 2017-06-23 16:43:58.443 INFO 51066 --- [ main] o.s.b.f.c.PropertyPlaceholderConfigurer : Loading properties file from class path resource [database.properties] 2017-06-23 16:43:58.444 INFO 51066 --- [ main] o.s.b.f.c.PropertyPlaceholderConfigurer : Loading properties file from class path resource [email.properties] 2017-06-23 16:43:58.444 INFO 51066 --- [ main] o.s.b.f.c.PropertyPlaceholderConfigurer : Loading properties file from class path resource [configs.properties] 2017-06-23 16:43:58.470 INFO 51066 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-06-23 16:43:58.523 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'executorService' of type [class java.util.concurrent.ThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.579 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0' of type [class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.593 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.595 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#78d2af0a' of type [class org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.601 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#26e2d03a' of type [class org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.604 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#1e01edba' of type [class org.springframework.security.access.annotation.SecuredAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.607 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#765b03c4' of type [class org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.611 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:58.655 INFO 51066 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2a7a6690] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-06-23 16:43:59.121 INFO 51066 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http) 2017-06-23 16:43:59.131 INFO 51066 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat 2017-06-23 16:43:59.132 INFO 51066 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.0.33 2017-06-23 16:43:59.589 INFO 51066 --- [ost-startStop-1] org.apache.jasper.servlet.TldScanner : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 2017-06-23 16:43:59.598 INFO 51066 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2017-06-23 16:43:59.598 DEBUG 51066 --- [ost-startStop-1] o.s.web.context.ContextLoader : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] 2017-06-23 16:43:59.598 INFO 51066 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3319 ms 2017-06-23 16:43:59.775 INFO 51066 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/'], [] 2017-06-23 16:43:59.778 INFO 51066 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/layout/'], [] 2017-06-23 16:43:59.783 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.784 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.785 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:59.785 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:59.785 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:59.790 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.791 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.791 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:59.791 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:59.791 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:59.808 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.808 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.808 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:59.808 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:59.808 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:59.816 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.816 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.816 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:59.816 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:59.816 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:59.823 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.823 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence 2017-06-23 16:43:59.823 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence 2017-06-23 16:43:59.823 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence 2017-06-23 16:43:59.823 DEBUG 51066 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] 2017-06-23 16:43:59.904 INFO 51066 --- [g-Init-Reporter] com.mchange.v2.log.MLog : MLog clients using slf4j logging. 2017-06-23 16:43:59.933 INFO 51066 --- [ost-startStop-1] com.mchange.v2.c3p0.C3P0Registry : Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10] 2017-06-23 16:44:00.187 INFO 51066 --- [ost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2017-06-23 16:44:00.196 INFO 51066 --- [ost-startStop-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-06-23 16:44:00.257 INFO 51066 --- [ost-startStop-1] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final} 2017-06-23 16:44:00.259 INFO 51066 --- [ost-startStop-1] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-06-23 16:44:00.261 INFO 51066 --- [ost-startStop-1] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist 2017-06-23 16:44:00.439 INFO 51066 --- [ost-startStop-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final} 2017-06-23 16:44:00.548 INFO 51066 --- [ost-startStop-1] c.m.v.c.i.AbstractPoolBackedDataSource : Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 78cot89o1nkjt4lsalhor|5c74ec84, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 78cot89o1nkjt4lsalhor|5c74ec84, idleConnectionTestPeriod -> 300, initialPoolSize -> 4, jdbcUrl -> jdbc:h2:file:./SALESMANAGER;AUTOCOMMIT=OFF;;mv_store=false;INIT=CREATE SCHEMA IF NOT EXISTS SALESMANAGER, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 8, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 4, numHelperThreads -> 3, preferredTestQuery -> SELECT 1, privilegeSpawnedThreads -> false, properties -> {user=**, password=**}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] 2017-06-23 16:44:00.907 INFO 51066 --- [ost-startStop-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2017-06-23 16:44:01.576 INFO 51066 --- [ost-startStop-1] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory 2017-06-23 16:44:01.988 INFO 51066 --- [ost-startStop-1] org.hibernate.tuple.PojoInstantiator : HHH000182: No default (no-argument) constructor for class: com.salesmanager.core.model.system.MerchantLog (class must be instantiated by Interceptor) 2017-06-23 16:44:02.286 INFO 51066 --- [ost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update 2017-06-23 16:44:02.286 INFO 51066 --- [ost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000102: Fetching database metadata 2017-06-23 16:44:02.290 INFO 51066 --- [ost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000396: Updating schema 2017-06-23 16:44:02.304 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.MERCHANT_LANGUAGE 2017-06-23 16:44:02.304 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [stores_merchant_id, languages_language_id] 2017-06-23 16:44:02.304 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_otl5jb3ntlujif2krkk7f1hfc, fk_53o35arh6914xpjlfkk9fg7hr] 2017-06-23 16:44:02.305 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_otl5jb3ntlujif2krkk7f1hfc_index_5, fk_53o35arh6914xpjlfkk9fg7hr_index_5] 2017-06-23 16:44:02.310 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CATEGORY 2017-06-23 16:44:02.310 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, lineage, code, visible, date_created, category_status, merchant_id, category_image, depth, category_id, date_modified, parent_id, sort_order] 2017-06-23 16:44:02.311 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_by5aj5to9lgmfvlhn4fb5b242, fk_b5718wl9wilwj9k8je1k2jeo] 2017-06-23 16:44:02.311 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_3, fk_by5aj5to9lgmfvlhn4fb5b242_index_3, uk_3mq9i6qmgquvoieslx39pej6x_index_3] 2017-06-23 16:44:02.315 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CATEGORY_DESCRIPTION 2017-06-23 16:44:02.315 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, category_highlight, meta_title, date_created, description, language_id, title, meta_keywords, meta_description, date_modified, sef_url, category_id, description_id, name] 2017-06-23 16:44:02.315 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_i17o4f83r3q77m1wpwqxj3qeh, fk_by2tlirq8wuhx2ml9ashsjwv2] 2017-06-23 16:44:02.315 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_buesqq6cyx7e5hy3mf30cfieq_index_9, primary_key_9, fk_i17o4f83r3q77m1wpwqxj3qeh_index_9] 2017-06-23 16:44:02.318 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CONTENT 2017-06-23 16:44:02.318 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, code, visible, date_modified, content_type, content_id, date_created, merchant_id, product_group, sort_order, content_position] 2017-06-23 16:44:02.318 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_l2s62g3nt07rx5tdfhsap7t7h] 2017-06-23 16:44:02.318 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_t1v2ld0mrwviquqourql4uub0_index_6, primary_key_6] 2017-06-23 16:44:02.322 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CONTENT_DESCRIPTION 2017-06-23 16:44:02.322 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, meta_title, content_id, date_created, description, language_id, title, meta_keywords, meta_description, date_modified, sef_url, description_id, name] 2017-06-23 16:44:02.322 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_f9ivw889okp1hujbvfq072ll2, fk_4ds7m2jymx6n57xxp0qp268oi] 2017-06-23 16:44:02.322 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_f9ivw889okp1hujbvfq072ll2_index_5, uk_n0w5r7ctbp88r4rvk7ayklofm_index_5, primary_key_5] 2017-06-23 16:44:02.325 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.COUNTRY 2017-06-23 16:44:02.325 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [geozone_id, country_isocode, country_id, country_supported] 2017-06-23 16:44:02.325 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_2lbinu04sww6iku2vis3qrj75] 2017-06-23 16:44:02.325 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_dqb99v22pt27v0tgeqo958e6x_index_6, primary_key_63, fk_2lbinu04sww6iku2vis3qrj75_index_6] 2017-06-23 16:44:02.327 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.COUNTRY_DESCRIPTION 2017-06-23 16:44:02.328 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, date_modified, description_id, date_created, name, description, language_id, title, country_id] 2017-06-23 16:44:02.328 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_dlhty043oqoecr3f37uqvhj8w, fk_gxbf63g476n3u9ovtrlnjveuu] 2017-06-23 16:44:02.328 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_b, uk_t7nshki1rbp6157ed0v6cx4y4_index_b, fk_gxbf63g476n3u9ovtrlnjveuu_index_b] 2017-06-23 16:44:02.331 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CURRENCY 2017-06-23 16:44:02.331 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [currency_currency_code, currency_supported, currency_name, currency_id, currency_code] 2017-06-23 16:44:02.331 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [] 2017-06-23 16:44:02.332 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_m7ku15ekud52vp67ry73a36te_index_5, uk_7r1k69cbk5giewqr5c9r4v6f_index_5, uk_1ubr7n96hjajamtggqp090a4x_index_5, primary_key_50] 2017-06-23 16:44:02.335 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTMER_OPTIN 2017-06-23 16:44:02.335 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [last, optin_date, optin_id, value, email, first, customer_optin_id] 2017-06-23 16:44:02.335 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_1f4gg9fca0srf7dnoqxglvtel] 2017-06-23 16:44:02.335 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_1f4gg9fca0srf7dnoqxglvtel_index_9, primary_key_99, uk_qg32yy79qajfig2uwr9wj88s9_index_9] 2017-06-23 16:44:02.340 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER 2017-06-23 16:44:02.340 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [billing_last_name, billing_street_address, billing_telephone, delivery_company, billing_zone_id, delivery_country_id, language_id, merchant_id, billing_state, billing_first_name, customer_nick, customer_company, delivery_telephone, customer_password, delivery_last_name, delivery_state, delivery_zone_id, billing_city, billing_company, delivery_first_name, billing_postcode, customer_dob, customer_anonymous, customer_id, delivery_street_address, delivery_postcode, delivery_city, customer_email_address, customer_gender, billing_country_id] 2017-06-23 16:44:02.340 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_k7gt46oima5w2h4wq84hhg19c, fk_72ork8lgtlvgwi0iwf0khdhv7, fk_3j13fd0w8fcubko0fdv53w18j, fk_eyy3eqwvkp4nudh4r02afghhs, fk_2atbo3aje6mi15gk8p7a5qvxb, fk_j00dj3m9tcac4sua8ajqln77a] 2017-06-23 16:44:02.340 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_eyy3eqwvkp4nudh4r02afghhs_index_5, fk_k7gt46oima5w2h4wq84hhg19c_index_5, fk_72ork8lgtlvgwi0iwf0khdhv7_index_5, fk_2atbo3aje6mi15gk8p7a5qvxb_index_5, fk_3j13fd0w8fcubko0fdv53w18j_index_5, fk_j00dj3m9tcac4sua8ajqln77a_index_5, primary_key_52] 2017-06-23 16:44:02.344 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_ATTRIBUTE 2017-06-23 16:44:02.345 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [option_value_id, customer_attr_txt_val, option_id, customer_id, customer_attribute_id] 2017-06-23 16:44:02.345 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_apotuxwjsvba5y88au4xyw0nh, fk_caeovxjxl3iya5jmoauqsxf9k, fk_29fkuiaadeus36gasl9q1tsq3] 2017-06-23 16:44:02.345 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_caeovxjxl3iya5jmoauqsxf9k_index_5, fk_29fkuiaadeus36gasl9q1tsq3_index_5, uk_46kbpre88yh963gewm3kmdni1_index_5, primary_key_5b] 2017-06-23 16:44:02.347 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_GROUP 2017-06-23 16:44:02.347 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [group_id, customer_id] 2017-06-23 16:44:02.347 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_kmd61ih4bv0aaofdyel8d2se1, fk_7dgmjiv744ak7617blnsqm560] 2017-06-23 16:44:02.347 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_7dgmjiv744ak7617blnsqm560_index_3, fk_kmd61ih4bv0aaofdyel8d2se1_index_3] 2017-06-23 16:44:02.350 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_OPTION 2017-06-23 16:44:02.350 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [customer_opt_code, customer_option_id, customer_opt_public, customer_opt_active, customer_option_type, merchant_id, sort_order] 2017-06-23 16:44:02.350 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_c8hb7w6e4rle5vfjf4p96sh80] 2017-06-23 16:44:02.350 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [cust_opt_code_idx, primary_key_33, uk_rov34a6g4dhhiqukvhp1ggm0u_index_3] 2017-06-23 16:44:02.354 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_OPTION_DESC 2017-06-23 16:44:02.354 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, date_modified, description_id, customer_option_id, date_created, name, description, language_id, title, customer_option_comment] 2017-06-23 16:44:02.354 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_i3pt01q982o6f1eelf2wgg16a, fk_p7u6vmiivmpui2sytdt41u2ye] 2017-06-23 16:44:02.355 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_4, uk_6ovl4t1ciag1wubtcebaoo7vi_index_4, fk_i3pt01q982o6f1eelf2wgg16a_index_4] 2017-06-23 16:44:02.359 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_OPTION_SET 2017-06-23 16:44:02.359 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [customer_option_id, customer_optionset_id, customer_option_value_id, sort_order] 2017-06-23 16:44:02.359 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_8rommesmavdij4j64u80rnpf5, fk_nw8syffq9lv0p0nc0vvlecbba] 2017-06-23 16:44:02.359 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_4peli2ritnnq2xqpyq188srm6_index_5, fk_8rommesmavdij4j64u80rnpf5_index_5, primary_key_5d] 2017-06-23 16:44:02.363 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_OPTION_VALUE 2017-06-23 16:44:02.363 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [customer_option_value_id, customer_opt_val_image, merchant_id, sort_order, customer_opt_val_code] 2017-06-23 16:44:02.364 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_qbur9hs0qbtgl3f85l4c6s3yd] 2017-06-23 16:44:02.364 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_cb1fmv71nrx7m1rlx1ff5qvdt_index_5, primary_key_5e, cust_opt_val_code_idx] 2017-06-23 16:44:02.368 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.CUSTOMER_OPT_VAL_DESCRIPTION 2017-06-23 16:44:02.368 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, date_modified, description_id, date_created, name, description, language_id, title, customer_opt_val_id] 2017-06-23 16:44:02.368 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_5tan60tg9d812ti5hg0ch784f, fk_sj4lco1gcmplvqlgfdbdpmtyn] 2017-06-23 16:44:02.368 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [fk_5tan60tg9d812ti5hg0ch784f_index_b, primary_key_bb, uk_ge7f2t1d31r87wnk09h9u1tnv_index_b] 2017-06-23 16:44:02.371 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.FILE_HISTORY 2017-06-23 16:44:02.371 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [file_history_id, date_added, accounted_date, date_deleted, file_id, filesize, merchant_id, download_count] 2017-06-23 16:44:02.372 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_5p2nkrcj0b8k5r3mv3lijif45] 2017-06-23 16:44:02.372 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [uk_av35sb3v4nxq8v1n1rkxufir_index_f, primary_key_f] 2017-06-23 16:44:02.374 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.GEOZONE 2017-06-23 16:44:02.374 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [geozone_id, geozone_code, geozone_name] 2017-06-23 16:44:02.375 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [] 2017-06-23 16:44:02.375 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_2] 2017-06-23 16:44:02.377 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.GEOZONE_DESCRIPTION 2017-06-23 16:44:02.377 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, geozone_id, date_modified, description_id, date_created, name, description, language_id, title] 2017-06-23 16:44:02.377 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [fk_1lcbkc4tt49q5qbue3m9p29c2, fk_m2xipv66da4ujekwbwxuyhmb8] 2017-06-23 16:44:02.377 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_1, fk_1lcbkc4tt49q5qbue3m9p29c2_index_1, uk_soq8o99w3c8ys3ntamt5i4mat_index_1] 2017-06-23 16:44:02.380 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.LANGUAGE 2017-06-23 16:44:02.380 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, code, date_modified, date_created, language_id, sort_order] 2017-06-23 16:44:02.380 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000108: Foreign keys: [] 2017-06-23 16:44:02.380 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000126: Indexes: [primary_key_c] 2017-06-23 16:44:02.383 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: SALESMANAGER.SALESMANAGER.MANUFACTURER 2017-06-23 16:44:02.383 INFO 51066 --- [ost-startStop-1] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [updt_id, manufacturer

ghost commented 7 years ago

Hey @syamsathyan : I have written a complete post on how to run Shopizer build-and-run-shopizer. Let me know if this still not working for you and I will try to retest it tonight, I might need following additional information from you

  1. JDK version
  2. Maven Version
syamsathyan commented 7 years ago

Apache Maven 3.5.0 java version "1.8.0_73"

shopizer-ecommerce commented 7 years ago

Since the migration to spring boot that situation occurs but the application runs and get the templates

shopizer-ecommerce commented 7 years ago

This message should not prevent starting the application from starting

This message is a debug message from Freemarker

2017-06-23 16:33:17.101 DEBUG 49541 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : Cannot resolve template loader path [classpath:/templates/] to [java.io.File]: using SpringTemplateLoader as fallback