Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.38 KB | None | 0 0
  1. Oct 14, 2019 3:54:32 PM org.apache.catalina.startup.HostConfig deployDescriptor
  2. INFO: Deployment of configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/crowd.xml has finished in 85,599 ms
  3. Oct 14, 2019 3:54:32 PM org.apache.catalina.startup.HostConfig deployDescriptor
  4. INFO: Deploying configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/openidclient.xml
  5. Oct 14, 2019 3:54:34 PM org.apache.catalina.startup.TldConfig execute
  6. 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.
  7. 2019-10-14 15:54:35,277 localhost-startStop-1 WARN [org.openid4java.server.RealmVerifier] RP discovery / realm validation disabled;
  8. Oct 14, 2019 3:54:37 PM org.apache.catalina.startup.HostConfig deployDescriptor
  9. INFO: Deployment of configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/openidclient.xml has finished in 4,833 ms
  10. Oct 14, 2019 3:54:37 PM org.apache.catalina.startup.HostConfig deployDescriptor
  11. INFO: Deploying configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/openidserver.xml
  12. Oct 14, 2019 3:54:41 PM org.apache.catalina.startup.TldConfig execute
  13. 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.
  14. 2019-10-14 15:54:42,364 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.home}/jdbc.properties]: ${crowd.openid.home}/jdbc.properties (No such file or directory)
  15. 2019-10-14 15:54:42,364 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.home}/crowd.properties]: ${crowd.openid.home}/crowd.properties (No such file or directory)
  16. 2019-10-14 15:54:42,364 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.properties}]: ${crowd.openid.properties} (No such file or directory)
  17. 2019-10-14 15:54:44,146 localhost-startStop-1 INFO [com.atlassian.crowd.startup] Starting the Crowd OpenID server, version: 2.11.1 (Build:#726 - 2017-03-10)
  18.  
  19. *********************************************************************************************
  20. *
  21. *  You can now use the Crowd OpenID server by visiting http://localhost:8095/openidserver
  22. *
  23. *********************************************************************************************
  24.  
  25. 2019-10-14 15:54:44,372 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.home}/jdbc.properties]: ${crowd.openid.home}/jdbc.properties (No such file or directory)
  26. 2019-10-14 15:54:44,373 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.home}/crowd.properties]: ${crowd.openid.home}/crowd.properties (No such file or directory)
  27. 2019-10-14 15:54:44,373 localhost-startStop-1 WARN [springframework.context.support.PropertySourcesPlaceholderConfigurer] Could not load properties from URL [file:${crowd.openid.properties}]: ${crowd.openid.properties} (No such file or directory)
  28. 2019-10-14 15:54:44,688 localhost-startStop-1 INFO [crowd.service.client.ClientResourceLocator] The file cannot be read or does not exist: ${crowd.openid.home}/crowd.properties
  29. 2019-10-14 15:54:44,696 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'application.name' : 'crowd-openid-server'
  30. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'application.login.url' : 'http://localhost:8095/openidserver'
  31. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'session.tokenkey' : 'session.tokenkey'
  32. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'session.lastvalidation' : 'session.lastvalidation'
  33. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'session.validationinterval' : '0'
  34. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Failed to find value for property: cookie.domain
  35. 2019-10-14 15:54:44,744 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Failed to find value for property: authentication.method
  36. 2019-10-14 15:54:44,745 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'application.login.url.template' : 'http://localhost:8095/openidserver?returnToUrl=${RETURN_TO_URL}'
  37. 2019-10-14 15:54:44,745 localhost-startStop-1 INFO [openid.server.filter.OpenIDServerClientPropertiesImpl] Loading property: 'application.base.url' : 'http://localhost:8095/openidserver'
  38. 2019-10-14 15:54:44,859 localhost-startStop-1 INFO [crowd.service.client.ClientResourceLocator] The file cannot be read or does not exist: ${crowd.openid.home}/crowdid.approval-whitelist
  39. 2019-10-14 15:54:44,861 localhost-startStop-1 INFO [server.manager.site.ApprovalWhitelist] Using file as a site approval whitelist: /opt/atlassian-crowd-2.11.1/crowd-openidserver-webapp/WEB-INF/classes/crowdid.approval-whitelist
  40. 2019-10-14 15:54:44,966 localhost-startStop-1 WARN [org.openid4java.server.RealmVerifier] RP discovery / realm validation disabled;
  41. 2019-10-14 15:54:47,275 openid-spray-akka.actor.default-dispatcher-2 INFO [spray.server.servlet.Boot] v2 configuration: OpenIdServerConfig(baseUri=http://localhost:8095/openidserver/v2, cookieConfig=CookieConfig(crowd.token_key), crowdRestConfig=CrowdRestConfig(baseUri=http://localhost:8095/crowd, applicationName=crowd-openid-server, applicationPassword=*****, timeout=Timeout(10 minutes)), sessionRoutes=ServletSessionRoutes(http://localhost:8095/openidserver?returnToUrl=${RETURN_TO_URL}), isRelyingPartyAuthorised=<function1>)
  42. Oct 14, 2019 3:54:47 PM org.apache.catalina.startup.HostConfig deployDescriptor
  43. INFO: Deployment of configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/openidserver.xml has finished in 10,390 ms
  44. Oct 14, 2019 3:54:47 PM org.apache.catalina.startup.HostConfig deployDescriptor
  45. INFO: Deploying configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/demo.xml
  46. Oct 14, 2019 3:54:49 PM org.apache.catalina.startup.TldConfig execute
  47. 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.
  48. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Loading property: 'application.name' : 'demo'
  49. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Loading property: 'application.login.url' : 'http://localhost:8095/demo'
  50. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Loading property: 'session.tokenkey' : 'session.tokenkey'
  51. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Loading property: 'session.lastvalidation' : 'session.lastvalidation'
  52. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Loading property: 'session.validationinterval' : '0'
  53. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Failed to find value for property: cookie.domain
  54. 2019-10-14 15:54:49,673 localhost-startStop-1 INFO [crowd.service.client.ClientPropertiesImpl] Failed to find value for property: authentication.method
  55. Oct 14, 2019 3:54:51 PM org.apache.catalina.startup.HostConfig deployDescriptor
  56. INFO: Deployment of configuration descriptor /opt/atlassian-crowd-2.11.1/apache-tomcat/conf/Catalina/localhost/demo.xml has finished in 4,183 ms
  57. Oct 14, 2019 3:54:51 PM org.apache.catalina.startup.HostConfig deployDirectory
  58. INFO: Deploying web application directory /opt/atlassian-crowd-2.11.1/apache-tomcat/webapps/ROOT
  59. Oct 14, 2019 3:54:52 PM org.apache.catalina.startup.TldConfig execute
  60. 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.
  61. Oct 14, 2019 3:54:52 PM org.apache.catalina.startup.HostConfig deployDirectory
  62. INFO: Deployment of web application directory /opt/atlassian-crowd-2.11.1/apache-tomcat/webapps/ROOT has finished in 308 ms
  63. Oct 14, 2019 3:54:52 PM org.apache.coyote.AbstractProtocol start
  64. INFO: Starting ProtocolHandler ["http-bio-8095"]
  65. Oct 14, 2019 3:54:52 PM org.apache.catalina.startup.Catalina start
  66. INFO: Server startup in 105499 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement