Page 1 of 1

Startup issue with JBoss EAP 6.3.0 and DemoSite 3

Posted: Fri Sep 26, 2014 8:21 pm
by anikanchan
I am trying to run DemoSite 3 on JBoss EAP 6.3.0 as specified here - http://www.broadleafcommerce.com/docs/core/current/tutorials/getting-started-tutorials/jboss-tutorial and having difficulties. Everything in the logs look clean, no ERROR, see below. However the applications are never deployed and start up times out. I have increased the start up time out to 1800 secs and still the same result. Server keeps showing starting up and I can even logon to management console but after 1800 secs it completely stops and management console is not reachable then. Any idea what could be going wrong? Thanks in advance.


20:59:45,090 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Registering beans for JMX exposure on startup
20:59:45,105 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Located MBean 'org.broadleafcommerce:name=hibernate.statistics-mycompanySite': registering with JMX server as MBean [org.broadleafcommerce:name=hibernate.statistics-mycompanySite]
20:59:52,877 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Registering beans for JMX exposure on startup
20:59:52,879 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Bean with name 'blStatisticsService' has been autodetected for JMX exposure
20:59:52,892 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Located MBean 'blStatisticsService': registering with JMX server as MBean [org.broadleafcommerce:name=StatisticsService.mycompanySite]
20:59:54,391 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/css/**'], []
20:59:54,395 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/fonts/**'], []
20:59:54,397 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/img/**'], []
20:59:54,399 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/js/**'], []
20:59:54,402 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/**/cmsstatic/**'], []
20:59:54,404 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/favicon.ico'], []
20:59:54,425 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.filter.EstablishSessionFilter@77398a7f]
20:59:55,628 INFO [org.springframework.security.web.access.channel.ChannelProcessingFilter] (ServerService Thread Pool -- 52) Validated configuration attributes
20:59:56,901 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881, org.broadleafcommerce.profile.web.core.security.CustomerStateFilter@76f2790f, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069, org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb]
20:59:56,904 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [FilterChainProxy[Filter Chains: [[ org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.filter.EstablishSessionFilter@77398a7f]]]], org.springframework.security.web.access.channel.ChannelProcessingFilter@7ceac2df, org.springframework.security.web.context.SecurityContextPersistenceFilter@189ffe8b, org.springframework.security.web.authentication.logout.LogoutFilter@3000644e, org.broadleafcommerce.common.security.handler.CsrfFilter@69b95580, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@69c7cba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@bc09aba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@11ee2f5d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2c678bdd, org.broadleafcommerce.profile.web.core.security.SessionFixationProtectionFilter@420f70f1, org.springframework.security.web.access.ExceptionTranslationFilter@3c00019, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32466b3b, FilterChainProxy[Filter Chains: [[ org.springframework.security.web.util.AnyRequestMatcher@1, [org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881, org.broadleafcommerce.profile.web.core.security.CustomerStateFilter@76f2790f, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069, org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb]]]]]
20:59:56,923 INFO [org.springframework.security.config.http.DefaultFilterChainValidator] (ServerService Thread Pool -- 52) Checking whether login URL '/login' is accessible with your configuration
20:59:56,936 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/api/**'], [org.broadleafcommerce.common.web.filter.StatelessSessionFilter@7e42a983, org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881]
20:59:56,939 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/api/**'], [org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069]
20:59:58,233 INFO [org.springframework.context.support.DefaultLifecycleProcessor] (ServerService Thread Pool -- 52) Starting beans in phase 2147483647
20:59:58,272 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/site-1.0]] (ServerService Thread Pool -- 52) Initializing Spring FrameworkServlet 'mycompany'
20:59:58,272 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 52) FrameworkServlet 'mycompany': initialization started
20:59:58,275 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (ServerService Thread Pool -- 52) Refreshing WebApplicationContext for namespace 'mycompany-servlet': startup date [Fri Sep 26 20:59:58 EDT 2014]; parent: Root WebApplicationContext
20:59:59,855 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/**/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
20:59:59,855 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
21:00:02,289 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Rebuilding the solr index...
21:00:03,550 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomer],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomer()
21:00:03,551 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomer(org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,551 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomerSuccess],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomerSuccess()
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/savePhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.savePhone(org.broadleafcommerce.profile.web.core.model.PhoneNameForm,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,java.lang.Long,java.lang.Long)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/deletePhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.deletePhone(java.lang.Long,javax.servlet.http.HttpServletRequest)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/makePhoneDefault],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.makePhoneDefault(java.lang.Long,javax.servlet.http.HttpServletRequest)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/viewPhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.viewPhone(java.lang.Long,javax.servlet.http.HttpServletRequest,org.broadleafcommerce.profile.web.core.model.PhoneNameForm,org.springframework.validation.BindingResult)
21:00:03,553 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/process],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayProcessorController.processTransparentRedirectForm(javax.servlet.http.HttpServletRequest)
21:00:03,553 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/hosted/null-checkout],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedProcessorController.retrieveHostedEndpoint(javax.servlet.http.HttpServletRequest)
21:00:03,554 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/hosted/return],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedController.returnEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,554 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/hosted/error],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedController.errorEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,555 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/return],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayController.returnEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,555 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/error],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayController.errorEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,556 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/password],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ChangePasswordController.viewChangePassword(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.ChangePasswordForm)
21:00:03,556 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/password],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ChangePasswordController.processChangePassword(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.ChangePasswordForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/resetPassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.resetPassword(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/forgotPassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.forgotPassword(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/resetPassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.processResetPassword(org.broadleafcommerce.core.web.controller.account.ResetPasswordForm,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,558 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/forgotPassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.processForgotPassword(java.lang.String,javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.viewCustomerAddresses(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.addCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.CustomerAddressForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.viewCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long)
21:00:03,561 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.updateCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long,org.broadleafcommerce.core.web.controller.account.CustomerAddressForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,562 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[POST],params=[removeAddress=Remove],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.removeCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long,org.springframework.web.servlet.mvc.support.RedirectAttributes)
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/add],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.add(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.viewAccountWishlist(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/add],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.mycompany.controller.account.ManageWishlistController.addJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/remove],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.removeItemFromWishlist(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/moveItemToCart],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.moveItemToCart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/moveListToCart],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.moveListToCart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,566 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/orders],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.OrderHistoryController.viewOrderHistory(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,567 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/orders/{orderNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.OrderHistoryController.viewOrderDetails(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String)
21:00:03,567 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/redirect],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RedirectController.redirect(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,569 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/register],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RegisterController.register(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm)
21:00:03,569 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/register],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RegisterController.processRegister(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,570 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.UpdateAccountController.viewUpdateAccount(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.UpdateAccountForm)
21:00:03,570 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.UpdateAccountController.processUpdateAccount(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.UpdateAccountForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,573 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/add],methods=[],params=[],headers=[],consumes=[],produces=[text/html || */*],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.add(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/remove],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.remove(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/empty],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.empty(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.cart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/add],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.mycompany.controller.cart.CartController.addJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,575 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/updateQuantity],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.updateQuantity(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.UpdateCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,575 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/promo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.addPromo(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.String) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,576 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/promo/remove],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.removePromo(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,577 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/reviews/product/{itemId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.RatingsController.reviewItem(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String,org.broadleafcommerce.core.web.controller.catalog.ReviewForm)
21:00:03,580 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/reviews/product/{itemId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.RatingsController.viewReviewForm(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String,org.broadleafcommerce.core.web.controller.catalog.ReviewForm)
21:00:03,581 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/search],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.SearchController.search(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String) throws javax.servlet.ServletException,java.io.IOException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,581 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/billing],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.BillingInfoController.saveBillingAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.checkout(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.CustomerCreditInfoForm,org.springframework.web.servlet.mvc.support.RedirectAttributes)
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/savedetails],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.saveGlobalOrderDetails(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/complete],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.processCompleteCheckoutOrderFinalized(org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,584 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/cod/complete],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.processPassthroughCheckout(org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,584 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-giftcard/apply],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.NullGiftCardController.applyGiftCard(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.springframework.validation.BindingResult)
21:00:03,588 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/confirmation/{orderNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.OrderConfirmationController.displayOrderConfirmationByOrderNumber(java.lang.String,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/singleship],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.convertToSingleship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/singleship],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveSingleShip(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/multiship],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.showMultiship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderMultishipOptionForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/multiship],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveMultiship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderMultishipOptionForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,592 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/add-address],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.showMultishipAddAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult)
21:00:03,592 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/add-address],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveMultishipAddAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/contactus],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.contactus.ContactUsController.index()
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/contactus/success],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.contactus.ContactUsController.sendConfirmationEmail(java.lang.String,java.lang.String,java.lang.String)
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/robots.txt],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.seo.RobotsController.getRobotsFile(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,594 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/sitemap*.xml || /sitemap*.gz],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.core.io.FileSystemResource com.mycompany.controller.seo.SiteMapController.retrieveSiteMapIndex(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
21:00:07,551 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
21:00:07,564 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/fonts/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
21:00:07,574 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
21:00:07,582 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/js/**] onto handler 'blJsResources'
21:00:07,582 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/css/**] onto handler 'blCssResources'
21:00:07,642 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 52) FrameworkServlet 'mycompany': initialization completed in 9370 ms
21:00:08,875 INFO [org.jboss.as.server] (ServerService Thread Pool -- 25) JBAS018559: Deployed "site-1.0.war" (runtime-name : "site-1.0.war")
21:00:08,876 INFO [org.jboss.as.server] (ServerService Thread Pool -- 25) JBAS018559: Deployed "admin-1.0.war" (runtime-name : "admin-1.0.war")
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.3.0.GA (AS 7.4.0.Final-redhat-19) started in 73625ms - Started 1179 of 1216 services (62 services are lazy, passive or on-demand)
21:00:10,532 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Cleaning up Solr index cache from memory - size approx: 4616 bytes
21:00:10,635 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Finished building index in 0:00:08.343


Re: Startup issue with JBoss EAP 6.3.0 and DemoSite 3

Posted: Fri Sep 26, 2014 8:24 pm
by anikanchan
Some more logs from the end as I can't paste the entire logs due to size constraints. Please note the last incomplete line in red:

20:59:36,361 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/order/{id}/{collectionField:.*}/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.showAddCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>) throws java.lang.Exception
20:59:36,361 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/order/{id}/{collectionField:.*}/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.addCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,org.broadleafcommerce.openadmin.web.form.entity.EntityForm,org.springframework.validation.BindingResult) throws java.lang.Exception
20:59:36,361 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/order/{id}/{collectionField:.*}/{collectionItemId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.showUpdateCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
20:59:36,362 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/order/{id}/{collectionField:.*}/{collectionItemId}/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String ...
...
...
org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.getCollectionFieldRecords(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>) throws java.lang.Exception
20:59:36,400 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.showAddCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>) throws java.lang.Exception
20:59:36,400 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/add],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.addCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,org.broadleafcommerce.openadmin.web.form.entity.EntityForm,org.springframework.validation.BindingResult) throws java.lang.Exception
20:59:36,400 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/{collectionItemId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.showUpdateCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
20:59:36,400 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/{collectionItemId}/view],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.showViewCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
20:59:36,401 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/{collectionItemId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.updateCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String,org.broadleafcommerce.openadmin.web.form.entity.EntityForm,org.springframework.validation.BindingResult) throws java.lang.Exception
20:59:36,401 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/{collectionItemId}/sequence],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.updateCollectionItemSequence(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
20:59:36,401 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 77) Mapped "{[/pages/{id}/{collectionField:.*}/{collectionItemId}/delete],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.openadmin.web.controller.entity.AdminBasicEntityController.removeCollectionItem(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.util.Map<java.lang.String, java.lang.String>,java.lang.String,java.lang.String,java.lang.String) throws java.lang.Exception
20:59:36,642 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/**/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
20:59:36,642 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
20:59:36,703 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
20:59:36,715 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/fonts/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
20:59:36,726 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
20:59:36,734 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/robots.txt] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3'
20:59:36,740 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/js/**] onto handler 'blJsResources'
20:59:36,740 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/css/**] onto handler 'blCssResources'
20:59:36,776 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 77) Mapped URL path [/**] onto handler 'org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler#0'
20:59:36,812 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 77) FrameworkServlet 'admin': initialization completed in 1228 ms
20:59:44,826 INFO [org.springframework.context.support.GenericXmlApplicationContext] (ServerService Thread Pool -- 52) Refreshing org.springframework.context.support.GenericXmlApplicationContext@5f023bd6: startup date [Fri Sep 26 20:59:44 EDT 2014]; root of context hierarchy
20:59:45,090 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Registering beans for JMX exposure on startup
20:59:45,105 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Located MBean 'org.broadleafcommerce:name=hibernate.statistics-mycompanySite': registering with JMX server as MBean [org.broadleafcommerce:name=hibernate.statistics-mycompanySite]
20:59:52,877 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Registering beans for JMX exposure on startup
20:59:52,879 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Bean with name 'blStatisticsService' has been autodetected for JMX exposure
20:59:52,892 INFO [org.springframework.jmx.export.MBeanExporter] (ServerService Thread Pool -- 52) Located MBean 'blStatisticsService': registering with JMX server as MBean [org.broadleafcommerce:name=StatisticsService.mycompanySite]
20:59:54,391 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/css/**'], []
20:59:54,395 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/fonts/**'], []
20:59:54,397 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/img/**'], []
20:59:54,399 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/js/**'], []
20:59:54,402 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/**/cmsstatic/**'], []
20:59:54,404 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/favicon.ico'], []
20:59:54,425 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.filter.EstablishSessionFilter@77398a7f]
20:59:55,628 INFO [org.springframework.security.web.access.channel.ChannelProcessingFilter] (ServerService Thread Pool -- 52) Validated configuration attributes
20:59:56,901 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881, org.broadleafcommerce.profile.web.core.security.CustomerStateFilter@76f2790f, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069, org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb]
20:59:56,904 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [FilterChainProxy[Filter Chains: [[ org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.filter.EstablishSessionFilter@77398a7f]]]], org.springframework.security.web.access.channel.ChannelProcessingFilter@7ceac2df, org.springframework.security.web.context.SecurityContextPersistenceFilter@189ffe8b, org.springframework.security.web.authentication.logout.LogoutFilter@3000644e, org.broadleafcommerce.common.security.handler.CsrfFilter@69b95580, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@69c7cba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@bc09aba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@11ee2f5d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2c678bdd, org.broadleafcommerce.profile.web.core.security.SessionFixationProtectionFilter@420f70f1, org.springframework.security.web.access.ExceptionTranslationFilter@3c00019, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32466b3b, FilterChainProxy[Filter Chains: [[ org.springframework.security.web.util.AnyRequestMatcher@1, [org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881, org.broadleafcommerce.profile.web.core.security.CustomerStateFilter@76f2790f, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069, org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb]]]]]
20:59:56,923 INFO [org.springframework.security.config.http.DefaultFilterChainValidator] (ServerService Thread Pool -- 52) Checking whether login URL '/login' is accessible with your configuration
20:59:56,936 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/api/**'], [org.broadleafcommerce.common.web.filter.StatelessSessionFilter@7e42a983, org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter@1b9b65d1, org.broadleafcommerce.common.web.BroadleafRequestFilter@559c0881]
20:59:56,939 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (ServerService Thread Pool -- 52) Creating filter chain: Ant [pattern='/api/**'], [org.broadleafcommerce.cms.web.URLHandlerFilter@40783bcb, org.broadleafcommerce.common.web.filter.TranslationFilter@28ea04cb, org.broadleafcommerce.core.web.order.security.CartStateFilter@1be0c069]
20:59:58,233 INFO [org.springframework.context.support.DefaultLifecycleProcessor] (ServerService Thread Pool -- 52) Starting beans in phase 2147483647
20:59:58,272 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/site-1.0]] (ServerService Thread Pool -- 52) Initializing Spring FrameworkServlet 'mycompany'
20:59:58,272 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 52) FrameworkServlet 'mycompany': initialization started
20:59:58,275 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (ServerService Thread Pool -- 52) Refreshing WebApplicationContext for namespace 'mycompany-servlet': startup date [Fri Sep 26 20:59:58 EDT 2014]; parent: Root WebApplicationContext
20:59:59,855 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/**/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
20:59:59,855 INFO [org.broadleafcommerce.cms.web.BroadleafCmsSimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/cmsstatic/**] onto handler of type [class org.broadleafcommerce.cms.web.file.StaticAssetViewController]
21:00:02,289 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Rebuilding the solr index...
21:00:03,550 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomer],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomer()
21:00:03,551 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomer],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomer(org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,551 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/registerCustomer/registerCustomerSuccess],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.RegisterCustomerController.registerCustomerSuccess()
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/savePhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.savePhone(org.broadleafcommerce.profile.web.core.model.PhoneNameForm,org.springframework.validation.BindingResult,javax.servlet.http.HttpServletRequest,java.lang.Long,java.lang.Long)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/deletePhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.deletePhone(java.lang.Long,javax.servlet.http.HttpServletRequest)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/makePhoneDefault],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.makePhoneDefault(java.lang.Long,javax.servlet.http.HttpServletRequest)
21:00:03,552 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/myaccount/phone/viewPhone],methods=[GET || POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String org.broadleafcommerce.profile.web.controller.CustomerPhoneController.viewPhone(java.lang.Long,javax.servlet.http.HttpServletRequest,org.broadleafcommerce.profile.web.core.model.PhoneNameForm,org.springframework.validation.BindingResult)
21:00:03,553 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/process],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayProcessorController.processTransparentRedirectForm(javax.servlet.http.HttpServletRequest)
21:00:03,553 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/hosted/null-checkout],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedProcessorController.retrieveHostedEndpoint(javax.servlet.http.HttpServletRequest)
21:00:03,554 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/hosted/return],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedController.returnEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,554 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/hosted/error],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayHostedController.errorEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,555 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/return],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayController.returnEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,555 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-checkout/error],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.sample.vendor.nullPaymentGateway.web.controller.NullPaymentGatewayController.errorEndpoint(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,org.springframework.web.servlet.mvc.support.RedirectAttributes,java.util.Map<java.lang.String, java.lang.String>) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,556 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/password],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ChangePasswordController.viewChangePassword(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.ChangePasswordForm)
21:00:03,556 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/password],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ChangePasswordController.processChangePassword(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.ChangePasswordForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.login(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/resetPassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.resetPassword(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/forgotPassword],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.forgotPassword(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,557 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/resetPassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.processResetPassword(org.broadleafcommerce.core.web.controller.account.ResetPasswordForm,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,558 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/login/forgotPassword],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.LoginController.processForgotPassword(java.lang.String,javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.viewCustomerAddresses(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.addCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.CustomerAddressForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,560 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.viewCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long)
21:00:03,561 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.updateCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long,org.broadleafcommerce.core.web.controller.account.CustomerAddressForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,562 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/addresses/{customerAddressId}],methods=[POST],params=[removeAddress=Remove],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageCustomerAddressesController.removeCustomerAddress(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.Long,org.springframework.web.servlet.mvc.support.RedirectAttributes)
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/add],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.add(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.viewAccountWishlist(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,564 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/add],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.mycompany.controller.account.ManageWishlistController.addJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/remove],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.removeItemFromWishlist(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/moveItemToCart],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.moveItemToCart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,565 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/wishlist/moveListToCart],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.ManageWishlistController.moveListToCart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,566 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/orders],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.OrderHistoryController.viewOrderHistory(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model)
21:00:03,567 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account/orders/{orderNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.OrderHistoryController.viewOrderDetails(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String)
21:00:03,567 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/redirect],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RedirectController.redirect(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model)
21:00:03,569 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/register],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RegisterController.register(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm)
21:00:03,569 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/register],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.RegisterController.processRegister(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.profile.web.core.form.RegisterCustomerForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,570 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.UpdateAccountController.viewUpdateAccount(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.UpdateAccountForm)
21:00:03,570 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/account],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.account.UpdateAccountController.processUpdateAccount(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.controller.account.UpdateAccountForm,org.springframework.validation.BindingResult,org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,573 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/add],methods=[],params=[],headers=[],consumes=[],produces=[text/html || */*],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.add(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/remove],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.remove(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/empty],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.empty(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.cart(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,574 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/add],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.mycompany.controller.cart.CartController.addJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.AddToCartException
21:00:03,575 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/updateQuantity],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.updateQuantity(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.springframework.web.servlet.mvc.support.RedirectAttributes,org.broadleafcommerce.core.web.order.model.AddToCartItem) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.core.order.service.exception.UpdateCartException,org.broadleafcommerce.core.order.service.exception.RemoveFromCartException
21:00:03,575 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/promo],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.addPromo(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.String) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,576 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/cart/promo/remove],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.cart.CartController.removePromo(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,java.lang.Long) throws java.io.IOException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,577 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/reviews/product/{itemId}],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.RatingsController.reviewItem(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String,org.broadleafcommerce.core.web.controller.catalog.ReviewForm)
21:00:03,580 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/reviews/product/{itemId}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.RatingsController.viewReviewForm(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,java.lang.String,org.broadleafcommerce.core.web.controller.catalog.ReviewForm)
21:00:03,581 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/search],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.catalog.SearchController.search(org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String) throws javax.servlet.ServletException,java.io.IOException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,581 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/billing],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.BillingInfoController.saveBillingAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.checkout(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.CustomerCreditInfoForm,org.springframework.web.servlet.mvc.support.RedirectAttributes)
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/savedetails],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.saveGlobalOrderDetails(javax.servlet.http.HttpServletRequest,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,583 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/complete],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.processCompleteCheckoutOrderFinalized(org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
21:00:03,584 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/cod/complete],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.CheckoutController.processPassthroughCheckout(org.springframework.web.servlet.mvc.support.RedirectAttributes) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException,org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,584 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/null-giftcard/apply],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.NullGiftCardController.applyGiftCard(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.springframework.validation.BindingResult)
21:00:03,588 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/confirmation/{orderNumber}],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.OrderConfirmationController.displayOrderConfirmationByOrderNumber(java.lang.String,org.springframework.ui.Model,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/singleship],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.convertToSingleship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/singleship],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveSingleShip(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderInfoForm,org.broadleafcommerce.core.web.checkout.model.BillingInfoForm,org.broadleafcommerce.core.web.checkout.model.GiftCardInfoForm,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/multiship],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.showMultiship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderMultishipOptionForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException
21:00:03,591 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/multiship],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveMultiship(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.OrderMultishipOptionForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.core.pricing.service.exception.PricingException,org.broadleafcommerce.common.exception.ServiceException
21:00:03,592 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/add-address],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.showMultishipAddAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult)
21:00:03,592 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/checkout/add-address],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.checkout.ShippingInfoController.saveMultishipAddAddress(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.springframework.ui.Model,org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm,org.springframework.validation.BindingResult) throws org.broadleafcommerce.common.exception.ServiceException
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/contactus],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.contactus.ContactUsController.index()
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/contactus/success],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.contactus.ContactUsController.sendConfirmationEmail(java.lang.String,java.lang.String,java.lang.String)
21:00:03,593 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/robots.txt],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.mycompany.controller.seo.RobotsController.getRobotsFile(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
21:00:03,594 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] (ServerService Thread Pool -- 52) Mapped "{[/sitemap*.xml || /sitemap*.gz],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.core.io.FileSystemResource com.mycompany.controller.seo.SiteMapController.retrieveSiteMapIndex(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException
21:00:07,551 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
21:00:07,564 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/fonts/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
21:00:07,574 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/favicon.ico] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
21:00:07,582 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/js/**] onto handler 'blJsResources'
21:00:07,582 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] (ServerService Thread Pool -- 52) Mapped URL path [/css/**] onto handler 'blCssResources'
21:00:07,642 INFO [org.springframework.web.servlet.DispatcherServlet] (ServerService Thread Pool -- 52) FrameworkServlet 'mycompany': initialization completed in 9370 ms
21:00:08,875 INFO [org.jboss.as.server] (ServerService Thread Pool -- 25) JBAS018559: Deployed "site-1.0.war" (runtime-name : "site-1.0.war")
21:00:08,876 INFO [org.jboss.as.server] (ServerService Thread Pool -- 25) JBAS018559: Deployed "admin-1.0.war" (runtime-name : "admin-1.0.war")
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
21:00:08,898 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.3.0.GA (AS 7.4.0.Final-redhat-19) started in 73625ms - Started 1179 of 1216 services (62 services are lazy, passive or on-demand)
21:00:10,532 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Cleaning up Solr index cache from memory - size approx: 4616 bytes
21:00:10,635 INFO [org.broadleafcommerce.core.search.service.solr.SolrIndexServiceImpl] (org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1) Finished building index in 0:00:08.343
[/quote]