Skip to content

Instantly share code, notes, and snippets.

@andrewSC
Created March 29, 2018 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewSC/c6a1ca33baef42a04516a6d443f77c0f to your computer and use it in GitHub Desktop.
Save andrewSC/c6a1ca33baef42a04516a6d443f77c0f to your computer and use it in GitHub Desktop.
[2018-03-29T14:39:07.133-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=160 _ThreadName=__ejb-thread-pool10] [timeMillis: 1522348747133] [levelValue: 800] [[
unable to convert (2016-12-21) into YYYY format and couldn't index it (dsDescriptionDate)]]
@andrewSC
Copy link
Author

[2018-03-29T14:41:40.296-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexAllServiceBean] [tid: _ThreadID=160 _ThreadName=__ejb-thread-pool10] [timeMillis: 1522348900296] [levelValue: 800] [[
indexing dataset 618 of 975 (id=4684, persistentId=doi:10.5072/FK2/WR4SJF)]]

[2018-03-29T14:41:40.346-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=160 _ThreadName=__ejb-thread-pool10] [timeMillis: 1522348900346] [levelValue: 800] [[
unable to convert (2017-02-22) into YYYY format and couldn't index it (dsDescriptionDate)]]

[2018-03-29T14:41:40.777-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexAllServiceBean] [tid: _ThreadID=160 _ThreadName=__ejb-thread-pool10] [timeMillis: 1522348900777] [levelValue: 800] [[
indexing dataset 619 of 975 (id=4686, persistentId=doi:10.5072/FK2/RV2J53)]]

@andrewSC
Copy link
Author

@pdurbin
Copy link

pdurbin commented Mar 29, 2018

I'm also seeing this in the logs of http://phoenix.dataverse.org running commit 3845816:

[root@dvnweb-vm6 ~]# grep dsDescriptionDate /usr/local/glassfish4/glassfish/domains/domain1/logs/server.log -B1
[2018-03-29T09:54:44.537-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=51 _ThreadName=jk-connector(2)] [timeMillis: 1522331684537] [levelValue: 800] [[
  unable to convert (2015-01-14) into YYYY format and couldn't index it (dsDescriptionDate)]]
--
[2018-03-29T09:54:45.379-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=51 _ThreadName=jk-connector(2)] [timeMillis: 1522331685379] [levelValue: 800] [[
  unable to convert (2015-01-14) into YYYY format and couldn't index it (dsDescriptionDate)]]
--
[2018-03-29T09:54:48.233-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=50 _ThreadName=jk-connector(1)] [timeMillis: 1522331688233] [levelValue: 800] [[
  unable to convert (2015-01-14) into YYYY format and couldn't index it (dsDescriptionDate)]]
--
[2018-03-29T09:54:49.031-0400] [glassfish 4.1] [INFO] [] [edu.harvard.iq.dataverse.search.IndexServiceBean] [tid: _ThreadID=54 _ThreadName=jk-connector(5)] [timeMillis: 1522331689031] [levelValue: 800] [[
  unable to convert (2015-01-14) into YYYY format and couldn't index it (dsDescriptionDate)]]
[root@dvnweb-vm6 ~]# 

@andrewSC can you please open an issue about this at https://github.com/IQSS/dataverse/issues ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment