Advertisement
Guest User

Untitled

a guest
May 21st, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 12.98 KB | None | 0 0
  1. 14:53:56,046 [main] DEBUG be.ugent.idmc.core.config.IdmcCoreConfiguration - Loaded configuration from descriptor idmc-core-config.xml
  2. 14:53:56,058 [main] DEBUG be.ugent.idmc.core.util.ConfigurationUtils - Could not interpret "../idmc-core/plugins" as directory URL, using value as file path
  3. 14:53:56,058 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Successfully set /Users/jerre/Documents/workspace/idmc/idmc-core/plugins as plugin directory
  4. 14:53:56,060 [main] DEBUG be.ugent.idmc.core.util.ConfigurationUtils - Could not interpret "../idmc-core/pluginConfig" as directory URL, using value as file path
  5. 14:53:56,060 [main] DEBUG be.ugent.idmc.core.plugin.config.DefaultPluginConfigurationPersistence - Successfully set /Users/jerre/Documents/workspace/idmc/idmc-core/pluginConfig as plugin configuration persistence directory
  6. 14:53:56,090 [main] INFO  be.ugent.idmc.core.data.persistence.HibernateUtils - ohai
  7. 14:53:56,103 [main] INFO  org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.5.1-Final
  8. 14:53:56,115 [main] INFO  org.hibernate.cfg.Environment - Hibernate 3.5.1-Final
  9. 14:53:56,118 [main] INFO  org.hibernate.cfg.Environment - hibernate.properties not found
  10. 14:53:56,121 [main] INFO  org.hibernate.cfg.Environment - Bytecode provider name : javassist
  11. 14:53:56,124 [main] INFO  org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
  12. 14:53:56,220 [main] INFO  org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.2.0.Final
  13. 14:53:56,237 [main] INFO  org.hibernate.cfg.Configuration - configuring from resource: /hibernate.cfg.xml
  14. 14:53:56,237 [main] INFO  org.hibernate.cfg.Configuration - Configuration resource: /hibernate.cfg.xml
  15. 14:53:56,314 [main] INFO  org.hibernate.cfg.Configuration - Configured SessionFactory: null
  16. 14:53:56,415 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ContentItem
  17. 14:53:56,453 [main] INFO  org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.ContentItem on table ContentItem
  18. 14:53:56,606 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.AudioContentItem
  19. 14:53:56,621 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.VideoContentItem
  20. 14:53:56,629 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ImageContentItem
  21. 14:53:56,635 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ContentResource
  22. 14:53:56,636 [main] INFO  org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.ContentResource on table ContentResource
  23. 14:53:56,660 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.Playlist
  24. 14:53:56,660 [main] INFO  org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.Playlist on table Playlist
  25. 14:53:56,666 [main] INFO  org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.PlaylistEntry
  26. 14:53:56,666 [main] INFO  org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.PlaylistEntry on table PlaylistEntry
  27. 14:53:56,679 [main] INFO  org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.Playlist.playlistEntries -> PlaylistEntry
  28. 14:53:56,682 [main] INFO  org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.ContentItem.contentResources -> ContentResource
  29. 14:53:56,682 [main] INFO  org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.ContentItem.playlistEntries -> PlaylistEntry
  30. 14:53:56,683 [main] INFO  org.hibernate.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring
  31. 14:53:56,711 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - Using Hibernate built-in connection pool (not for production use!)
  32. 14:53:56,711 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - Hibernate connection pool size: 20
  33. 14:53:56,711 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - autocommit mode: false
  34. 14:53:56,711 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - JDBC isolation level: READ_UNCOMMITTED
  35. 14:53:56,715 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - using driver: org.h2.Driver at URL: jdbc:h2:../idmc-core/DB/H2;
  36. 14:53:56,715 [main] INFO  org.hibernate.connection.DriverManagerConnectionProvider - connection properties: {user=sa, password=****, autocommit=false}
  37. 14:53:57,020 [main] INFO  org.hibernate.cfg.SettingsFactory - RDBMS: H2, version: 1.2.132 (2010-03-21)
  38. 14:53:57,020 [main] INFO  org.hibernate.cfg.SettingsFactory - JDBC driver: H2 JDBC Driver, version: 1.2.132 (2010-03-21)
  39. 14:53:57,040 [main] INFO  org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.H2Dialect
  40. 14:53:57,045 [main] INFO  org.hibernate.engine.jdbc.JdbcSupportLoader - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  41. 14:53:57,046 [main] INFO  org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
  42. 14:53:57,047 [main] INFO  org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  43. 14:53:57,047 [main] INFO  org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
  44. 14:53:57,047 [main] INFO  org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
  45. 14:53:57,047 [main] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch size: 50
  46. 14:53:57,047 [main] INFO  org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
  47. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
  48. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
  49. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Connection release mode: auto
  50. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
  51. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
  52. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: enabled
  53. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: enabled
  54. 14:53:57,048 [main] INFO  org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  55. 14:53:57,058 [main] INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
  56. 14:53:57,058 [main] INFO  org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
  57. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
  58. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - Second-level cache: disabled
  59. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - Query cache: disabled
  60. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  61. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
  62. 14:53:57,059 [main] INFO  org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: enabled
  63. 14:53:57,063 [main] INFO  org.hibernate.cfg.SettingsFactory - Statistics: enabled
  64. 14:53:57,063 [main] INFO  org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
  65. 14:53:57,063 [main] INFO  org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
  66. 14:53:57,063 [main] INFO  org.hibernate.cfg.SettingsFactory - Named query checking : enabled
  67. 14:53:57,063 [main] INFO  org.hibernate.cfg.SettingsFactory - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  68. 14:53:57,108 [main] INFO  org.hibernate.search.Version - Hibernate Search 3.2.0.CR1
  69. 14:53:57,151 [main] WARN  org.hibernate.search.store.DirectoryProviderHelper - Index directory not found, creating: '/Users/jerre/Documents/workspace/idmc/idmc-media-application/../idmc-core/search/indexes'
  70. 14:53:57,151 [main] WARN  org.hibernate.search.store.DirectoryProviderHelper - Index directory not found, creating: '/Users/jerre/Documents/workspace/idmc/idmc-media-application/../idmc-core/search/indexes/be.ugent.idmc.core.data.content.VideoContentItem'
  71. 14:53:57,263 [main] WARN  org.hibernate.search.store.DirectoryProviderHelper - Index directory not found, creating: '/Users/jerre/Documents/workspace/idmc/idmc-media-application/../idmc-core/search/indexes/be.ugent.idmc.core.data.content.ImageContentItem'
  72. 14:53:57,267 [main] WARN  org.hibernate.search.store.DirectoryProviderHelper - Index directory not found, creating: '/Users/jerre/Documents/workspace/idmc/idmc-media-application/../idmc-core/search/indexes/be.ugent.idmc.core.data.content.AudioContentItem'
  73. 14:53:57,316 [main] INFO  org.hibernate.impl.SessionFactoryImpl - building session factory
  74. 14:53:57,595 [main] INFO  org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
  75. 14:53:57,600 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaUpdate - Running hbm2ddl schema update
  76. 14:53:57,600 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaUpdate - fetching database metadata
  77. 14:53:57,652 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaUpdate - updating schema
  78. 14:53:57,663 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: ContentItem
  79. 14:53:57,665 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: ContentResource
  80. 14:53:57,667 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Playlist
  81. 14:53:57,668 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: PlaylistEntry
  82. 14:53:57,670 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: ContentItem
  83. 14:53:57,672 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: ContentResource
  84. 14:53:57,674 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Playlist
  85. 14:53:57,676 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: PlaylistEntry
  86. 14:53:57,681 [main] INFO  org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: hibernate_sequences
  87. 14:53:57,716 [main] INFO  org.hibernate.tool.hbm2ddl.SchemaUpdate - schema update complete
  88. 14:53:57,777 [main] DEBUG be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Created duplicate filter [unification pipeline]
  89. 14:53:57,778 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Scanning /Users/jerre/Documents/workspace/idmc/idmc-core/plugins for plugin JARs
  90. 14:53:57,806 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Registering plugin YouTube Plugin 0.1 by IDMC
  91. 14:53:57,808 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Activating plugin YouTube Plugin 0.1 by IDMC
  92. 14:53:57,822 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - Restoring persisted plugin configuration for YouTube Plugin 0.1 by IDMC
  93. 14:53:57,822 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - username = Vap1988
  94. 14:53:57,823 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - password = somepass
  95. 14:53:57,823 [main] INFO  be.ugent.idmc.plugin.youtube.YoutubePlugin - Youtube activate() called
  96. 14:53:58,063 [main] INFO  be.ugent.idmc.plugin.youtube.YoutubePlugin - favos ophalen voor user Vap1988
  97. 14:53:58,063 [main] INFO  be.ugent.idmc.plugin.youtube.YoutubePlugin - pasw voor die user is somepass
  98. 14:53:58,927 [main] INFO  be.ugent.idmc.plugin.youtube.YoutubePlugin - the favo feed for the given user contains 25 videos
  99. 14:53:59,917 [main] INFO  be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:AUDIO
  100. 14:53:59,936 [main] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:AUDIO
  101. 14:53:59,984 [main] WARN  be.ugent.idmc.view.mediaapp.ui.tabs.ContentTypeBrowserListModel - QueryMaker returns 0 results for ContentType:AUDIO
  102. 14:53:59,985 [main] INFO  be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:VIDEO
  103. 14:53:59,985 [main] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:VIDEO
  104. 14:54:00,012 [main] INFO  be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:IMAGE
  105. 14:54:00,012 [main] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:IMAGE
  106. 14:54:00,014 [main] WARN  be.ugent.idmc.view.mediaapp.ui.tabs.ContentTypeBrowserListModel - QueryMaker returns 0 results for ContentType:IMAGE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement