Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDI/OAI-DDI exports crash for some records in 5.9 #8452

Closed
bappun opened this issue Feb 25, 2022 · 19 comments · Fixed by #8473
Closed

DDI/OAI-DDI exports crash for some records in 5.9 #8452

bappun opened this issue Feb 25, 2022 · 19 comments · Fixed by #8473

Comments

@bappun
Copy link

bappun commented Feb 25, 2022

What steps does it take to reproduce the issue?
Not sure why it happens on our Dataverse instance.

[2022-02-25T16:29:14.054+0100] [Payara 5.2021.10] [WARNING] [] [edu.harvard.iq.dataverse.harvest.server.web.servlet.OAIServlet] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1645802954054] [levelValue: 900] [[
 IO exception in Get; Xrecord: failed to open metadata stream.]]

[2022-02-25T16:29:14.054+0100] [Payara 5.2021.10] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1645802954054] [levelValue: 900] [[
 StandardWrapperValve[OAIServlet]: Servlet.service() for servlet OAIServlet threw exception
java.io.IOException: Xrecord: failed to open metadata stream.
       at edu.harvard.iq.dataverse.harvest.server.xoai.Xrecord.writeToStream(Xrecord.java:98)
       at edu.harvard.iq.dataverse.harvest.server.xoai.XlistRecords.writeToStream(XlistRecords.java:40)
       at edu.harvard.iq.dataverse.harvest.server.web.servlet.OAIServlet.writeListRecords(OAIServlet.java:300)
       at edu.harvard.iq.dataverse.harvest.server.web.servlet.OAIServlet.processRequest(OAIServlet.java:252)
       at edu.harvard.iq.dataverse.harvest.server.web.servlet.OAIServlet.doGet(OAIServlet.java:222)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
       at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1637)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:331)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:211)
       at org.glassfish.tyrus.servlet.TyrusServletFilter.doFilter(TyrusServletFilter.java:282)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:253)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:211)
       at org.ocpsoft.rewrite.servlet.RewriteFilter.doFilter(RewriteFilter.java:226)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:253)

Which version of Dataverse are you using?
5.9

Any related open or closed issues to this bug report?
No

@landreev
Copy link
Contributor

landreev commented Feb 25, 2022

Thank you for the detailed report.
The exception stack trace above is from the failing GetRecord call. Could you please add the stack trace that you see in the log from the failure to export, as well? (i.e., when you try the export API - https://data.sciencespo.fr/api/datasets/export?exporter=ddi&persistentId=doi:10.21410/7E4/075L2L). I would expect any useful information about the actual reason for the export to fail to be there.

(In other words, OAI/GetRecord does not try to export the metadata; it expects the record to be ready to read. So indeed the OAI error is just about the failure to open the file. On top of the export error, this is definitely looking like a bug, that the record was added to the OAI set, as if the DDI format was exported and saved; even though it failed.)

@qqmyers
Copy link
Member

qqmyers commented Feb 25, 2022

Could this be #8036? It was fixed with #8039 ~v5.6, but you'd have to reExport to pick up the fix.

@landreev
Copy link
Contributor

landreev commented Feb 25, 2022

Could this be #8036? It was fixed with #8039 ~v5.6, but you'd have to reExport to pick up the fix.

To me it looks like this is likely something else; (note that there are no files in the dataset; that misplaced tag was happening in the files section, I think?)
I feel like this is more likely to be some UTF character issue... but that's a very superficial guess, so I need to take a closer look.

@bappun
Copy link
Author

bappun commented Feb 28, 2022

We reexported all after upgrading. We also have the same issue on our pre-production server where we reexported multiple times.

I have trouble getting logs. Last week when I was refreshing the page causing errors, there were stacktraces but now there is none. I set the logs to FINE, restarted payara, reexported, and still no stacktrace. Is there some cache for the exports that prevents me from getting the errors in the logs?

@landreev
Copy link
Contributor

OK, it's looking like maybe your last attempt to re-export actually cached that broken, incomplete xml record on disk (or in your S3 bucket, whichever you are using). So that's what Dataverse is using now, hence no export exceptions.

Could you please try to delete the file export_oai_ddi.cached in the dataset directory (if it indeed exists). And then try https://data.sciencespo.fr/api/datasets/export?exporter=oai_ddi&persistentId=doi:10.21410/7E4/075L2L again, and look for a stack trace then? (Note the "exporter=oai_ddi" above, this is the format OAI is using; although I'm assuming "ddi" should be subject to the same issue)

The file will be located somewhere like <YOUR FILES DIRECTORY>/10.21410/7E4/075L2L/export_oai_ddi.cached, or a similar S3 location.

@bappun
Copy link
Author

bappun commented Mar 3, 2022

We removed the cache and refreshed the export page (oai_ddi) and got the following error:

{"status":"ERROR","message":"Export Failed"}

In the logs:

[2022-03-03T14:17:42.646+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.api.Datasets] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646313462646] [levelValue: 900] [[
  No published version found during export. doi:10.21410/7E4/075L2L]] 

But 10 seconds later we got the same error page as before, with no logs.


We tried other ways to get logs. We found something that could be useful: a stacktrace about the DDI export when publishing a new version of the dataset. There are also interesting errors about controlled vocabularies (are they related to our languages.zip or our TSV?). We have multiple CVs but it only happens on the country field.

Here are the logs:

[2022-03-03T14:30:48.956+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248956] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_democratic_people's_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_democratic_people's_republic_of]]

[2022-03-03T14:30:48.956+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248956] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_republic_of]]

[2022-03-03T14:30:48.956+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248956] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.lao_people's_democratic_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.lao_people's_democratic_republic]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.macedonia,_the_former_yugoslav_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.marshall_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.marshall_islands]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.micronesia,_federated_states_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.micronesia,_federated_states_of]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.moldova,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.moldova,_republic_of]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.netherlands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.netherlands]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.niger in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.niger]]

[2022-03-03T14:30:48.957+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248957] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.northern_mariana_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.northern_mariana_islands]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.philippines in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.philippines]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.russian_federation in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.russian_federation]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.reunion in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.reunion]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.saint_barthelemy in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.saint_barthelemy]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.sudan in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.sudan]]

[2022-03-03T14:30:48.958+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248958] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.swaziland in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.swaziland]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.syrian_arab_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.syrian_arab_republic]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.taiwan,_province_of_china in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.taiwan,_province_of_china]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.tanzania,_united_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.tanzania,_united_republic_of]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.turks_and_caicos_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.turks_and_caicos_islands]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_arab_emirates in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_arab_emirates]]

[2022-03-03T14:30:48.959+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248959] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_kingdom in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_kingdom]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states_minor_outlying_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states_minor_outlying_islands]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.venezuela,_bolivarian_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.venezuela,_bolivarian_republic_of]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_british in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_british]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_u.s. in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_u.s.]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.western_sahara in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.western_sahara]]

[2022-03-03T14:30:48.960+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248960] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.aland_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.aland_islands]]

[2022-03-03T14:30:48.962+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248962] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.962+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248962] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.962+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248962] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.963+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248963] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.964+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248964] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.965+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248965] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.966+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248966] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.french_southern_territories in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.french_southern_territories]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.gambia in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.gambia]]

[2022-03-03T14:30:48.967+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248967] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.holy_see_(vatican_city_state) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.holy_see_(vatican_city_state)]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.iran,_islamic_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.iran,_islamic_republic_of]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_democratic_people's_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_democratic_people's_republic_of]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_republic_of]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.lao_people's_democratic_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.lao_people's_democratic_republic]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.macedonia,_the_former_yugoslav_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of]]

[2022-03-03T14:30:48.968+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248968] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.marshall_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.marshall_islands]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.micronesia,_federated_states_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.micronesia,_federated_states_of]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.moldova,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.moldova,_republic_of]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.netherlands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.netherlands]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.niger in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.niger]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.northern_mariana_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.northern_mariana_islands]]

[2022-03-03T14:30:48.969+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248969] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.philippines in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.philippines]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.russian_federation in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.russian_federation]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.reunion in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.reunion]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.saint_barthelemy in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.saint_barthelemy]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.sudan in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.sudan]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.swaziland in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.swaziland]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.syrian_arab_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.syrian_arab_republic]]

[2022-03-03T14:30:48.970+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248970] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.taiwan,_province_of_china in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.taiwan,_province_of_china]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.tanzania,_united_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.tanzania,_united_republic_of]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.turks_and_caicos_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.turks_and_caicos_islands]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_arab_emirates in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_arab_emirates]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_kingdom in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_kingdom]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states_minor_outlying_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states_minor_outlying_islands]]

[2022-03-03T14:30:48.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248971] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.venezuela,_bolivarian_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.venezuela,_bolivarian_republic_of]]

[2022-03-03T14:30:48.972+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248972] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_british in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_british]]

[2022-03-03T14:30:48.972+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248972] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_u.s. in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_u.s.]]

[2022-03-03T14:30:48.972+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248972] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.western_sahara in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.western_sahara]]

[2022-03-03T14:30:48.972+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248972] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.aland_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.aland_islands]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.974+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248974] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.975+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248975] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.976+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248976] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.977+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248977] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.978+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248978] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.979+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248979] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.french_southern_territories in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.french_southern_territories]]

[2022-03-03T14:30:48.979+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248979] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.gambia in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.gambia]]

[2022-03-03T14:30:48.979+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248979] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.holy_see_(vatican_city_state) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.holy_see_(vatican_city_state)]]

[2022-03-03T14:30:48.979+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248979] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.iran,_islamic_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.iran,_islamic_republic_of]]

[2022-03-03T14:30:48.979+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248979] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_democratic_people's_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_democratic_people's_republic_of]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_republic_of]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.lao_people's_democratic_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.lao_people's_democratic_republic]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.macedonia,_the_former_yugoslav_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.marshall_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.marshall_islands]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.micronesia,_federated_states_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.micronesia,_federated_states_of]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.moldova,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.moldova,_republic_of]]

[2022-03-03T14:30:48.980+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248980] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.netherlands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.netherlands]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.niger in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.niger]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.northern_mariana_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.northern_mariana_islands]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.philippines in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.philippines]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.russian_federation in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.russian_federation]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.reunion in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.reunion]]

[2022-03-03T14:30:48.981+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248981] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.saint_barthelemy in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.saint_barthelemy]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.sudan in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.sudan]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.swaziland in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.swaziland]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.syrian_arab_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.syrian_arab_republic]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.taiwan,_province_of_china in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.taiwan,_province_of_china]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.tanzania,_united_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.tanzania,_united_republic_of]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.turks_and_caicos_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.turks_and_caicos_islands]]

[2022-03-03T14:30:48.982+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248982] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_arab_emirates in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_arab_emirates]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_kingdom in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_kingdom]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states_minor_outlying_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states_minor_outlying_islands]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.venezuela,_bolivarian_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.venezuela,_bolivarian_republic_of]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_british in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_british]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_u.s. in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_u.s.]]

[2022-03-03T14:30:48.983+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248983] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.western_sahara in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.western_sahara]]

[2022-03-03T14:30:48.984+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248984] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.aland_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.aland_islands]]

[2022-03-03T14:30:48.985+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248985] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.985+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248985] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.986+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248986] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248987] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bahamas in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bahamas]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.bolivia,_plurinational_state_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.bolivia,_plurinational_state_of]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.british_indian_ocean_territory in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.british_indian_ocean_territory]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cape_verde in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cape_verde]]

[2022-03-03T14:30:48.988+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248988] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cayman_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cayman_islands]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.central_african_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.central_african_republic]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cocos_(keeling)_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cocos_(keeling)_islands]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.comoros in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.comoros]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.congo,_the_democratic_republic_of_the in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.congo,_the_democratic_republic_of_the]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cook_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cook_islands]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.curacao in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.curacao]]

[2022-03-03T14:30:48.989+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248989] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.czech_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.czech_republic]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.cote_d'ivoire in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.cote_d'ivoire]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.dominican_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.dominican_republic]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.falkland_islands_(malvinas) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.falkland_islands_(malvinas)]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.faroe_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.faroe_islands]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.french_southern_territories in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.french_southern_territories]]

[2022-03-03T14:30:48.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248990] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.gambia in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.gambia]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.holy_see_(vatican_city_state) in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.holy_see_(vatican_city_state)]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.iran,_islamic_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.iran,_islamic_republic_of]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_democratic_people's_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_democratic_people's_republic_of]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.korea,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.korea,_republic_of]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.lao_people's_democratic_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.lao_people's_democratic_republic]]

[2022-03-03T14:30:48.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248991] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.macedonia,_the_former_yugoslav_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.macedonia,_the_former_yugoslav_republic_of]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.marshall_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.marshall_islands]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.micronesia,_federated_states_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.micronesia,_federated_states_of]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.moldova,_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.moldova,_republic_of]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.netherlands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.netherlands]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.niger in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.niger]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.northern_mariana_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.northern_mariana_islands]]

[2022-03-03T14:30:48.992+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248992] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.philippines in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.philippines]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.russian_federation in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.russian_federation]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.reunion in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.reunion]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.saint_barthelemy in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.saint_barthelemy]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.sudan in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.sudan]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.swaziland in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.swaziland]]

[2022-03-03T14:30:48.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248993] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.syrian_arab_republic in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.syrian_arab_republic]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.taiwan,_province_of_china in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.taiwan,_province_of_china]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.tanzania,_united_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.tanzania,_united_republic_of]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.turks_and_caicos_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.turks_and_caicos_islands]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_arab_emirates in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_arab_emirates]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_kingdom in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_kingdom]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states]]

[2022-03-03T14:30:48.994+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248994] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.united_states_minor_outlying_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.united_states_minor_outlying_islands]]

[2022-03-03T14:30:48.995+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248995] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.venezuela,_bolivarian_republic_of in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.venezuela,_bolivarian_republic_of]]

[2022-03-03T14:30:48.995+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248995] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_british in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_british]]

[2022-03-03T14:30:48.995+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248995] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.virgin_islands,_u.s. in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.virgin_islands,_u.s.]]

[2022-03-03T14:30:48.995+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248995] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.western_sahara in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.western_sahara]]

[2022-03-03T14:30:48.995+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.ControlledVocabularyValue] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314248995] [levelValue: 900] [[
  Error findingcontrolledvocabulary.country.aland_islands in defaultLang : Can't find resource for bundle java.util.PropertyResourceBundle, key controlledvocabulary.country.aland_islands]]

[2022-03-03T14:30:49.698+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249698] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.698+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249698] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.698+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249698] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.699+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249699] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.699+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249699] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.699+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249699] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.699+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314249699] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.947+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314249947] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.950+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314249950] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.952+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314249952] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:49.971+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314249971] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.804+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314251804] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.806+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314251806] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.808+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314251808] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.829+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314251829] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.984+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314251984] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.987+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314251987] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:51.990+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314251990] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:52.009+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314252009] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.460+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256460] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.461+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314256461] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.869+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314256869] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.871+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314256871] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.874+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314256874] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:56.892+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314256892] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:58.217+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314258217] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:58.219+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314258219] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:58.221+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314258221] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:30:58.239+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314258239] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]





[2022-03-03T14:31:07.119+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314267119] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.133+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314267133] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.150+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314267150] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.395+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267395] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.395+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267395] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.396+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267396] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.396+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267396] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.396+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267396] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.396+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267396] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.396+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314267396] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.643+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314267643] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.645+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314267645] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.648+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314267648] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:07.666+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314267666] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:08.230+0100] [Payara 5.2022.1] [INFO] [] [edu.harvard.iq.dataverse.engine.command.impl.FinalizeDatasetPublicationCommand] [tid: _ThreadID=222 _ThreadName=__ejb-thread-pool9] [timeMillis: 1646314268230] [levelValue: 800] [[
  Finalizing publication of the dataset doi:10.21410/7E4/075L2L]]

[2022-03-03T14:31:09.717+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269717] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.717+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269717] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.717+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269717] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.717+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269717] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.717+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269717] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.718+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269718] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.718+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=106 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1646314269718] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.991+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314269991] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.993+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314269993] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:09.996+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314269996] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:10.014+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314270014] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:10.064+0100] [Payara 5.2022.1] [INFO] [] [edu.harvard.iq.dataverse.engine.command.impl.FinalizeDatasetPublicationCommand] [tid: _ThreadID=222 _ThreadName=__ejb-thread-pool9] [timeMillis: 1646314270064] [levelValue: 800] [[
  Successfully published the dataset doi:10.21410/7E4/075L2L]]

[2022-03-03T14:31:11.028+0100] [Payara 5.2022.1] [SEVERE] [] [] [tid: _ThreadID=222 _ThreadName=__ejb-thread-pool9] [timeMillis: 1646314271028] [levelValue: 1000] [[
  java.lang.IllegalStateException
        at com.google.gson.JsonArray.getAsString(JsonArray.java:133)
        at edu.harvard.iq.dataverse.api.dto.FieldDTO.getSinglePrimitive(FieldDTO.java:117)
        at edu.harvard.iq.dataverse.export.ddi.DdiExportUtil.dto2Primitive(DdiExportUtil.java:1328)
        at edu.harvard.iq.dataverse.export.ddi.DdiExportUtil.writeI18NElement(DdiExportUtil.java:1412)
        at edu.harvard.iq.dataverse.export.ddi.DdiExportUtil.writeMethodElement(DdiExportUtil.java:561)
        at edu.harvard.iq.dataverse.export.ddi.DdiExportUtil.createStdyDscr(DdiExportUtil.java:273)
        at edu.harvard.iq.dataverse.export.ddi.DdiExportUtil.datasetJson2ddi(DdiExportUtil.java:156)
        at edu.harvard.iq.dataverse.export.DDIExporter.exportDataset(DDIExporter.java:47)
        at edu.harvard.iq.dataverse.export.ExportService.cacheExport(ExportService.java:319)
        at edu.harvard.iq.dataverse.export.ExportService.exportAllFormats(ExportService.java:213)
        at edu.harvard.iq.dataverse.engine.command.impl.FinalizeDatasetPublicationCommand.exportMetadata(FinalizeDatasetPublicationCommand.java:272)
        at edu.harvard.iq.dataverse.engine.command.impl.FinalizeDatasetPublicationCommand.onSuccess(FinalizeDatasetPublicationCommand.java:257)
        at edu.harvard.iq.dataverse.EjbDataverseEngine.completeCommand(EjbDataverseEngine.java:344)
        at edu.harvard.iq.dataverse.EjbDataverseEngine.submit(EjbDataverseEngine.java:281)
        at jdk.internal.reflect.GeneratedMethodAccessor1365.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:588)
        at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:408)
        at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:4835)
        at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:665)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:834)
        at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:615)
        at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doCall(SystemInterceptorProxy.java:163)
        at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:140)
        at jdk.internal.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:888)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:833)
        at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:615)
        at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72)
        at org.jboss.weld.module.ejb.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:52)
        at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:888)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:833)
        at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:375)
        at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:4807)
        at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:4795)
        at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:212)
        at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:90)
        at com.sun.proxy.$Proxy371.submit(Unknown Source)
        at edu.harvard.iq.dataverse.__EJB31_Generated__EjbDataverseEngine__Intf____Bean__.submit(Unknown Source)
        at edu.harvard.iq.dataverse.DatasetServiceBean.callFinalizePublishCommandAsynchronously(DatasetServiceBean.java:912)
        at jdk.internal.reflect.GeneratedMethodAccessor2232.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:588)
        at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:408)
        at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:4835)
        at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:665)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:834)
        at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:615)
        at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doCall(SystemInterceptorProxy.java:163)
        at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:140)
        at jdk.internal.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:888)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:833)
        at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:615)
        at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
        at org.jboss.weld.module.ejb.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:52)
        at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:888)
        at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:833)
        at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:375)
        at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:4807)
        at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:4795)
        at com.sun.ejb.containers.EjbAsyncTask.call(EjbAsyncTask.java:101)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:829)
]]

[2022-03-03T14:31:11.110+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314271110] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.112+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314271112] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.114+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314271114] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.132+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=105 _ThreadName=http-thread-pool::jk-connector(1)] [timeMillis: 1646314271132] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.300+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314271300] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.302+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314271302] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.304+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314271304] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:11.323+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=108 _ThreadName=http-thread-pool::jk-connector(4)] [timeMillis: 1646314271323] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.226+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314272226] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.229+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314272229] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.230+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314272230] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.251+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=107 _ThreadName=http-thread-pool::jk-connector(3)] [timeMillis: 1646314272251] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.641+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314272641] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.644+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314272644] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.646+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314272646] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

[2022-03-03T14:31:12.665+0100] [Payara 5.2022.1] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=109 _ThreadName=http-thread-pool::jk-connector(5)] [timeMillis: 1646314272665] [levelValue: 900] [[
  Could not find key "permission.ManageFilePermissions.desc" in bundle file: ]]

@landreev
Copy link
Contributor

landreev commented Mar 3, 2022

Just to confirm, when you say "refreshed the export page", that was https://data.sciencespo.fr/api/datasets/export?exporter=oai_ddi&persistentId=doi:10.21410/7E4/075L2L?
That "No published version" is extremely confusing... Still looking into this/reading the code underneath.

@bappun
Copy link
Author

bappun commented Mar 3, 2022

Yes it was this link (I copy pasted the one you sent before).

{"status":"ERROR","message":"Export Failed"} only appeared when the cache was not generated yet. However we also tried the same procedure with the working dataset and we did not get this error, we directly got the XML response.

@donsizemore
Copy link
Contributor

@bappun Dataverse tries to write a temporary export file into /tmp before placing it in the dataset's storage location. If you're hitting the problem I suspect you may be, you'll see such files left lying around, as there may be some character in your metadata which is legal in JSON but illegal in XML. Examining the last line or so can help you pinpoint whether this is in fact a problem. If you're unable to edit the metadata through the GUI you can also edit it directly in the DB, though this is not a fun experience.

@bappun
Copy link
Author

bappun commented Mar 3, 2022

I could not find any file in /tmp other than a psql socket and lock. However, I exported the JSON of the dataset to import it in our pre-production instance. It wasn't working at first but I removed fields in the JSON and reimported until I found something.

The error occurs when a dataset has more than one value in the collectionMode field. Our collectionMode field (social_science.tsv) is set as multiple, which is not the case for the current source citation.tsv. That makes me think that multiple values are not handled by the DDI exporter.

From what I understand in the DDI documentation here, the <collMode> element should be multiple. We can see in the only parent possible for this element this specification: <xs:element maxOccurs="unbounded" minOccurs="0" ref="collMode"/>.

If my interpretation of the DDI documentation is not wrong, would it be possible to support multiple collectionMode values for the DDI exporter?

EDIT: Colleagues from Sciences Po confirmed me that <collMode> is (0,n) in DDI 2.5.

@jggautier
Copy link
Contributor

jggautier commented Mar 3, 2022

I'm not sure that the fact that the schema technically allows it means it should be done, but letting depositors add multiple Collection Modes makes sense to me. And for search purposes I'd rather have depositors enter each mode in a different field (maybe even better to pick terms from a vocabulary, although that's a bigger and ongoing conversation) then to add all Collection Modes in one textbox.

I'm not sure why the field was set up to allow only one instance. Maybe at the time they weren't aware of any real cases of people needing to add multiple collection modes?

Most of the fields in the Social Science metadatablock TSV that ships with the software don't let depositors add more text boxes. Has your social_science.tsv been edited to allow multiples for other fields, e.g. Type of Research Instrument? If so, would creating a dataset with multiple Type of Research Instrument values also break the DDI export because it doesn't expect Type of Research Instrument to allow multiples?

@bappun
Copy link
Author

bappun commented Mar 4, 2022

In our social_science.tsv we do not have Research Instrument as multiple but we have Unit of Analysis. Unit of Analysis seems to be the same type of field as Collection Mode but it works great with the DDI export and the search as a facet. But in our case they are controlled vocabularies, which is different than the default textbox behavior.

Here are our TSV if you want to take a look: https://github.com/CDSP-SCPO/dataverse-controlledvocabulary

@jggautier
Copy link
Contributor

Ah thanks.

Is a solution then to change the code that creates that DDI export so that it's able to include multiple collMode elements? Sounds like a similar situation to what's done already for the Unit of Analysis field. Maybe by doing this, we can let the social science metadatablock TSV file that ships with the software continue to not allow multiples (until there's resources to do the research needed to make sure that it's a good idea to change property in the social science metadatablock TSV file that ships with the software).

@landreev
Copy link
Contributor

landreev commented Mar 4, 2022

I had to take a day off/look into something else.
Looking into this now, this is super interesting... All that time I was expecting that it was happening because you had some exotic UTF character in some of the values. Was about to send you a database query to extract the raw values to send us.

But if it is as simple as this - a potentially multiple value that our DDI export insists on treating as a single-value-only, then it is clearly a bug that we need to fix.
For the Unit of Analysis, I am indeed seeing that it is explicitly handled as a multiple:

if (DatasetFieldConstant.unitOfAnalysis.equals(fieldDTO.getTypeName())) {
   writeI18NElementList(xmlw, "anlyUnit", fieldDTO.getMultipleVocab(), "unitOfAnalysis", fieldDTO.getTypeClass(), "socialscience", lang);
}

while collMode is exported as

writeI18NElement(xmlw, "collMode", version, DatasetFieldConstant.collectionMode, lang);

@landreev
Copy link
Contributor

landreev commented Mar 4, 2022

(Aside from the issue of how to treat this specific field, it is obviously a bug, that Dataverse assumed that this dataset was successfully exported - even though it was not - and added it to the OAI set; so that needs to be resolved too).

@landreev
Copy link
Contributor

landreev commented Mar 4, 2022

OK, I just got the part that it is multiple, because YOU made it multiple in your installation. (Finally).

Yeah, it is allowed to be multiple in the DDI schema. Just hard-coded to single in our code.

@landreev
Copy link
Contributor

landreev commented Mar 7, 2022

We are close to releasing Dataverse 5.10, and I am trying to add a fix for this to the release.

@bappun
Copy link
Author

bappun commented Mar 8, 2022

Thank you all for your help with this issue. We really appreciate it!

@landreev
Copy link
Contributor

Note to self: remember to open a new issue for the apparent bug in the export code that marked the dataset as successfully exported (which resulted, among other things, in it being added to the OAI set), even though the export clearly failed.

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

Successfully merging a pull request may close this issue.

5 participants