Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.79 KB | None | 0 0
  1. 16:45:44,052 [main] DEBUG be.ugent.idmc.core.config.IdmcCoreConfiguration - Loaded configuration from descriptor idmc-core-config.xml
  2. 16:45:44,065 [main] DEBUG be.ugent.idmc.core.util.ConfigurationUtils - Could not interpret "../idmc-core/core-test/plugins" as directory URL, using value as file path
  3. 16:45:44,065 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Successfully set /Users/xaviersmet/Documents/EclipseWorkspace/idmc/idmc-core/core-test/plugins as plugin directory
  4. 16:45:44,067 [main] DEBUG be.ugent.idmc.core.util.ConfigurationUtils - Could not interpret "../idmc-core/core-test/pluginConfig" as directory URL, using value as file path
  5. 16:45:44,068 [main] DEBUG be.ugent.idmc.core.plugin.config.DefaultPluginConfigurationPersistence - Successfully set /Users/xaviersmet/Documents/EclipseWorkspace/idmc/idmc-core/core-test/pluginConfig as plugin configuration persistence directory
  6. 16:45:44,101 [main] DEBUG be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Created duplicate filter [unification pipeline]
  7. 16:45:44,106 [main] DEBUG be.ugent.idmc.core.IdmcCore - IDMC Core instantiated
  8. 16:45:44,309 [main] INFO be.ugent.idmc.core.IdmcCore - Starting instance ....
  9. 16:45:44,335 [main] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.5.1-Final
  10. 16:45:44,348 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.5.1-Final
  11. 16:45:44,350 [main] INFO org.hibernate.cfg.Environment - hibernate.properties not found
  12. 16:45:44,352 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
  13. 16:45:44,356 [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
  14. 16:45:44,440 [main] INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.2.0.Final
  15. 16:45:44,450 [main] INFO org.hibernate.cfg.Configuration - configuring from resource: /hibernate.cfg.xml
  16. 16:45:44,450 [main] INFO org.hibernate.cfg.Configuration - Configuration resource: /hibernate.cfg.xml
  17. 16:45:44,618 [main] INFO org.hibernate.cfg.Configuration - Configured SessionFactory: null
  18. 16:45:44,687 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ContentItem
  19. 16:45:44,721 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.ContentItem on table ContentItem
  20. 16:45:44,848 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.AudioContentItem
  21. 16:45:44,864 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.VideoContentItem
  22. 16:45:44,873 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ImageContentItem
  23. 16:45:44,879 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.ContentResource
  24. 16:45:44,879 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.ContentResource on table ContentResource
  25. 16:45:44,895 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.Playlist
  26. 16:45:44,895 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.Playlist on table Playlist
  27. 16:45:44,903 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: be.ugent.idmc.core.data.content.PlaylistEntry
  28. 16:45:44,903 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity be.ugent.idmc.core.data.content.PlaylistEntry on table PlaylistEntry
  29. 16:45:44,914 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.Playlist.playlistEntries -> PlaylistEntry
  30. 16:45:44,917 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.ContentItem.contentResources -> ContentResource
  31. 16:45:44,917 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: be.ugent.idmc.core.data.content.ContentItem.playlistEntries -> PlaylistEntry
  32. 16:45:44,918 [main] INFO org.hibernate.cfg.AnnotationConfiguration - Hibernate Validator not found: ignoring
  33. 16:45:44,947 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - Using Hibernate built-in connection pool (not for production use!)
  34. 16:45:44,947 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - Hibernate connection pool size: 20
  35. 16:45:44,947 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - autocommit mode: false
  36. 16:45:44,947 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - JDBC isolation level: READ_UNCOMMITTED
  37. 16:45:44,950 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - using driver: org.h2.Driver at URL: jdbc:h2:../idmc-core/core-test/DB/H2;
  38. 16:45:44,950 [main] INFO org.hibernate.connection.DriverManagerConnectionProvider - connection properties: {user=sa, password=****, autocommit=false}
  39. 16:45:45,194 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: H2, version: 1.2.132 (2010-03-21)
  40. 16:45:45,194 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: H2 JDBC Driver, version: 1.2.132 (2010-03-21)
  41. 16:45:45,226 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.H2Dialect
  42. 16:45:45,232 [main] INFO org.hibernate.engine.jdbc.JdbcSupportLoader - Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  43. 16:45:45,233 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
  44. 16:45:45,235 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  45. 16:45:45,235 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
  46. 16:45:45,235 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
  47. 16:45:45,235 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 50
  48. 16:45:45,235 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
  49. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
  50. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): enabled
  51. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: auto
  52. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
  53. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
  54. 16:45:45,236 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: enabled
  55. 16:45:45,237 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL inserts for batching: enabled
  56. 16:45:45,237 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  57. 16:45:45,238 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
  58. 16:45:45,238 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
  59. 16:45:45,238 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
  60. 16:45:45,238 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: disabled
  61. 16:45:45,239 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
  62. 16:45:45,239 [main] INFO org.hibernate.cfg.SettingsFactory - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  63. 16:45:45,239 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
  64. 16:45:45,239 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: enabled
  65. 16:45:45,243 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: enabled
  66. 16:45:45,243 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
  67. 16:45:45,244 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
  68. 16:45:45,244 [main] INFO org.hibernate.cfg.SettingsFactory - Named query checking : enabled
  69. 16:45:45,244 [main] INFO org.hibernate.cfg.SettingsFactory - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  70. 16:45:45,266 [main] INFO org.hibernate.search.Version - Hibernate Search 3.2.0.CR1
  71. 16:45:45,481 [main] INFO org.hibernate.impl.SessionFactoryImpl - building session factory
  72. 16:45:45,688 [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
  73. 16:45:45,694 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - Running hbm2ddl schema update
  74. 16:45:45,694 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - fetching database metadata
  75. 16:45:45,717 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - updating schema
  76. 16:45:45,745 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: H2.PUBLIC.CONTENTITEM
  77. 16:45:45,745 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [genre, tag, album, director, contenttype, publisher, id, author, composer, title, releaseyear, description, producer, tracknumber, rating, artist, language, datetaken]
  78. 16:45:45,745 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: []
  79. 16:45:45,745 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [primary_key_6]
  80. 16:45:45,763 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: H2.PUBLIC.CONTENTRESOURCE
  81. 16:45:45,763 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [bitspersample, tspecs, contentitem, extrainformation, location, width, responsbiledeviceid, encodingfourcc, resolution, responsiblepluginid, size, id, extension, mimetype, colordepth, duration, height, samplefrequency, bitrate, audiochannelcount]
  82. 16:45:45,763 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: [fk40b48b8729890051]
  83. 16:45:45,763 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [fk40b48b8729890051_index_b, primary_key_b]
  84. 16:45:45,776 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: H2.PUBLIC.PLAYLIST
  85. 16:45:45,776 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [name]
  86. 16:45:45,776 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: []
  87. 16:45:45,776 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [primary_key_9]
  88. 16:45:45,800 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: H2.PUBLIC.PLAYLISTENTRY
  89. 16:45:45,800 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [id, contentitem, playlist_index, playlist_name]
  90. 16:45:45,800 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: [fk5edb19a0f2ccef31, fk5edb19a029890051]
  91. 16:45:45,800 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: [constraint_index_e, primary_key_e, fk5edb19a0f2ccef31_index_e]
  92. 16:45:45,830 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - table found: H2.PUBLIC.HIBERNATE_SEQUENCES
  93. 16:45:45,830 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - columns: [sequence_next_hi_value, sequence_name]
  94. 16:45:45,830 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - foreign keys: []
  95. 16:45:45,830 [main] INFO org.hibernate.tool.hbm2ddl.TableMetadata - indexes: []
  96. 16:45:45,830 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - schema update complete
  97. 16:45:45,897 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Scanning /Users/xaviersmet/Documents/EclipseWorkspace/idmc/idmc-core/core-test/plugins for plugin JARs
  98. 16:45:45,916 [main] DEBUG be.ugent.idmc.core.IdmcCore - Startup complete.
  99. 16:45:45,916 [main] DEBUG be.ugent.idmc.core.data.DefaultDataManager - Added device "IDMC Media Application Renderer"
  100. 16:45:46,222 [main] TRACE be.ugent.idmc.plugin.upnp.UpnpPlugin - Upnp plugin initConfiguration called
  101. 16:45:46,233 [main] DEBUG be.ugent.idmc.plugin.upnp.configuration.UpnpPluginConfiguration - Loaded configuration from descriptor upnp-plugin-config.xml
  102. 16:45:46,249 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Registering plugin "UPnP Plugin 0.1 by IDMC"
  103. 16:45:46,250 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Activating plugin UPnP Plugin 0.1 by IDMC
  104. 16:45:46,261 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - Restoring persisted plugin configuration for UPnP Plugin 0.1 by IDMC
  105. 16:45:46,261 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - browseUpdateInterval = 60
  106. 16:45:46,266 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - browseUpdateActivated = true
  107. 16:45:46,266 [main] TRACE be.ugent.idmc.plugin.upnp.UpnpPlugin - Activating Upnp plugin...
  108. 16:45:46,273 [UPnP-ContentUpdater] WARN ibcn.home.upnp.UPnPFramework - Couldn't load ibcn.home.upnp.da.UPnPStack
  109. 16:45:46,339 [UPnP-ContentUpdater] TRACE be.ugent.idmc.plugin.upnp.content.UpnpContentUpdateTask - Called update task!
  110. 16:45:46,339 [main] TRACE be.ugent.idmc.plugin.upnp.device.UpnpDiscovery - Upnp discovery: starting discovery...
  111. 16:45:46,355 [UPnP-ContentUpdater] TRACE be.ugent.idmc.plugin.upnp.content.UpnpContentUpdateTask - Called update task!
  112. 16:45:46,531 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Registering plugin "YouTube Plugin 0.1 by IDMC"
  113. 16:45:46,531 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Activating plugin YouTube Plugin 0.1 by IDMC
  114. 16:45:46,532 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - Restoring persisted plugin configuration for YouTube Plugin 0.1 by IDMC
  115. 16:45:46,532 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - username =
  116. 16:45:46,532 [main] DEBUG be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - password = idmctest
  117. 16:45:46,533 [main] ERROR be.ugent.idmc.core.plugin.config.AbstractConfigurablePlugin - No option exists for key "password"; skipping
  118. 16:45:46,533 [main] TRACE be.ugent.idmc.plugin.youtube.YoutubePlugin - Youtube activate() called
  119. 16:45:46,869 [main] DEBUG be.ugent.idmc.core.data.content.pipeline.DefaultSourceFilter - Total items passed to pipeline source: 5 [unification pipeline]
  120. 16:45:46,913 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ==============UNIFICATION ALERT ====================
  121. 16:45:46,914 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Found duplicate for video: erodent.co.uk - MatingCall1
  122. 16:45:46,914 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Video already in database: erodent.co.uk - MatingCall1
  123. 16:45:46,914 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ====================================================
  124. 16:45:46,917 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ==============UNIFICATION ALERT ====================
  125. 16:45:46,917 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Found duplicate for video: erodent.co.uk - DeguNoise
  126. 16:45:46,917 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Video already in database: erodent.co.uk - DeguNoise
  127. 16:45:46,917 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ====================================================
  128. 16:45:46,920 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ==============UNIFICATION ALERT ====================
  129. 16:45:46,920 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Found duplicate for video: erodent.co.uk - DeguSandbath
  130. 16:45:46,920 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Video already in database: erodent.co.uk - DeguSandbath
  131. 16:45:46,920 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ====================================================
  132. 16:45:46,933 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ==============UNIFICATION ALERT [exact match]===============
  133. 16:45:46,933 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Found duplicate for song: Dusty Kid - Core
  134. 16:45:46,933 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Song already in database: Dusty Kid - Core
  135. 16:45:46,933 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ============================================================
  136. 16:45:46,946 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ==============UNIFICATION ALERT ====================
  137. 16:45:46,946 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - Found duplicate for image: London By Night
  138. 16:45:46,946 [main] INFO be.ugent.idmc.core.data.content.pipeline.DuplicatePipelineFilter - ====================================================
  139. 16:45:46,949 [main] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - ContentCollectionAddedEvent received from be.ugent.idmc.core.data.DefaultDataManager@13fe2493
  140. 16:45:46,949 [main] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - Latest status: Adding new contentcollection.
  141. 16:45:46,968 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Registering plugin "simple-plugin-name v2.0f by dev team simpleplugin"
  142. 16:45:46,968 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Activating plugin simple-plugin-name v2.0f by dev team simpleplugin
  143. 16:45:46,968 [main] DEBUG be.ugent.idmc.shared.test.plugin.SimplePlugin - SimplePlugin activated
  144. 16:45:46,973 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Registering plugin "Dummy Configurable Plugin v0.1 by IDMC"
  145. 16:45:46,973 [main] DEBUG be.ugent.idmc.core.plugin.DefaultPluginManager - Activating plugin Dummy Configurable Plugin v0.1 by IDMC
  146. 16:45:46,974 [main] WARN be.ugent.idmc.core.plugin.config.DefaultPluginConfigurationPersistence - Could not read stored plugin configuration /Users/xaviersmet/Documents/EclipseWorkspace/idmc/idmc-core/core-test/pluginConfig/be.ugent.idmc.shared.test.plugin.ConfigurableTestPlugin.dat: /Users/xaviersmet/Documents/EclipseWorkspace/idmc/idmc-core/core-test/pluginConfig/be.ugent.idmc.shared.test.plugin.ConfigurableTestPlugin.dat (No such file or directory)
  147. 16:45:46,974 [main] TRACE be.ugent.idmc.shared.test.plugin.ConfigurableTestPlugin - Activated plugin Dummy Configurable Plugin v0.1 by IDMC
  148. 16:45:51,217 [ContentUpdateTimer-AUDIO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:AUDIO
  149. 16:45:51,217 [ContentUpdateTimer-VIDEO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:VIDEO
  150. 16:45:51,217 [ContentUpdateTimer-IMAGE] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:IMAGE
  151. 16:45:51,251 [ContentUpdateTimer-IMAGE] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:IMAGE
  152. 16:45:51,251 [ContentUpdateTimer-AUDIO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:AUDIO
  153. 16:45:51,251 [ContentUpdateTimer-VIDEO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:VIDEO
  154. 16:45:51,259 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:VIDEO) -
  155. 16:45:51,511 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:AUDIO) -
  156. 16:45:51,589 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:IMAGE) -
  157. 16:45:57,819 [ContentUpdateTimer-VIDEO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:VIDEO
  158. 16:45:57,819 [ContentUpdateTimer-AUDIO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:AUDIO
  159. 16:45:57,819 [ContentUpdateTimer-IMAGE] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:IMAGE
  160. 16:45:57,820 [ContentUpdateTimer-VIDEO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:VIDEO
  161. 16:45:57,820 [ContentUpdateTimer-IMAGE] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:IMAGE
  162. 16:45:57,820 [ContentUpdateTimer-AUDIO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:AUDIO
  163. 16:45:57,820 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:VIDEO) -
  164. 16:45:57,867 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:IMAGE) -
  165. 16:45:58,224 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:AUDIO) -
  166. 16:46:01,774 [AWT-EventQueue-0] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - "Show only content for this device" changed - notifying views.
  167. 16:46:01,959 [AWT-EventQueue-0] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - "Show only content for this device" changed - notifying views.
  168. 16:46:02,107 [AWT-EventQueue-0] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - "Show only content for this device" changed - notifying views.
  169. 16:46:02,260 [AWT-EventQueue-0] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - "Show only content for this device" changed - notifying views.
  170. 16:46:02,406 [AWT-EventQueue-0] INFO be.ugent.idmc.view.mediaapp.model.ContentLibraryModel - "Show only content for this device" changed - notifying views.
  171. 16:46:06,958 [ContentUpdateTimer-AUDIO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:AUDIO
  172. 16:46:06,958 [ContentUpdateTimer-VIDEO] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:VIDEO
  173. 16:46:06,958 [ContentUpdateTimer-IMAGE] INFO be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder - Running following query: contentType:IMAGE
  174. 16:46:06,960 [ContentUpdateTimer-AUDIO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:AUDIO
  175. 16:46:06,960 [ContentUpdateTimer-VIDEO] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:VIDEO
  176. 16:46:06,960 [ContentUpdateTimer-IMAGE] DEBUG be.ugent.idmc.core.data.ContentStorage - Parsed Lucene query: contentType:IMAGE
  177. 16:46:06,960 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:AUDIO) -
  178. 16:46:06,989 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:VIDEO) -
  179. 16:46:07,015 [pool-1-thread-1] DEBUG be.ugent.idmc.core.data.ContentStorage - EXECUTED LUCENE QUERY - FullTextQueryImpl(contentType:IMAGE) -
  180. Exception in thread "ContentUpdateTimer-VIDEO" javax.persistence.PersistenceException: java.util.ConcurrentModificationException
  181. at be.ugent.idmc.core.data.ContentStorage.executeTransactionally(ContentStorage.java:223)
  182. at be.ugent.idmc.core.data.ContentStorage.searchContent(ContentStorage.java:396)
  183. at be.ugent.idmc.core.data.ContentStorage.searchContent(ContentStorage.java:350)
  184. at be.ugent.idmc.core.data.DefaultDataManager.searchContent(DefaultDataManager.java:173)
  185. at be.ugent.idmc.core.data.content.filter.TokenizedQueryBuilder.search(TokenizedQueryBuilder.java:63)
  186. at be.ugent.idmc.view.mediaapp.model.ContentTypeBrowserListModel.getContentList(ContentTypeBrowserListModel.java:101)
  187. at be.ugent.idmc.view.mediaapp.model.ContentTypeBrowserListModel$1.run(ContentTypeBrowserListModel.java:69)
  188. at java.util.TimerThread.mainLoop(Timer.java:512)
  189. at java.util.TimerThread.run(Timer.java:462)
  190. Caused by: java.util.ConcurrentModificationException
  191. at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:373)
  192. at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:392)
  193. at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:391)
  194. at org.hibernate.util.IdentityMap.entryArray(IdentityMap.java:228)
  195. at org.hibernate.util.IdentityMap.concurrentEntries(IdentityMap.java:89)
  196. at org.hibernate.event.def.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:136)
  197. at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:88)
  198. at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:58)
  199. at org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:1175)
  200. at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1699)
  201. at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:347)
  202. at org.hibernate.search.engine.ObjectLoaderHelper.initializeObjects(ObjectLoaderHelper.java:93)
  203. at org.hibernate.search.engine.QueryLoader.load(QueryLoader.java:65)
  204. at org.hibernate.search.query.FullTextQueryImpl.list(FullTextQueryImpl.java:339)
  205. at be.ugent.idmc.core.data.ContentStorage$9.run(ContentStorage.java:389)
  206. at be.ugent.idmc.core.data.ContentStorage$9.run(ContentStorage.java:1)
  207. at be.ugent.idmc.core.data.ContentStorage$2.call(ContentStorage.java:171)
  208. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  209. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  210. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  211. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  212. at java.lang.Thread.run(Thread.java:637)
  213. 16:46:16,344 [UPnP-ContentUpdater] TRACE be.ugent.idmc.plugin.upnp.content.UpnpContentUpdateTask - Called update task!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement