Hi,
I have done the boardleaf setup as mentined in http://docs.broadleafcommerce.org/core/ ... ng-started
but when i am running the site as mentied in 'Running Site' section, i am getting below error. Can anybody help me ?
master/site/target/mycompany/},file:/E:/ecom/DemoSite-master/site/target/mycompany/
[artifact:mvn] 2014-03-07 23:58:25.581:INFO:/:Initializing Spring root WebApplicationContext
[artifact:mvn] [ WARN] 23:58:57 AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.spi.UpdateTimestampsCache]; using defaults.
[artifact:mvn] [ WARN] 23:58:58 AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [blSandBoxElements]; using defaults.
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDITIONAL_OFFER_INFO drop constraint FK3BFDBD63B5D9C34D
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDITIONAL_OFFER_INFO
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDITIONAL_OFFER_INFO drop constraint FK3BFDBD63D5F3FAF4
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDITIONAL_OFFER_INFO
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDITIONAL_OFFER_INFO drop constraint FK3BFDBD631891FF79
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDITIONAL_OFFER_INFO
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDRESS drop constraint FK299F86CEA46E16CF
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDRESS
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDRESS drop constraint FK299F86CEF1A6533F
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDRESS
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDRESS drop constraint FK299F86CEBF4449BA
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDRESS
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDRESS drop constraint FK299F86CEE12DC0C8
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDRESS
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADDRESS drop constraint FK299F86CE337C4D50
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADDRESS
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADMIN_PERMISSION_ENTITY drop constraint FK23C09E3DE88B7D38
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADMIN_PERMISSION_ENTITY
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADMIN_PERMISSION_XREF drop constraint FKBCAD1F575A3C445
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADMIN_PERMISSION_XREF
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADMIN_PERMISSION_XREF drop constraint FKBCAD1F5E88B7D38
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADMIN_PERMISSION_XREF
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADMIN_ROLE_PERMISSION_XREF drop constraint FK4A819D98E88B7D38
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - user lacks privilege or object not found: PUBLIC.BLC_ADMIN_ROLE_PERMISSION_XREF
[artifact:mvn] [ERROR] 23:58:59 SchemaExport - HHH000389: Unsuccessful: alter table BLC_ADMIN_ROLE_PERMISSION_XREF drop constraint FK4A819D985F43AAD8
---------------------------
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] ProcessContext cannot be resolved to a type
[artifact:mvn] CheckoutSeed cannot be resolved to a type
[artifact:mvn] ProcessContext cannot be resolved to a type
[artifact:mvn] CheckoutSeed cannot be resolved to a type
[artifact:mvn] Order cannot be resolved to a type
[artifact:mvn] EmailService cannot be resolved to a type
[artifact:mvn] The method getOrderConfirmationEmailInfo() from the type SendOrderConfirmationEmailActivity refers to the missing type EmailInfo
[artifact:mvn] Log cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
[artifact:mvn] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1006)
[artifact:mvn] ... 91 more
[artifact:mvn] Caused by: java.lang.Error: Unresolved compilation problems:
[artifact:mvn] The import org.apache.commons.logging cannot be resolved
[artifact:mvn] The import org.apache.commons.logging cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] The import org.broadleafcommerce cannot be resolved
[artifact:mvn] BaseActivity cannot be resolved to a type
[artifact:mvn] ProcessContext cannot be resolved to a type
[artifact:mvn] CheckoutSeed cannot be resolved to a type
[artifact:mvn] Log cannot be resolved to a type
[artifact:mvn] LogFactory cannot be resolved
[artifact:mvn] EmailService cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] ProcessContext cannot be resolved to a type
[artifact:mvn] CheckoutSeed cannot be resolved to a type
[artifact:mvn] ProcessContext cannot be resolved to a type
[artifact:mvn] CheckoutSeed cannot be resolved to a type
[artifact:mvn] Order cannot be resolved to a type
[artifact:mvn] EmailService cannot be resolved to a type
[artifact:mvn] The method getOrderConfirmationEmailInfo() from the type SendOrderConfirmationEmailActivity refers to the missing type EmailInfo
[artifact:mvn] Log cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] EmailInfo cannot be resolved to a type
[artifact:mvn] at com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity.<init>(SendOrderConfirmationEmailActivity.java:19)
[artifact:mvn] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[artifact:mvn] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
[artifact:mvn] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[artifact:mvn] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[artifact:mvn] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:148)
[artifact:mvn] ... 93 more
[artifact:mvn] 2014-03-07 23:59:12.990:WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext{/,file:/E:/ecom/DemoSite-master/site/target/mycompany/},file:/E:/ecom/DemoSite-master/site/target/mycompany/
[artifact:mvn] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'blPaymentGatewayCheckoutService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'blCheckoutService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'blCheckoutWorkflow' defined in resource loaded from byte array: Cannot create inner bean 'com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity#1b14963' of type [com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity] while setting bean property 'activities' with key [6]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity#1b14963' defined in resource loaded from byte array: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems: |?The import org.apache.commons.logging cannot be resolved|?The import org.apache.commons.logging cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?BaseActivity cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?Log cannot be resolved to a type|?LogFactory cannot be resolved|?EmailService cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?Order cannot be resolved to a type|?EmailService cannot be resolved to a type|?The method getOrderConfirmationEmailInfo() from the type SendOrderConfirmationEmailActivity refers to the missing type EmailInfo|?Log cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:306)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1122)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
[artifact:mvn] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
[artifact:mvn] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
[artifact:mvn] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)
[artifact:mvn] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)
[artifact:mvn] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
[artifact:mvn] at org.broadleafcommerce.common.web.extensibility.MergeContextLoaderListener.contextInitialized(MergeContextLoaderListener.java:50)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:766)
[artifact:mvn] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:406)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:758)
[artifact:mvn] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:242)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1233)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:701)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:475)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
---------------------
[artifact:mvn] Caused by:
[artifact:mvn] java.lang.Error: Unresolved compilation problems: |?The import org.apache.commons.logging cannot be resolved|?The import org.apache.commons.logging cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?The import org.broadleafcommerce cannot be resolved|?BaseActivity cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?Log cannot be resolved to a type|?LogFactory cannot be resolved|?EmailService cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?ProcessContext cannot be resolved to a type|?CheckoutSeed cannot be resolved to a type|?Order cannot be resolved to a type|?EmailService cannot be resolved to a type|?The method getOrderConfirmationEmailInfo() from the type SendOrderConfirmationEmailActivity refers to the missing type EmailInfo|?Log cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|?EmailInfo cannot be resolved to a type|
[artifact:mvn] at com.mycompany.worklow.checkout.SendOrderConfirmationEmailActivity.<init>(SendOrderConfirmationEmailActivity.java:19)
[artifact:mvn] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[artifact:mvn] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
[artifact:mvn] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[artifact:mvn] at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
[artifact:mvn] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:148)
[artifact:mvn] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1006)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:959)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:490)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
[artifact:mvn] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:271)
[artifact:mvn] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:121)
[artifact:mvn] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:353)
[artifact:mvn] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:154)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1393)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1134)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550)
[artifact:mvn] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150)
[artifact:mvn] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1122)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:442)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:416)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:550)
[artifact:mvn] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:150)
[artifact:mvn] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
[artifact:mvn] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:303)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1122)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:522)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:461)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
[artifact:mvn] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
[artifact:mvn] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:626)
[artifact:mvn] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)
[artifact:mvn] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:479)
[artifact:mvn] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)
[artifact:mvn] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)
[artifact:mvn] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
[artifact:mvn] at org.broadleafcommerce.common.web.extensibility.MergeContextLoaderListener.contextInitialized(MergeContextLoaderListener.java:50)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:766)
[artifact:mvn] at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:406)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:758)
[artifact:mvn] at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:242)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1233)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:701)
[artifact:mvn] at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:475)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:167)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:224)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:90)
[artifact:mvn] at org.eclipse.jetty.server.Server.doStart(Server.java:272)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
[artifact:mvn] at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
[artifact:mvn] at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
[artifact:mvn] at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:516)
[artifact:mvn] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[artifact:mvn] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[artifact:mvn] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[artifact:mvn] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
[artifact:mvn] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[artifact:mvn] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[artifact:mvn] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[artifact:mvn] at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[artifact:mvn] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[artifact:mvn] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[artifact:mvn] at java.lang.reflect.Method.invoke(Method.java:606)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
[artifact:mvn] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[artifact:mvn] at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
[artifact:mvn] 2014-03-07 23:59:13.629:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
[artifact:mvn] [INFO] Started Jetty Server
[artifact:mvn] 2014-03-07 23:59:13.676:INFO:oejus.SslContextFactory:Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
[artifact:mvn] 2014-03-07 23:59:13.692:INFO:oejs.AbstractConnector:Started SslSelectChannelConnector@0.0.0.0:8443
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.