Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 65.89 KB | None | 0 0
  1. mln-mbp:jackrabbit-oak mln$ java -jar /Users/mln/Projects/jDocuments/jackrabbit-oak/oak-examples/standalone/target/oak-standalone-1.6-SNAPSHOT.jar
  2.  
  3.   .   ____          _            __ _ _
  4.  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6.  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  7.   '  |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot ::        (v1.3.0.RELEASE)
  10.  
  11. 2017-01-23 14:08:37.992  INFO 13809 --- [           main] o.a.jackrabbit.oak.standalone.OakServer  : Starting OakServer v1.6-SNAPSHOT on mln-mbp.fritz.box with PID 13809 (/Users/mln/Projects/jDocuments/jackrabbit-oak/oak-examples/standalone/target/oak-standalone-1.6-SNAPSHOT.jar started by mln in /Users/mln/Projects/jDocuments/jackrabbit-oak)
  12. 2017-01-23 14:08:37.996  INFO 13809 --- [           main] o.a.jackrabbit.oak.standalone.OakServer  : No profiles are active
  13. 2017-01-23 14:08:38.365  INFO 13809 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5d82778: startup date [Mon Jan 23 14:08:38 CET 2017]; root of context hierarchy
  14. 2017-01-23 14:08:39.870  INFO 13809 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: 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]]
  15. 2017-01-23 14:08:40.589  INFO 13809 --- [           main] e.j.JettyEmbeddedServletContainerFactory : Server initialized with port: 8080
  16. 2017-01-23 14:08:40.593  INFO 13809 --- [           main] org.eclipse.jetty.server.Server          : jetty-9.2.14.v20151106
  17. 2017-01-23 14:08:40.707  INFO 13809 --- [           main] application                              : Initializing Spring embedded WebApplicationContext
  18. 2017-01-23 14:08:40.708  INFO 13809 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2345 ms
  19. 2017-01-23 14:08:40.754  INFO 13809 --- [           main] ializer$$EnhancerBySpringCGLIB$$f547f7e9 : Copying default repository config to /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository-config.json
  20. 2017-01-23 14:08:40.758  INFO 13809 --- [           main] ializer$$EnhancerBySpringCGLIB$$f547f7e9 : Copying default repository config to /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/segmentmk-config.json
  21. 2017-01-23 14:08:40.943  INFO 13809 --- [           main] org.apache.sling.commons.logservice      : Service [org.apache.sling.commons.logservice.internal.LogServiceFactory,4, [org.osgi.service.log.LogService]] ServiceEvent REGISTERED
  22. 2017-01-23 14:08:40.945  INFO 13809 --- [           main] org.apache.sling.commons.logservice      : Service [org.apache.sling.commons.logservice.internal.LogReaderServiceFactory,5, [org.osgi.service.log.LogReaderService]] ServiceEvent REGISTERED
  23. 2017-01-23 14:08:40.945  INFO 13809 --- [           main] org.apache.sling.commons.logservice      : BundleEvent STARTED
  24. 2017-01-23 14:08:40.946  INFO 13809 --- [           main] org.apache.felix.configadmin             : BundleEvent STARTING
  25. 2017-01-23 14:08:40.961  INFO 13809 --- [           main] org.apache.felix.configadmin             : Service [org.apache.felix.cm.file.FilePersistenceManager,6, [org.apache.felix.cm.PersistenceManager]] ServiceEvent REGISTERED
  26. 2017-01-23 14:08:41.047  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.felix.jaas.Configuration.factory-GuestLoginModule
  27. 2017-01-23 14:08:41.062  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.jackrabbit.oak.segment.SegmentNodeStoreService
  28. 2017-01-23 14:08:41.063  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.felix.jaas.Configuration.factory-TokenLoginModule
  29. 2017-01-23 14:08:41.065  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.jackrabbit.oak.jcr.osgi.RepositoryManager
  30. 2017-01-23 14:08:41.066  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.felix.jaas.Configuration.factory-LoginModuleImpl
  31. 2017-01-23 14:08:41.069  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore
  32. 2017-01-23 14:08:41.071  INFO 13809 --- [           main] o.a.j.oak.run.osgi.ConfigInstaller       : Creating configuration from org.apache.felix.jaas.ConfigurationSpi
  33. 2017-01-23 14:08:41.089  INFO 13809 --- [           main] org.apache.felix.configadmin             : Service [org.apache.felix.cm.ConfigurationAdmin,7, [org.osgi.service.cm.ConfigurationAdmin]] ServiceEvent REGISTERED
  34. 2017-01-23 14:08:41.095  INFO 13809 --- [           main] org.apache.felix.configadmin             : BundleEvent STARTED
  35. 2017-01-23 14:08:41.096  INFO 13809 --- [           main] org.apache.felix.fileinstall             : BundleEvent STARTING
  36. 2017-01-23 14:08:41.105  INFO 13809 --- [           main] org.apache.felix.fileinstall             : Service [8, [org.osgi.service.url.URLStreamHandlerService]] ServiceEvent REGISTERED
  37. 2017-01-23 14:08:41.112  INFO 13809 --- [           main] org.apache.felix.fileinstall             : Service [org.apache.felix.fileinstall,9, [org.osgi.service.cm.ManagedServiceFactory]] ServiceEvent REGISTERED
  38. 2017-01-23 14:08:41.115  INFO 13809 --- [           main] org.apache.felix.fileinstall             : Service [10, [org.osgi.service.cm.ConfigurationListener, org.apache.felix.fileinstall.ArtifactListener, org.apache.felix.fileinstall.ArtifactInstaller]] ServiceEvent REGISTERED
  39. 2017-01-23 14:08:41.130  WARN 13809 --- [           main] org.apache.felix.fileinstall             : /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/config does not exist, please create it.
  40. 2017-01-23 14:08:41.139  WARN 13809 --- [           main] org.apache.felix.fileinstall             : Root path does not exist: /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/config
  41. 2017-01-23 14:08:41.141  INFO 13809 --- [           main] org.apache.felix.fileinstall             : BundleEvent STARTED
  42. 2017-01-23 14:08:41.141  INFO 13809 --- [           main] org.apache.felix.scr                     : BundleEvent STARTING
  43. 2017-01-23 14:08:41.175  INFO 13809 --- [           main] org.apache.felix.scr                     : Service [Declarative Services Configuration Support Listener,11, [org.osgi.service.cm.ConfigurationListener]] ServiceEvent REGISTERED
  44. 2017-01-23 14:08:41.176  INFO 13809 --- [           main] org.apache.felix.scr                     : Service [Declarative Services Management Agent,12, [org.apache.felix.scr.ScrService]] ServiceEvent REGISTERED
  45. 2017-01-23 14:08:41.178  INFO 13809 --- [           main] org.apache.felix.scr                     : Service [org.apache.felix.scr.ScrService,13, [org.osgi.service.cm.ManagedService]] ServiceEvent REGISTERED
  46. 2017-01-23 14:08:41.190  INFO 13809 --- [           main] org.apache.felix.scr                     : Service [SCR Gogo Shell Support,14, [org.apache.felix.scr.impl.ScrGogoCommand]] ServiceEvent REGISTERED
  47. 2017-01-23 14:08:41.192  INFO 13809 --- [           main] org.apache.felix.scr                     : BundleEvent STARTED
  48. 2017-01-23 14:08:41.193  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-jcr-server     : BundleEvent STARTING
  49. 2017-01-23 14:08:41.266  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-jcr-server     : BundleEvent STARTED
  50. 2017-01-23 14:08:41.267  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-spi-commons    : BundleEvent STARTING
  51. 2017-01-23 14:08:41.267  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-spi-commons    : BundleEvent STARTED
  52. 2017-01-23 14:08:41.267  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-spi     : BundleEvent STARTING
  53. 2017-01-23 14:08:41.268  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-spi     : BundleEvent STARTED
  54. 2017-01-23 14:08:41.268  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-jcr-commons    : BundleEvent STARTING
  55. 2017-01-23 14:08:41.268  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-jcr-commons    : BundleEvent STARTED
  56. 2017-01-23 14:08:41.268  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-webdav  : BundleEvent STARTING
  57. 2017-01-23 14:08:41.268  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-webdav  : BundleEvent STARTED
  58. 2017-01-23 14:08:41.269  INFO 13809 --- [           main] o.apache.jackrabbit.jackrabbit-jcr-rmi   : BundleEvent STARTING
  59. 2017-01-23 14:08:41.269  INFO 13809 --- [           main] o.apache.jackrabbit.jackrabbit-jcr-rmi   : BundleEvent STARTED
  60. 2017-01-23 14:08:41.269  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : BundleEvent STARTING
  61. 2017-01-23 14:08:41.354  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [15, [org.apache.jackrabbit.oak.jcr.observation.jmx.ConsolidatedListenerMBean]] ServiceEvent REGISTERED
  62. 2017-01-23 14:08:41.356  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : BundleEvent STARTED
  63. 2017-01-23 14:08:41.356  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : BundleEvent STARTING
  64. 2017-01-23 14:08:41.460  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider,16, [org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider]] ServiceEvent REGISTERED
  65. 2017-01-23 14:08:41.460  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl,17, [org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider]] ServiceEvent REGISTERED
  66. 2017-01-23 14:08:41.464  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl,18, [org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  67. 2017-01-23 14:08:41.468  INFO 13809 --- [           main] o.a.j.o.p.m.StatisticsProviderFactory    : Using MetricsStatisticsProvider
  68. 2017-01-23 14:08:41.514  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [19, [com.codahale.metrics.MetricRegistry]] ServiceEvent REGISTERED
  69. 2017-01-23 14:08:41.515  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [20, [org.apache.jackrabbit.oak.stats.StatisticsProvider]] ServiceEvent REGISTERED
  70. 2017-01-23 14:08:41.516  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.user.UserConfigurationImpl,21, [org.apache.jackrabbit.oak.spi.security.user.UserConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  71. 2017-01-23 14:08:41.516  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.name.NamespaceEditorProvider,22, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  72. 2017-01-23 14:08:41.534  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.property.OrderedPropertyIndexEditorProvider,23, [org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]] ServiceEvent REGISTERED
  73. 2017-01-23 14:08:41.538  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl,24, [org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  74. 2017-01-23 14:08:41.552  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [25, [org.apache.jackrabbit.oak.api.jmx.ConsolidatedCacheStatsMBean]] ServiceEvent REGISTERED
  75. 2017-01-23 14:08:41.553  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.version.VersionHook,26, [org.apache.jackrabbit.oak.spi.commit.CommitHook]] ServiceEvent REGISTERED
  76. 2017-01-23 14:08:41.555  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl,27, [org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  77. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  78. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: no BundleContext is available
  79. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  80. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: no BundleContext is available
  81. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  82. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: no BundleContext is available
  83. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  84. 2017-01-23 14:08:41.610  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: no BundleContext is available
  85. 2017-01-23 14:08:41.611  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  86. 2017-01-23 14:08:41.611  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: preconditions are not satisfied: Preconditions(preconditions = [org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl, org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider, org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl, org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl, org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl, org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl], candidates = [org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider, org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl, org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl, org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl])
  87. 2017-01-23 14:08:41.611  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl,28, [org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  88. 2017-01-23 14:08:41.612  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  89. 2017-01-23 14:08:41.612  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Aborting: preconditions are not satisfied: Preconditions(preconditions = [org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl, org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider, org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl, org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl, org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl, org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl], candidates = [org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider, org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl, org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl, org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl, org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl])
  90. 2017-01-23 14:08:41.612  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl,29, [org.apache.jackrabbit.oak.spi.security.user.UserAuthenticationFactory]] ServiceEvent REGISTERED
  91. 2017-01-23 14:08:41.612  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.atomic.AtomicCounterEditorProvider,30, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  92. 2017-01-23 14:08:41.616  INFO 13809 --- [           main] o.a.j.o.p.m.MountInfoProviderService     : No mount config provided. Mounting would be disabled
  93. 2017-01-23 14:08:41.616  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.reference.ReferenceEditorProvider,32, [org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]] ServiceEvent REGISTERED
  94. 2017-01-23 14:08:41.617  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.reference.ReferenceIndexProvider,33, [org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]] ServiceEvent REGISTERED
  95. 2017-01-23 14:08:41.617  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider,34, [org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]] ServiceEvent REGISTERED
  96. 2017-01-23 14:08:41.617  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.nodetype.NodeTypeIndexProvider,35, [org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]] ServiceEvent REGISTERED
  97. 2017-01-23 14:08:41.621  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [31, [org.apache.jackrabbit.oak.spi.mount.MountInfoProvider]] ServiceEvent REGISTERED
  98. 2017-01-23 14:08:41.622  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider,36, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  99. 2017-01-23 14:08:41.622  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.counter.NodeCounterEditorProvider,37, [org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]] ServiceEvent REGISTERED
  100. 2017-01-23 14:08:41.622  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.observation.ChangeCollectorProvider,38, [org.apache.jackrabbit.oak.spi.commit.ValidatorProvider, org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  101. 2017-01-23 14:08:41.623  INFO 13809 --- [           main] o.a.j.o.p.o.ChangeCollectorProvider      : activate: maxItems=50, maxPathDepth=9, enabled=true
  102. 2017-01-23 14:08:41.623  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider,39, [org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]] ServiceEvent REGISTERED
  103. 2017-01-23 14:08:41.632  INFO 13809 --- [           main] o.a.j.o.p.b.d.FileDataStoreService       : OakFileDataStore initialized
  104. 2017-01-23 14:08:41.637  INFO 13809 --- [           main] o.a.j.o.p.b.d.FileDataStoreService       : Initializing the DataStore with homeDir [/Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository]
  105. 2017-01-23 14:08:41.655  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore,40, [org.apache.jackrabbit.oak.spi.blob.BlobStore, org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore]] ServiceEvent REGISTERED
  106. 2017-01-23 14:08:41.655  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [41, [org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean]] ServiceEvent REGISTERED
  107. 2017-01-23 14:08:41.656  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [42, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  108. 2017-01-23 14:08:41.656  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider,43, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  109. 2017-01-23 14:08:41.656  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider,44, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  110. 2017-01-23 14:08:41.657  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.plugins.itemsave.ItemSaveValidatorProvider,45, [org.apache.jackrabbit.oak.spi.commit.EditorProvider]] ServiceEvent REGISTERED
  111. 2017-01-23 14:08:41.660  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : Trying to register a SecurityProvider...
  112. 2017-01-23 14:08:41.666  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [47, [org.apache.jackrabbit.oak.spi.security.SecurityProvider]] ServiceEvent REGISTERED
  113. 2017-01-23 14:08:41.666  INFO 13809 --- [           main] o.a.j.o.s.i.SecurityProviderRegistration : SecurityProvider instance registered
  114. 2017-01-23 14:08:41.666  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl,46, [org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration, org.apache.jackrabbit.oak.spi.security.SecurityConfiguration]] ServiceEvent REGISTERED
  115. 2017-01-23 14:08:41.667  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : BundleEvent STARTED
  116. 2017-01-23 14:08:41.667  INFO 13809 --- [           main] org.apache.jackrabbit.oak-blob           : BundleEvent STARTING
  117. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.oak-blob           : BundleEvent STARTED
  118. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.oak-commons        : BundleEvent STARTING
  119. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.oak-commons        : BundleEvent STARTED
  120. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-api     : BundleEvent STARTING
  121. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-api     : BundleEvent STARTED
  122. 2017-01-23 14:08:41.669  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment        : BundleEvent STARTING
  123. 2017-01-23 14:08:41.672  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment        : BundleEvent STARTED
  124. 2017-01-23 14:08:41.673  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : BundleEvent STARTING
  125. 2017-01-23 14:08:41.707  INFO 13809 --- [           main] o.a.j.o.segment.SegmentNodeStoreService  : Initializing SegmentNodeStore with BlobStore [DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore]]
  126. 2017-01-23 14:08:41.710  INFO 13809 --- [           main] o.a.j.oak.segment.file.FileStore         : Creating file store FileStoreBuilder{directory=/Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository/segmentstore, blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore], maxFileSize=256, segmentCacheSize=256, stringCacheSize=256, templateCacheSize=64, stringDeduplicationCacheSize=15000, templateDeduplicationCacheSize=3000, nodeDeduplicationCacheSize=1048576, memoryMapping=true, gcOptions=SegmentGCOptions{paused=false, estimationDisabled=false, gcSizeDeltaEstimation=1073741824, retryCount=5, forceTimeout=60, retainedGenerations=2, gcSizeDeltaEstimation=1073741824}}
  127. 2017-01-23 14:08:41.794  INFO 13809 --- [           main] o.a.j.oak.segment.file.FileStore         : TarMK opened: /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository/segmentstore (mmap=true)
  128. 2017-01-23 14:08:41.858  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [48, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  129. 2017-01-23 14:08:41.859  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [49, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  130. 2017-01-23 14:08:41.859  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [50, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  131. 2017-01-23 14:08:41.865  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [51, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  132. 2017-01-23 14:08:41.866  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [52, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  133. 2017-01-23 14:08:41.886  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [53, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  134. 2017-01-23 14:08:41.888  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [54, [org.apache.jackrabbit.oak.spi.gc.GCMonitor]] ServiceEvent REGISTERED
  135. 2017-01-23 14:08:41.893  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [55, [org.apache.jackrabbit.oak.segment.compaction.SegmentRevisionGC]] ServiceEvent REGISTERED
  136. 2017-01-23 14:08:41.898  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [56, [org.apache.jackrabbit.oak.spi.state.RevisionGCMBean]] ServiceEvent REGISTERED
  137. 2017-01-23 14:08:41.898  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [57, [org.apache.jackrabbit.oak.segment.file.FileStoreStatsMBean]] ServiceEvent REGISTERED
  138. 2017-01-23 14:08:41.901  INFO 13809 --- [           main] SegmentNodeStore$SegmentNodeStoreBuilder : Creating segment node store SegmentNodeStoreBuilder{blobStore=DataStore backed BlobStore [org.apache.jackrabbit.oak.plugins.blob.datastore.OakFileDataStore]}
  139. 2017-01-23 14:08:41.901  INFO 13809 --- [           main] o.a.j.oak.segment.SegmentNodeStore       : Initializing SegmentNodeStore with the commitFairLock option enabled.
  140. 2017-01-23 14:08:41.909  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [58, [org.apache.jackrabbit.oak.api.jmx.CheckpointMBean]] ServiceEvent REGISTERED
  141. 2017-01-23 14:08:41.934  INFO 13809 --- [           main] o.a.j.o.p.i.ClusterRepositoryInfo        : getOrCreateId: created a new clusterId=53b42b13-e830-43f3-a31e-57a060f07e59
  142. 2017-01-23 14:08:41.936  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [59, [org.apache.jackrabbit.oak.api.Descriptors]] ServiceEvent REGISTERED
  143. 2017-01-23 14:08:41.937  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [60, [org.apache.jackrabbit.oak.api.Descriptors]] ServiceEvent REGISTERED
  144. 2017-01-23 14:08:41.949  INFO 13809 --- [           main] o.a.j.o.p.blob.datastore.BlobIdTracker   : Closed writer
  145. 2017-01-23 14:08:41.950  INFO 13809 --- [           main] o.a.j.o.p.blob.datastore.BlobIdTracker   : Created new process file and writer over /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository/blobids/blob-53b42b13-e830-43f3-a31e-57a060f07e59.1485176921950.gen.process
  146. 2017-01-23 14:08:41.969  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [61, [org.apache.jackrabbit.oak.plugins.blob.BlobGCMBean]] ServiceEvent REGISTERED
  147. 2017-01-23 14:08:41.973  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [62, [org.apache.jackrabbit.oak.api.jmx.FileStoreBackupRestoreMBean]] ServiceEvent REGISTERED
  148. 2017-01-23 14:08:41.974  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [63, [org.apache.jackrabbit.oak.segment.SegmentNodeStoreStatsMBean]] ServiceEvent REGISTERED
  149. 2017-01-23 14:08:41.974  INFO 13809 --- [           main] o.a.j.o.segment.SegmentNodeStoreService  : Primary SegmentNodeStore initialized
  150. 2017-01-23 14:08:41.975  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [64, [org.apache.jackrabbit.oak.segment.SegmentStoreProvider]] ServiceEvent REGISTERED
  151. 2017-01-23 14:08:41.978  INFO 13809 --- [           main] org.apache.jackrabbit.oak-core           : Service [66, [org.apache.jackrabbit.oak.plugins.index.property.jmx.PropertyIndexStatsMBean]] ServiceEvent REGISTERED
  152. 2017-01-23 14:08:41.979  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : Service [org.apache.jackrabbit.oak.segment.SegmentNodeStore,65, [org.apache.jackrabbit.oak.spi.state.NodeStore]] ServiceEvent REGISTERED
  153. 2017-01-23 14:08:42.413  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [67, [java.util.concurrent.Executor]] ServiceEvent REGISTERED
  154. 2017-01-23 14:08:42.545  INFO 13809 --- [           main] o.a.j.oak.plugins.index.IndexUpdate      : Found a new index node [reference]. Reindexing is requested
  155. 2017-01-23 14:08:42.546  INFO 13809 --- [           main] o.a.j.oak.plugins.index.IndexUpdate      : Reindexing will be performed for following indexes: [/oak:index/uuid, /oak:index/reference, /oak:index/nodetype]
  156. 2017-01-23 14:08:42.642  INFO 13809 --- [           main] o.a.j.oak.plugins.index.IndexUpdate      : Indexing report
  157.    - /oak:index/nodetype*(1257)
  158.  
  159. 2017-01-23 14:08:42.674  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [68, [java.lang.Runnable]] ServiceEvent REGISTERED
  160. 2017-01-23 14:08:42.675  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [69, [org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean]] ServiceEvent REGISTERED
  161. 2017-01-23 14:08:42.676  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [70, [org.apache.jackrabbit.oak.plugins.index.property.jmx.PropertyIndexAsyncReindexMBean]] ServiceEvent REGISTERED
  162. 2017-01-23 14:08:42.683  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [71, [org.apache.jackrabbit.oak.plugins.index.counter.jmx.NodeCounterMBean]] ServiceEvent REGISTERED
  163. 2017-01-23 14:08:42.684  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [72, [org.apache.jackrabbit.oak.api.jmx.QueryEngineSettingsMBean]] ServiceEvent REGISTERED
  164. 2017-01-23 14:08:42.854  INFO 13809 --- [           main] o.a.j.oak.plugins.index.IndexUpdate      : Reindexing will be performed for following indexes: [/oak:index/principalName, /oak:index/acPrincipalName, /oak:index/authorizableId, /oak:index/repMembers]
  165. 2017-01-23 14:08:42.868  INFO 13809 --- [           main] o.a.j.oak.plugins.index.IndexUpdate      : Indexing report
  166.    - /oak:index/principalName*(2)
  167.    - /oak:index/authorizableId*(2)
  168.  
  169. 2017-01-23 14:08:42.881  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [73, [org.apache.jackrabbit.oak.api.jmx.RepositoryManagementMBean]] ServiceEvent REGISTERED
  170. 2017-01-23 14:08:42.882  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [74, [org.apache.jackrabbit.oak.spi.commit.CommitHook]] ServiceEvent REGISTERED
  171. 2017-01-23 14:08:42.901  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [75, [org.apache.jackrabbit.api.jmx.QueryStatManagerMBean]] ServiceEvent REGISTERED
  172. 2017-01-23 14:08:42.903  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [76, [org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean]] ServiceEvent REGISTERED
  173. 2017-01-23 14:08:42.904  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [77, [java.lang.Runnable]] ServiceEvent REGISTERED
  174. 2017-01-23 14:08:42.904  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [78, [org.apache.jackrabbit.oak.spi.gc.GCMonitor]] ServiceEvent REGISTERED
  175. 2017-01-23 14:08:42.905  INFO 13809 --- [           main] org.apache.jackrabbit.oak-jcr            : Service [79, [javax.jcr.Repository]] ServiceEvent REGISTERED
  176. 2017-01-23 14:08:42.905  INFO 13809 --- [           main] o.a.jackrabbit.jackrabbit-jcr-server     : Service [org.apache.jackrabbit.server.remoting.davex.DavexServletService,80, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  177. 2017-01-23 14:08:42.905  INFO 13809 --- [           main] org.apache.jackrabbit.oak-segment-tar    : BundleEvent STARTED
  178. 2017-01-23 14:08:42.906  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-data    : BundleEvent STARTING
  179. 2017-01-23 14:08:42.906  INFO 13809 --- [           main] org.apache.jackrabbit.jackrabbit-data    : BundleEvent STARTED
  180. 2017-01-23 14:08:42.906  INFO 13809 --- [           main] org.apache.felix.connect                 : BundleEvent STARTING
  181. 2017-01-23 14:08:42.906  INFO 13809 --- [           main] org.apache.felix.connect                 : BundleEvent STARTED
  182. 2017-01-23 14:08:42.906  INFO 13809 --- [           main] org.apache.felix.metatype                : BundleEvent STARTING
  183. 2017-01-23 14:08:42.916  INFO 13809 --- [           main] org.apache.felix.metatype                : Service [org.apache.felix.metatype.MetaTypeService,81, [org.osgi.service.metatype.MetaTypeService]] ServiceEvent REGISTERED
  184. 2017-01-23 14:08:42.917  INFO 13809 --- [           main] org.apache.felix.metatype                : BundleEvent STARTED
  185. 2017-01-23 14:08:42.917  INFO 13809 --- [           main] org.apache.felix.jaas                    : BundleEvent STARTING
  186. 2017-01-23 14:08:42.922  INFO 13809 --- [           main] org.apache.felix.jaas                    : Service [org.apache.felix.jaas.Configuration.factory,82, [org.osgi.service.cm.ManagedServiceFactory]] ServiceEvent REGISTERED
  187. 2017-01-23 14:08:42.930  INFO 13809 --- [ation.factory])] org.apache.felix.jaas                    : Service [83, [org.apache.felix.jaas.LoginModuleFactory]] ServiceEvent REGISTERED
  188. 2017-01-23 14:08:42.931  INFO 13809 --- [ation.factory])] org.apache.felix.jaas                    : Service [84, [org.apache.felix.jaas.LoginModuleFactory]] ServiceEvent REGISTERED
  189. 2017-01-23 14:08:42.933  INFO 13809 --- [ation.factory])] org.apache.felix.jaas                    : Service [85, [org.apache.felix.jaas.LoginModuleFactory]] ServiceEvent REGISTERED
  190. 2017-01-23 14:08:42.997  INFO 13809 --- [           main] org.apache.felix.jaas                    : Service [org.apache.felix.jaas.ConfigurationSpi,86, [org.osgi.service.cm.ManagedService]] ServiceEvent REGISTERED
  191. 2017-01-23 14:08:42.998  INFO 13809 --- [           main] org.apache.felix.jaas                    : Service [87, [org.apache.felix.jaas.LoginContextFactory]] ServiceEvent REGISTERED
  192. 2017-01-23 14:08:42.999  INFO 13809 --- [           main] org.apache.felix.jaas                    : Service [JAAS Web Console Plugin,88, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  193. 2017-01-23 14:08:43.005  INFO 13809 --- [figurationSpi])] org.apache.felix.jaas                    : Removed provider FelixJaasProvider type JavaLoginConfig from Security providers list
  194. 2017-01-23 14:08:43.005  INFO 13809 --- [figurationSpi])] org.apache.felix.jaas                    : Registered provider FelixJaasProvider for managing JAAS config with type JavaLoginConfig
  195. 2017-01-23 14:08:43.005  INFO 13809 --- [figurationSpi])] org.apache.felix.jaas                    : Replacing the global JAAS configuration with OSGi based proxy configuration. It would look first in the OSGi based configuration and if not found would use the default global configuration
  196. 2017-01-23 14:08:43.006  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModule class [org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule] from Bundleorg.apache.jackrabbit.oak-core [12]
  197. 2017-01-23 14:08:43.009  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModule class [org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl] from Bundleorg.apache.jackrabbit.oak-core [12]
  198. 2017-01-23 14:08:43.011  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModule class [org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule] from Bundleorg.apache.jackrabbit.oak-core [12]
  199. 2017-01-23 14:08:43.013  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModuleFactory ConfigLoginModuleProvider{flag=LoginModuleControlFlag: required, ranking=100, realmName='null', className='org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl'}
  200. 2017-01-23 14:08:43.016  INFO 13809 --- [           main] org.apache.felix.jaas                    : Service [89, [javax.security.auth.login.ConfigurationSpi]] ServiceEvent REGISTERED
  201. 2017-01-23 14:08:43.016  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModuleFactory ConfigLoginModuleProvider{flag=LoginModuleControlFlag: sufficient, ranking=200, realmName='null', className='org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule'}
  202. 2017-01-23 14:08:43.017  INFO 13809 --- [           main] org.apache.felix.jaas                    : Registering LoginModuleFactory ConfigLoginModuleProvider{flag=LoginModuleControlFlag: optional, ranking=300, realmName='null', className='org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule'}
  203. 2017-01-23 14:08:43.017  INFO 13809 --- [           main] org.apache.felix.jaas                    : BundleEvent STARTED
  204. 2017-01-23 14:08:43.017  INFO 13809 --- [           main] org.apache.aries.jmx.whiteboard          : BundleEvent STARTING
  205. 2017-01-23 14:08:43.054  INFO 13809 --- [           main] org.apache.aries.jmx.whiteboard          : BundleEvent STARTED
  206. 2017-01-23 14:08:43.054  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : BundleEvent STARTING
  207. 2017-01-23 14:08:43.065  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [org.apache.jackrabbit.oak.plugins.index.lucene.score.impl.ScorerProviderFactoryImpl,90, [org.apache.jackrabbit.oak.plugins.index.lucene.score.ScorerProviderFactory]] ServiceEvent REGISTERED
  208. 2017-01-23 14:08:43.207  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [92, [org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean]] ServiceEvent REGISTERED
  209. 2017-01-23 14:08:43.207  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Extracted text caching enabled with maxSize 20 MB, expiry time 300 secs
  210. 2017-01-23 14:08:43.207  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Prefetching of index files enabled. Index would be opened after copying all new files locally
  211. 2017-01-23 14:08:43.217  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [93, [org.apache.jackrabbit.oak.plugins.index.lucene.CopyOnReadStatsMBean]] ServiceEvent REGISTERED
  212. 2017-01-23 14:08:43.217  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Enabling CopyOnRead support. Index files would be copied under /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository/index
  213. 2017-01-23 14:08:43.221  INFO 13809 --- [           main] o.a.j.o.p.i.l.hybrid.NRTIndexFactory     : Refresh delta set to 1 secs
  214. 2017-01-23 14:08:43.224  INFO 13809 --- [           main] o.a.j.o.p.index.lucene.BadIndexTracker   : Bad Index recheck interval set to 900 seconds
  215. 2017-01-23 14:08:43.226  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [94, [org.apache.jackrabbit.oak.spi.query.QueryIndexProvider]] ServiceEvent REGISTERED
  216. 2017-01-23 14:08:43.231  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [95, [org.apache.jackrabbit.oak.spi.commit.BackgroundObserverMBean]] ServiceEvent REGISTERED
  217. 2017-01-23 14:08:43.231  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Registering the LuceneIndexProvider as a BackgroundObserver
  218. 2017-01-23 14:08:43.231  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [96, [org.apache.jackrabbit.oak.spi.commit.Observer]] ServiceEvent REGISTERED
  219. 2017-01-23 14:08:43.240  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [97, [org.apache.jackrabbit.oak.spi.commit.Observer]] ServiceEvent REGISTERED
  220. 2017-01-23 14:08:43.245  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [98, [org.apache.jackrabbit.oak.plugins.document.spi.JournalPropertyService]] ServiceEvent REGISTERED
  221. 2017-01-23 14:08:43.248  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Configured JournalPropertyBuilder with max size 5000 and backed by BackgroundObserver with queue size 1000
  222. 2017-01-23 14:08:43.250  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [99, [org.apache.jackrabbit.oak.spi.commit.Observer]] ServiceEvent REGISTERED
  223. 2017-01-23 14:08:43.251  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [100, [org.apache.jackrabbit.oak.spi.commit.BackgroundObserverMBean]] ServiceEvent REGISTERED
  224. 2017-01-23 14:08:43.251  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Hybrid indexing enabled for configured indexes with queue size of 10000
  225. 2017-01-23 14:08:43.253  INFO 13809 --- [           main] o.a.j.o.p.i.l.LuceneIndexProviderService : Enabling CopyOnWrite support. Index files would be copied under /Users/mln/Projects/jDocuments/jackrabbit-oak/oak/repository/index
  226. 2017-01-23 14:08:43.253  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [101, [org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider]] ServiceEvent REGISTERED
  227. 2017-01-23 14:08:43.255  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [102, [org.apache.jackrabbit.oak.plugins.index.lucene.TextExtractionStatsMBean]] ServiceEvent REGISTERED
  228. 2017-01-23 14:08:43.264  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [103, [org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexMBean]] ServiceEvent REGISTERED
  229. 2017-01-23 14:08:43.265  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [104, [org.apache.jackrabbit.oak.spi.gc.GCMonitor]] ServiceEvent REGISTERED
  230. 2017-01-23 14:08:43.265  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : Service [org.apache.jackrabbit.oak.plugins.index.lucene.IndexAugmentorFactory,91, [org.apache.jackrabbit.oak.plugins.index.lucene.IndexAugmentorFactory]] ServiceEvent REGISTERED
  231. 2017-01-23 14:08:43.265  INFO 13809 --- [           main] org.apache.jackrabbit.oak-lucene         : BundleEvent STARTED
  232. 2017-01-23 14:08:43.265  INFO 13809 --- [           main] org.apache.felix.http.proxy              : BundleEvent STARTING
  233. 2017-01-23 14:08:43.266  INFO 13809 --- [           main] org.apache.felix.http.proxy              : BundleEvent STARTED
  234. 2017-01-23 14:08:43.266  INFO 13809 --- [           main] org.apache.felix.http.bridge             : BundleEvent STARTING
  235. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.bridge             : Service [Dispatcher for bridged request handling,105, [javax.servlet.http.HttpServlet]] ServiceEvent REGISTERED
  236. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.bridge             : Service [Dispatcher for bridged HttpSession events,106, [java.util.EventListener]] ServiceEvent REGISTERED
  237. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.bridge             : Started bridged http service
  238. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.bridge             : BundleEvent STARTED
  239. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.api                : BundleEvent STARTING
  240. 2017-01-23 14:08:43.300  INFO 13809 --- [           main] org.apache.felix.http.api                : BundleEvent STARTED
  241. 2017-01-23 14:08:43.301  INFO 13809 --- [           main] org.apache.felix.http.base               : BundleEvent STARTING
  242. 2017-01-23 14:08:43.301  INFO 13809 --- [           main] org.apache.felix.http.base               : BundleEvent STARTED
  243. 2017-01-23 14:08:43.301  INFO 13809 --- [           main] org.apache.felix.webconsole              : BundleEvent STARTING
  244. 2017-01-23 14:08:43.311  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [107, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  245. 2017-01-23 14:08:43.314  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [108, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  246. 2017-01-23 14:08:43.315  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [109, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  247. 2017-01-23 14:08:43.316  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [110, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  248. 2017-01-23 14:08:43.318  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [111, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  249. 2017-01-23 14:08:43.319  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [112, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  250. 2017-01-23 14:08:43.321  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [113, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  251. 2017-01-23 14:08:43.345  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [114, [org.apache.felix.webconsole.ConfigurationPrinter]] ServiceEvent REGISTERED
  252. 2017-01-23 14:08:43.349  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [115, [org.apache.felix.webconsole.bundleinfo.BundleInfoProvider]] ServiceEvent REGISTERED
  253. 2017-01-23 14:08:43.362  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [org.apache.felix.webconsole.internal.servlet.OsgiManager,116, [org.osgi.service.cm.ManagedService]] ServiceEvent REGISTERED
  254. 2017-01-23 14:08:43.372  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [117, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  255. 2017-01-23 14:08:43.373  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [118, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  256. 2017-01-23 14:08:43.378  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [119, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  257. 2017-01-23 14:08:43.378  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [120, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  258. 2017-01-23 14:08:43.378  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [121, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  259. 2017-01-23 14:08:43.378  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [122, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  260. 2017-01-23 14:08:43.387  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [123, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  261. 2017-01-23 14:08:43.387  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [124, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  262. 2017-01-23 14:08:43.388  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [125, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  263. 2017-01-23 14:08:43.388  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [126, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  264. 2017-01-23 14:08:43.388  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [127, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  265. 2017-01-23 14:08:43.388  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [128, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  266. 2017-01-23 14:08:43.389  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [129, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  267. 2017-01-23 14:08:43.389  INFO 13809 --- [           main] org.apache.felix.webconsole              : BundleEvent STARTED
  268. 2017-01-23 14:08:43.389  INFO 13809 --- [           main] o.a.f.webconsole.plugins.scriptconsole   : BundleEvent STARTING
  269. 2017-01-23 14:08:43.397  INFO 13809 --- [           main] o.a.f.webconsole.plugins.scriptconsole   : Adding ScriptEngine Oracle Nashorn, 1.8.0_31 for language ECMAScript, ECMA - 262 Edition 5.1
  270. 2017-01-23 14:08:43.401  INFO 13809 --- [           main] o.a.f.webconsole.plugins.scriptconsole   : Service [Script Console Web Console Plugin,130, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  271. 2017-01-23 14:08:43.402  INFO 13809 --- [           main] o.a.f.webconsole.plugins.scriptconsole   : BundleEvent STARTED
  272. 2017-01-23 14:08:43.402  INFO 13809 --- [           main] groovy-all                               : BundleEvent STARTING
  273. 2017-01-23 14:08:43.402  INFO 13809 --- [           main] groovy-all                               : BundleEvent STARTED
  274. 2017-01-23 14:08:43.407  INFO 13809 --- [ixDispatchQueue] o.a.f.webconsole.plugins.scriptconsole   : Adding ScriptEngine Groovy Scripting Engine, 2.0 for language Groovy, 2.4.4
  275. 2017-01-23 14:08:43.409  INFO 13809 --- [ixDispatchQueue] o.a.f.webconsole.plugins.scriptconsole   : Adding ScriptEngine Oracle Nashorn, 1.8.0_31 for language ECMAScript, ECMA - 262 Edition 5.1
  276. 2017-01-23 14:08:43.458  INFO 13809 --- [           main] org.apache.felix.connect                 : Service [131, [org.apache.felix.webconsole.WebConsoleSecurityProvider]] ServiceEvent REGISTERED
  277. 2017-01-23 14:08:43.459  INFO 13809 --- [           main] org.apache.felix.connect                 : Service [132, [org.springframework.context.ApplicationContext]] ServiceEvent REGISTERED
  278. 2017-01-23 14:08:44.218  INFO 13809 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'simpleWebdavServlet' to [/repository/*]
  279. 2017-01-23 14:08:44.221  INFO 13809 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'jcrRemotingServlet' to [/server/*]
  280. 2017-01-23 14:08:44.221  INFO 13809 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'proxyServlet' to [/osgi/*]
  281. 2017-01-23 14:08:44.221  INFO 13809 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
  282. 2017-01-23 14:08:44.221  INFO 13809 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'webServlet' to [/h2-console/*]
  283. 2017-01-23 14:08:44.223  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'metricFilter' to: [/*]
  284. 2017-01-23 14:08:44.223  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]
  285. 2017-01-23 14:08:44.223  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  286. 2017-01-23 14:08:44.223  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  287. 2017-01-23 14:08:44.223  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'requestContextFilter' to: [/*]
  288. 2017-01-23 14:08:44.225  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  289. 2017-01-23 14:08:44.225  INFO 13809 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'applicationContextIdFilter' to: [/*]
  290. 2017-01-23 14:08:44.525  INFO 13809 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@256ebffd{/,file:/private/var/folders/1k/7mpnk9lx5fzdj4p2hbyk6nz40000gn/T/jetty-docbase.1372556093033856925.8080/,AVAILABLE}
  291. 2017-01-23 14:08:44.525  INFO 13809 --- [           main] org.eclipse.jetty.server.Server          : Started @7842ms
  292. 2017-01-23 14:08:44.847  INFO 13809 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5d82778: startup date [Mon Jan 23 14:08:38 CET 2017]; root of context hierarchy
  293. 2017-01-23 14:08:44.932  INFO 13809 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" 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)
  294. 2017-01-23 14:08:44.935  INFO 13809 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  295. 2017-01-23 14:08:44.946  INFO 13809 --- [           main] o.s.w.s.c.a.WebMvcConfigurerAdapter      : Adding welcome page: class path resource [static/index.html]
  296. 2017-01-23 14:08:44.978  INFO 13809 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  297. 2017-01-23 14:08:45.004  INFO 13809 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  298. 2017-01-23 14:08:45.005  INFO 13809 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  299. 2017-01-23 14:08:45.096  INFO 13809 --- [           main] o.s.w.s.handler.SimpleUrlHandlerMapping  : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  300. 2017-01-23 14:08:45.390  INFO 13809 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  301. 2017-01-23 14:08:45.482  INFO 13809 --- [localhost:27017] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:1, serverValue:1458}] to localhost:27017
  302. 2017-01-23 14:08:45.488  INFO 13809 --- [localhost:27017] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 7]}, minWireVersion=0, maxWireVersion=3, maxDocumentSize=16777216, roundTripTimeNanos=3910713}
  303. 2017-01-23 14:08:46.036  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  304. 2017-01-23 14:08:46.037  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  305. 2017-01-23 14:08:46.038  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  306. 2017-01-23 14:08:46.038  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  307. 2017-01-23 14:08:46.039  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  308. 2017-01-23 14:08:46.041  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  309. 2017-01-23 14:08:46.042  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
  310. 2017-01-23 14:08:46.043  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  311. 2017-01-23 14:08:46.043  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  312. 2017-01-23 14:08:46.044  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
  313. 2017-01-23 14:08:46.044  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  314. 2017-01-23 14:08:46.044  INFO 13809 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
  315. 2017-01-23 14:08:46.742  INFO 13809 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
  316. 2017-01-23 14:08:46.754  INFO 13809 --- [           main] o.s.c.support.DefaultLifecycleProcessor  : Starting beans in phase 0
  317. 2017-01-23 14:08:46.895  INFO 13809 --- [           main] org.apache.felix.http.bridge             : Service [HTTP Service Web Console Plugin,133, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  318. 2017-01-23 14:08:46.895  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [134, [org.apache.felix.inventory.InventoryPrinter]] ServiceEvent REGISTERED
  319. 2017-01-23 14:08:46.895  INFO 13809 --- [           main] org.apache.felix.webconsole              : Service [135, [javax.servlet.Servlet]] ServiceEvent REGISTERED
  320. 2017-01-23 14:08:46.898  INFO 13809 --- [           main] org.apache.felix.http.bridge             : Service [136, [org.osgi.service.http.HttpService, org.apache.felix.http.api.ExtHttpService]] ServiceEvent REGISTERED
  321. 2017-01-23 14:08:46.909  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : authenticate-header = Basic realm="Jackrabbit Webdav Server"
  322. 2017-01-23 14:08:46.910  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : csrf-protection = null
  323. 2017-01-23 14:08:46.910  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : createAbsoluteURI = true
  324. 2017-01-23 14:08:46.910  INFO 13809 --- [           main] o.a.j.webdav.simple.SimpleWebdavServlet  : resource-path-prefix = '/repository'
  325. 2017-01-23 14:08:46.998  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : authenticate-header = Basic realm="Jackrabbit Webdav Server"
  326. 2017-01-23 14:08:46.999  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : csrf-protection = null
  327. 2017-01-23 14:08:46.999  INFO 13809 --- [           main] o.a.j.w.server.AbstractWebdavServlet     : createAbsoluteURI = true
  328. 2017-01-23 14:08:47.020 ERROR 13809 --- [           main] o.a.j.s.r.davex.ProtectedRemoveManager   : remoting/protectedHandlersConfig.xml
  329.  
  330. java.lang.ClassNotFoundException: remoting/protectedHandlersConfig.xml
  331.     at java.lang.Class.forName0(Native Method)
  332.     at java.lang.Class.forName(Class.java:260)
  333.     at org.apache.jackrabbit.server.remoting.davex.ProtectedRemoveManager.createHandler(ProtectedRemoveManager.java:92)
  334.     at org.apache.jackrabbit.server.remoting.davex.ProtectedRemoveManager.<init>(ProtectedRemoveManager.java:59)
  335.     at org.apache.jackrabbit.server.remoting.davex.JcrRemotingServlet.init(JcrRemotingServlet.java:283)
  336.     at javax.servlet.GenericServlet.init(GenericServlet.java:244)
  337.     at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:616)
  338.     at org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:396)
  339.     at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871)
  340.     at org.springframework.boot.context.embedded.jetty.JettyEmbeddedWebAppContext$JettyEmbeddedServletHandler.deferredInitialize(JettyEmbeddedWebAppContext.java:46)
  341.     at org.springframework.boot.context.embedded.jetty.JettyEmbeddedWebAppContext.deferredInitialize(JettyEmbeddedWebAppContext.java:36)
  342.     at org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer.handleDeferredInitialize(JettyEmbeddedServletContainer.java:166)
  343.     at org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer.start(JettyEmbeddedServletContainer.java:113)
  344.     at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.startEmbeddedServletContainer(EmbeddedWebApplicationContext.java:290)
  345.     at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:141)
  346.     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:540)
  347.     at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  348.     at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
  349.     at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:347)
  350.     at org.springframework.boot.SpringApplication.run(SpringApplication.java:295)
  351.     at org.springframework.boot.SpringApplication.run(SpringApplication.java:1112)
  352.     at org.springframework.boot.SpringApplication.run(SpringApplication.java:1101)
  353.     at org.apache.jackrabbit.oak.standalone.OakServer.main(OakServer.java:29)
  354.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  355.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  356.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  357.     at java.lang.reflect.Method.invoke(Method.java:483)
  358.     at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53)
  359.     at java.lang.Thread.run(Thread.java:745)
  360.  
  361. 2017-01-23 14:08:47.053  INFO 13809 --- [           main] application                              : Initializing Spring FrameworkServlet 'dispatcherServlet'
  362. 2017-01-23 14:08:47.053  INFO 13809 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization started
  363. 2017-01-23 14:08:47.083  INFO 13809 --- [           main] o.s.web.servlet.DispatcherServlet        : FrameworkServlet 'dispatcherServlet': initialization completed in 30 ms
  364. 2017-01-23 14:08:47.122  INFO 13809 --- [           main] o.eclipse.jetty.server.ServerConnector   : Started ServerConnector@660d34d4{HTTP/1.1}{0.0.0.0:8080}
  365. 2017-01-23 14:08:47.126  INFO 13809 --- [           main] .s.b.c.e.j.JettyEmbeddedServletContainer : Jetty started on port(s) 8080 (http/1.1)
  366. 2017-01-23 14:08:47.131  INFO 13809 --- [           main] o.a.jackrabbit.oak.standalone.OakServer  : Started OakServer in 9.942 seconds (JVM running for 10.449)
  367. 2017-01-23 14:08:48.414  INFO 13809 --- [uled-executor-3] o.a.j.o.plugins.index.AsyncIndexUpdate   : [async] Initial index update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement