Advertisement
Guest User

Untitled

a guest
May 18th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 11.87 KB | None | 0 0
  1.   .   ____          _            __ _ _
  2.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  3. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  4.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  5.   '  |____| .__|_| |_|_| |_\__, | / / / /
  6. =========|_|==============|___/=/_/_/_/
  7. :: Spring Boot ::        (v1.2.3.RELEASE)
  8.  
  9. 2015-05-18 06:45:53.011  INFO 7556 --- [           main] com.isap.config.Application              : Starting Application on BLACKORDER with PID 7556 (C:\tsap\Recepcion-CFDI\src\main\webapp\WEB-INF\classes started by Zyst in C:\tsap\Recepcion-CFDI)
  10. 2015-05-18 06:45:53.077  INFO 7556 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@25bbf683: startup date [Mon May 18 06:45:53 CDT 2015]; root of context hierarchy
  11. 2015-05-18 06:45:55.385  INFO 7556 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
  12. 2015-05-18 06:45:56.194  INFO 7556 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$63093ac7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2015-05-18 06:45:56.231  INFO 7556 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionAttributeSource' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2015-05-18 06:45:56.246  INFO 7556 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionInterceptor' of type [class org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2015-05-18 06:45:56.257  INFO 7556 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 2015-05-18 06:45:57.310  INFO 7556 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 10443 (http)
  17. 2015-05-18 06:45:57.754  INFO 7556 --- [           main] o.apache.catalina.core.StandardService   : Starting service Tomcat
  18. 2015-05-18 06:45:57.755  INFO 7556 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.0.21
  19. 2015-05-18 06:45:58.891  INFO 7556 --- [ost-startStop-1] org.apache.jasper.servlet.TldScanner     : At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  20. 2015-05-18 06:45:58.923  INFO 7556 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
  21. 2015-05-18 06:45:58.923  INFO 7556 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 5851 ms
  22. 2015-05-18 06:46:00.156  INFO 7556 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain     : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4a5147da, org.springframework.security.web.context.SecurityContextPersistenceFilter@53f155c4, org.springframework.security.web.header.HeaderWriterFilter@8a9335, org.springframework.security.web.authentication.logout.LogoutFilter@26df0859, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@30f37383, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1c570cbb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5ef9a92, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a2bd8a0, org.springframework.security.web.session.SessionManagementFilter@772b44be, org.springframework.security.web.access.ExceptionTranslationFilter@4783af55, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6c12c838]
  23. 2015-05-18 06:46:00.256  INFO 7556 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]
  24. 2015-05-18 06:46:00.257  INFO 7556 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'prettyFilter' to urls: [/*]
  25. 2015-05-18 06:46:00.257  INFO 7556 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'springSecurityFilterChain' to: [/*]
  26. 2015-05-18 06:46:00.257  INFO 7556 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  27. 2015-05-18 06:46:00.257  INFO 7556 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'facesServlet' to [*.xhtml]
  28. 2015-05-18 06:46:00.260  INFO 7556 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
  29. 2015-05-18 06:46:00.351  INFO 7556 --- [ost-startStop-1] j.e.resource.webcontainer.jsf.config     : Initializing Mojarra 2.2.11 ( 20150505-0732 https://svn.java.net/svn/mojarra~svn/tags/2.2.11@14688) for context ''
  30. 2015-05-18 06:46:00.958  INFO 7556 --- [ost-startStop-1] j.e.r.webcontainer.jsf.application       : JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
  31. 2015-05-18 06:46:02.377  INFO 7556 --- [ost-startStop-1] j.e.resource.webcontainer.jsf.config     : Monitoring file:/C:/tsap/Recepcion-CFDI/src/main/webapp/WEB-INF/faces-config.xml for modifications
  32. 2015-05-18 06:46:02.440  INFO 7556 --- [ost-startStop-1] .w.PostConstructApplicationEventListener : Running on PrimeFaces 5.2
  33. 2015-05-18 06:46:02.445  INFO 7556 --- [ost-startStop-1] com.ocpsoft.pretty.PrettyFilter          : PrettyFilter starting up...
  34. 2015-05-18 06:46:03.066  INFO 7556 --- [ost-startStop-1] com.ocpsoft.pretty.PrettyFilter          : PrettyFilter initialized.
  35. 2015-05-18 06:46:03.225  INFO 7556 --- [           main] o.s.j.d.DriverManagerDataSource          : Loaded JDBC driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
  36. 2015-05-18 06:46:04.161  INFO 7556 --- [           main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  37. 2015-05-18 06:46:04.177  INFO 7556 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
  38.     name: default
  39.     ...]
  40. 2015-05-18 06:46:04.289  INFO 7556 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {4.3.9.Final}
  41. 2015-05-18 06:46:04.291  INFO 7556 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
  42. 2015-05-18 06:46:04.294  INFO 7556 --- [           main] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist
  43. 2015-05-18 06:46:04.625  INFO 7556 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  44. 2015-05-18 06:46:05.199  WARN 7556 --- [           main] o.h.e.j.d.i.StandardDialectResolver      : HHH000385: Unknown Microsoft SQL Server major version [12] using SQL Server 2000 dialect
  45. 2015-05-18 06:46:05.207  INFO 7556 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect
  46. 2015-05-18 06:46:05.262  INFO 7556 --- [           main] o.h.h.i.ast.ASTQueryTranslatorFactory    : HHH000397: Using ASTQueryTranslatorFactory
  47. 2015-05-18 06:46:05.975  INFO 7556 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect
  48. 2015-05-18 06:46:06.087  INFO 7556 --- [           main] o.h.e.t.i.TransactionFactoryInitiator    : HHH000399: Using default transaction strategy (direct JDBC transactions)
  49. 2015-05-18 06:46:06.087  INFO 7556 --- [           main] o.h.h.i.ast.ASTQueryTranslatorFactory    : HHH000397: Using ASTQueryTranslatorFactory
  50. 2015-05-18 06:46:06.452  INFO 7556 --- [           main] o.s.o.h.HibernateTransactionManager      : Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@4317850d] of Hibernate SessionFactory for HibernateTransactionManager
  51. 2015-05-18 06:46:06.675  INFO 7556 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@25bbf683: startup date [Mon May 18 06:45:53 CDT 2015]; root of context hierarchy
  52. 2015-05-18 06:46:07.160  INFO 7556 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  53. 2015-05-18 06:46:07.160  INFO 7556 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[text/html],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  54. 2015-05-18 06:46:07.204  INFO 7556 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  55. 2015-05-18 06:46:07.204  INFO 7556 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  56. 2015-05-18 06:46:07.262  INFO 7556 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  57. 2015-05-18 06:46:07.456  INFO 7556 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
  58. 2015-05-18 06:46:07.588  INFO 7556 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 10443 (http)
  59. 2015-05-18 06:46:07.591  INFO 7556 --- [           main] com.isap.config.Application              : Started Application in 15.079 seconds (JVM running for 15.818)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement