Advertisement
eldieck

ServerConsole

Feb 23rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. Feb 23, 2016 2:29:48 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
  2. WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:alumnitracker' did not find a matching property.
  3. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  4. INFO: Server version: Apache Tomcat/8.0.26
  5. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  6. INFO: Server built: Aug 18 2015 11:38:37 UTC
  7. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  8. INFO: Server number: 8.0.26.0
  9. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  10. INFO: OS Name: Mac OS X
  11. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  12. INFO: OS Version: 10.11.3
  13. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  14. INFO: Architecture: x86_64
  15. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  16. INFO: Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre
  17. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  18. INFO: JVM Version: 1.8.0_60-b27
  19. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  20. INFO: JVM Vendor: Oracle Corporation
  21. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  22. INFO: CATALINA_BASE: /Users/Eldieck/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0
  23. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  24. INFO: CATALINA_HOME: /usr/local/Cellar/tomcat/8.0.26/libexec
  25. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  26. INFO: Command line argument: -Dcatalina.base=/Users/Eldieck/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0
  27. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  28. INFO: Command line argument: -Dcatalina.home=/usr/local/Cellar/tomcat/8.0.26/libexec
  29. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  30. INFO: Command line argument: -Dwtp.deploy=/Users/Eldieck/Documents/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps
  31. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  32. INFO: Command line argument: -Djava.endorsed.dirs=/usr/local/Cellar/tomcat/8.0.26/libexec/endorsed
  33. Feb 23, 2016 2:29:48 PM org.apache.catalina.startup.VersionLoggerListener log
  34. INFO: Command line argument: -Dfile.encoding=UTF-8
  35. Feb 23, 2016 2:29:48 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  36. INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/Eldieck/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
  37. Feb 23, 2016 2:29:49 PM org.apache.coyote.AbstractProtocol init
  38. INFO: Initializing ProtocolHandler ["http-nio-8080"]
  39. Feb 23, 2016 2:29:49 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  40. INFO: Using a shared selector for servlet write/read
  41. Feb 23, 2016 2:29:49 PM org.apache.coyote.AbstractProtocol init
  42. INFO: Initializing ProtocolHandler ["ajp-nio-8009"]
  43. Feb 23, 2016 2:29:49 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  44. INFO: Using a shared selector for servlet write/read
  45. Feb 23, 2016 2:29:49 PM org.apache.catalina.startup.Catalina load
  46. INFO: Initialization processed in 778 ms
  47. Feb 23, 2016 2:29:49 PM org.apache.catalina.core.StandardService startInternal
  48. INFO: Starting service Catalina
  49. Feb 23, 2016 2:29:49 PM org.apache.catalina.core.StandardEngine startInternal
  50. INFO: Starting Servlet Engine: Apache Tomcat/8.0.26
  51. Feb 23, 2016 2:29:53 PM org.apache.jasper.servlet.TldScanner scanJars
  52. INFO: 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.
  53. Feb 23, 2016 2:29:53 PM org.apache.catalina.core.ApplicationContext log
  54. INFO: No Spring WebApplicationInitializer types detected on classpath
  55. Feb 23, 2016 2:29:53 PM org.apache.catalina.core.ApplicationContext log
  56. INFO: Initializing Spring root WebApplicationContext
  57. Feb 23, 2016 2:29:53 PM org.springframework.web.context.ContextLoader initWebApplicationContext
  58. INFO: Root WebApplicationContext: initialization started
  59. Feb 23, 2016 2:29:53 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext prepareRefresh
  60. INFO: Refreshing Root WebApplicationContext: startup date [Tue Feb 23 14:29:53 CST 2016]; root of context hierarchy
  61. Feb 23, 2016 2:29:53 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext loadBeanDefinitions
  62. INFO: Successfully resolved class for [edu.ben.template.dao.DaoConfig]
  63. Feb 23, 2016 2:29:53 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext loadBeanDefinitions
  64. INFO: Successfully resolved class for [edu.ben.template.controller.WebConfig]
  65. Feb 23, 2016 2:29:53 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext loadBeanDefinitions
  66. INFO: Successfully resolved class for [edu.ben.template.security.SecurityConfig]
  67. Feb 23, 2016 2:29:53 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext loadBeanDefinitions
  68. INFO: Successfully resolved class for [edu.ben.template.controller.ControllerConfig]
  69. Feb 23, 2016 2:29:53 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
  70. INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3cf14d2a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,daoConfig,webConfig,securityConfig,controllerConfig,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.aop.config.internalAutoProxyCreator,eventDao,dataSource,userDao,transactionManager,jobPostingDao,majorDao,interestDao,objectMapper,org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration,requestMappingHandlerMapping,mvcContentNegotiationManager,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,defaultServletHandlerMapping,requestMappingHandlerAdapter,mvcConversionService,mvcValidator,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,internalResourceViewResolver,org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration,authenticationManagerBuilder,enableGlobalAuthenticationAutowiredConfigurer,org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration,webSecurityExpressionHandler,privilegeEvaluator,autowiredWebSecurityConfigurersIgnoreParents,springSecurityFilterChain,org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration,objectPostProcessor,org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration,methodSecurityInterceptor,methodSecurityMetadataSource,preInvocationAuthorizationAdvice,metaDataSourceAdvisor,userDetailsService,homeController,loginController,userController]; root of factory hierarchy
  71. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  72. INFO: Mapped "{[/index],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.index(org.springframework.ui.Model)
  73. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  74. INFO: Mapped "{[/alumniDirectory],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.directory(java.lang.Integer,org.springframework.ui.Model)
  75. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  76. INFO: Mapped "{[/register],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.registration(org.springframework.ui.Model)
  77. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  78. INFO: Mapped "{[/createJobPosting],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.jobCreation(org.springframework.ui.Model)
  79. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  80. INFO: Mapped "{[/createJobPosting],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.createJobPostingPost(org.springframework.ui.Model,java.lang.String,java.lang.String,java.lang.String,edu.ben.template.model.User)
  81. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  82. INFO: Mapped "{[/jobPostings],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.jobPostings(org.springframework.ui.Model)
  83. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  84. INFO: Mapped "{[/createEvent],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.createEvent(org.springframework.ui.Model)
  85. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  86. INFO: Mapped "{[/createEvent],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.createEventPost(org.springframework.ui.Model,java.lang.String,java.lang.String,java.lang.String)
  87. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  88. INFO: Mapped "{[/events],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.eventPostings(org.springframework.ui.Model)
  89. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  90. INFO: Mapped "{[/register],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.registrationPost(org.springframework.ui.Model,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
  91. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  92. INFO: Mapped "{[/edit],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.edit(org.springframework.ui.Model,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
  93. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  94. INFO: Mapped "{[/userProfile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.userProfile(org.springframework.ui.Model)
  95. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  96. INFO: Mapped "{[/facultyProfile],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.faculty(org.springframework.ui.Model)
  97. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  98. INFO: Mapped "{[/edit],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.editPost(org.springframework.ui.Model)
  99. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  100. INFO: Mapped "{[/somethingSecret],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.viewSecret(org.springframework.ui.Model)
  101. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  102. INFO: Mapped "{[/userHome],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.HomeController.userHome(org.springframework.ui.Model)
  103. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  104. INFO: Mapped "{[/login],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.LoginController.login(org.springframework.ui.Model)
  105. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  106. INFO: Mapped "{[/logout],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.LoginController.logout(org.springframework.ui.Model) throws java.sql.SQLException
  107. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  108. INFO: Mapped "{[/logout],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.LoginController.edit(org.springframework.ui.Model) throws java.sql.SQLException
  109. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  110. INFO: Mapped "{[/loginFailure],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.LoginController.loginFailed(org.springframework.ui.Model)
  111. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping registerHandlerMethod
  112. INFO: Mapped "{[/displayAccount],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String edu.ben.template.controller.UserController.displayAccount(org.springframework.ui.Model)
  113. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler
  114. INFO: Mapped URL path [/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  115. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler
  116. INFO: Mapped URL path [/assets/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  117. Feb 23, 2016 2:29:55 PM org.springframework.web.servlet.handler.SimpleUrlHandlerMapping registerHandler
  118. INFO: Mapped URL path [/content/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  119. Feb 23, 2016 2:29:55 PM org.hibernate.validator.internal.util.Version <clinit>
  120. INFO: HV000001: Hibernate Validator 5.0.1.Final
  121. Feb 23, 2016 2:29:55 PM org.springframework.security.web.DefaultSecurityFilterChain <init>
  122. INFO: Creating filter chain: Ant [pattern='/favicon.ico'], []
  123. Feb 23, 2016 2:29:55 PM org.springframework.security.web.DefaultSecurityFilterChain <init>
  124. INFO: Creating filter chain: Ant [pattern='/content/**'], []
  125. Feb 23, 2016 2:29:55 PM org.springframework.security.web.DefaultSecurityFilterChain <init>
  126. INFO: Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2fe09f42, org.springframework.security.web.context.SecurityContextPersistenceFilter@3235ba84, org.springframework.security.web.header.HeaderWriterFilter@7a671035, org.springframework.security.web.authentication.logout.LogoutFilter@70624727, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3fb368ac, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3b0e4322, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e9b2a2c, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@780a2bd4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e1a554, org.springframework.security.web.session.SessionManagementFilter@60954c94, org.springframework.security.web.access.ExceptionTranslationFilter@10adb90c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@74b388a6]
  127. Feb 23, 2016 2:29:55 PM org.springframework.web.context.ContextLoader initWebApplicationContext
  128. INFO: Root WebApplicationContext: initialization completed in 2775 ms
  129. Feb 23, 2016 2:29:56 PM org.apache.coyote.AbstractProtocol start
  130. INFO: Starting ProtocolHandler ["http-nio-8080"]
  131. Feb 23, 2016 2:29:56 PM org.apache.coyote.AbstractProtocol start
  132. INFO: Starting ProtocolHandler ["ajp-nio-8009"]
  133. Feb 23, 2016 2:29:56 PM org.apache.catalina.startup.Catalina start
  134. INFO: Server startup in 6840 ms
  135. Feb 23, 2016 2:29:56 PM org.apache.catalina.core.ApplicationContext log
  136. INFO: Initializing Spring FrameworkServlet 'dispatcher'
  137. Feb 23, 2016 2:29:56 PM org.springframework.web.servlet.DispatcherServlet initServletBean
  138. INFO: FrameworkServlet 'dispatcher': initialization started
  139. Feb 23, 2016 2:29:56 PM org.springframework.web.context.support.AnnotationConfigWebApplicationContext prepareRefresh
  140. INFO: Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Feb 23 14:29:56 CST 2016]; parent: Root WebApplicationContext
  141. Feb 23, 2016 2:29:56 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
  142. INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@212c4e0a: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@3cf14d2a
  143. Feb 23, 2016 2:29:56 PM org.springframework.web.servlet.DispatcherServlet initServletBean
  144. INFO: FrameworkServlet 'dispatcher': initialization completed in 37 ms
  145. Feb 23, 2016 2:29:56 PM org.springframework.web.servlet.PageNotFound noHandlerFound
  146. WARNING: No mapping found for HTTP request with URI [/] in DispatcherServlet with name 'dispatcher'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement