Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. 15:09:04.011 [main] DEBUG com.jolbox.bonecp.BoneCPDataSource - JDBC URL = jdbc:mysql://hdb01.dvoe.tv/dp2, Username = root, partitions = 2, max (per partition) = 5, min (per partition) = 5, idle max age = 10 min, idle test period = 5 min, strategy = DEFAULT
  2. 15:09:04.440 [main] DEBUG c.a.ebean.config.PropertyMapLoader - No servletContext so not looking in WEB-INF for ebean.properties
  3. 15:09:04.441 [main] DEBUG c.a.ebean.config.PropertyMapLoader - ebean.properties found in classpath
  4. 15:09:04.471 [main] DEBUG org.reflections.Reflections - going to scan these urls:
  5. jar:file:/home/play/dp/target/universal/stage/lib/default.dp-1.0-SNAPSHOT.jar!/
  6. jar:file:/home/play/dp/target/universal/stage/lib/com.typesafe.play.play_2.10-2.2.1.jar!/
  7.  
  8. 15:09:04.559 [main] INFO org.reflections.Reflections - Reflections took 87 ms to scan 2 urls, producing 13 keys and 31 values
  9. 15:09:04.603 [main] INFO c.a.e.s.core.DefaultServerFactory - DatabasePlatform name:default platform:mysql
  10. 15:09:04.625 [main] DEBUG c.a.e.api.ClassLoadContext - Context and Caller ClassLoader's same instance of sun.misc.Launcher$AppClassLoader
  11. 15:09:04.629 [main] DEBUG c.a.e.server.type.DefaultTypeManager - Registering Joda data types
  12. 15:09:04.653 [main] DEBUG c.a.e.s.deploy.BeanDescriptorManager - BeanPersistControllers[0] BeanFinders[0] BeanPersistListeners[0] BeanQueryAdapters[0]
  13. 15:09:04.738 [main] INFO c.a.e.s.deploy.BeanDescriptorManager - Entities enhanced[7] subclassed[0]
  14. 15:09:04.765 [main] DEBUG javax.management.mbeanserver - ObjectName = JMImplementation:type=MBeanServerDelegate
  15. 15:09:04.765 [main] DEBUG javax.management.mbeanserver - name = JMImplementation:type=MBeanServerDelegate
  16. 15:09:04.765 [main] DEBUG javax.management.mbeanserver - Send create notification of object JMImplementation:type=MBeanServerDelegate
  17. 15:09:04.765 [main] DEBUG javax.management.mbeanserver - JMX.mbean.registered JMImplementation:type=MBeanServerDelegate
  18. 15:09:04.768 [main] DEBUG javax.management.mbeanserver - ObjectName = Ebean:server=default2,key=AutoFetch
  19. 15:09:04.768 [main] DEBUG javax.management.mbeanserver - name = Ebean:server=default2,key=AutoFetch
  20. 15:09:04.768 [main] DEBUG javax.management.mbeanserver - Send create notification of object Ebean:key=AutoFetch,server=default2
  21. 15:09:04.768 [main] DEBUG javax.management.mbeanserver - JMX.mbean.registered Ebean:server=default2,key=AutoFetch
  22. 15:09:04.769 [main] DEBUG com.avaje.ebean.Ebean - GlobalProperties.isSkipPrimaryServer()
  23. 15:09:04.778 [main] DEBUG n.s.e.config.ConfigurationFactory - Configuring ehcache from URL: jar:file:/home/play/dp/target/universal/stage/lib/com.typesafe.play.play-cache_2.10-2.2.1.jar!/ehcache-default.xml
  24. 15:09:04.778 [main] DEBUG n.s.e.config.ConfigurationFactory - Configuring ehcache from InputStream
  25. 15:09:04.787 [main] DEBUG net.sf.ehcache.config.BeanHandler - Ignoring ehcache attribute xmlns:xsi
  26. 15:09:04.787 [main] DEBUG net.sf.ehcache.config.BeanHandler - Ignoring ehcache attribute xsi:noNamespaceSchemaLocation
  27. 15:09:04.798 [main] DEBUG net.sf.ehcache.CacheManager - Creating new CacheManager with config URL: jar:file:/home/play/dp/target/universal/stage/lib/com.typesafe.play.play-cache_2.10-2.2.1.jar!/ehcache-default.xml
  28. 15:09:04.801 [main] DEBUG net.sf.ehcache.util.PropertyUtil - propertiesString is null.
  29. 15:09:04.809 [main] DEBUG n.s.e.config.ConfigurationHelper - No CacheManagerEventListenerFactory class specified. Skipping...
  30. 15:09:04.820 [main] DEBUG net.sf.ehcache.Cache - No BootstrapCacheLoaderFactory class specified. Skipping...
  31. 15:09:04.820 [main] DEBUG net.sf.ehcache.Cache - CacheWriter factory not configured. Skipping...
  32. 15:09:04.821 [main] DEBUG n.s.e.config.ConfigurationHelper - No CacheExceptionHandlerFactory class specified. Skipping...
  33. 15:09:04.836 [main] DEBUG net.sf.ehcache.store.MemoryStore - Initialized net.sf.ehcache.store.NotifyingMemoryStore for play
  34. 15:09:04.841 [main] DEBUG net.sf.ehcache.Cache - Initialised cache: play
  35. 15:09:04.841 [main] DEBUG n.s.e.config.ConfigurationHelper - CacheDecoratorFactory not configured for defaultCache. Skipping for 'play'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement