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

Warning messages in the server log due to missing properties #11030

Open
JayanthyChengan opened this issue Nov 18, 2024 · 1 comment · May be fixed by #11040
Open

Warning messages in the server log due to missing properties #11030

JayanthyChengan opened this issue Nov 18, 2024 · 1 comment · May be fixed by #11040
Labels
Type: Bug a defect

Comments

@JayanthyChengan
Copy link
Contributor

Here are a few WARNING messages in the server.log due to missing properties in the BUNDLE file.

notification.typeDescription.GLOBUSUPLOADCOMPLETED
notification.typeDescription.GLOBUSUPLOADCOMPLETEDWITHERRORS
notification.typeDescription.GLOBUSDOWNLOADCOMPLETED
notification.typeDescription.GLOBUSDOWNLOADCOMPLETEDWITHERRORS
notification.typeDescription.GLOBUSUPLOADLOCALFAILURE
notification.typeDescription.GLOBUSUPLOADREMOTEFAILURE
notification.typeDescription.REQUESTEDFILEACCESS

`[2024-11-13T11:24:05.757-0500] [Payara 6.2024.10] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=132 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1731515045757] [levelValue: 900] [[
Could not find key "notification.typeDescription.REQUESTEDFILEACCESS" in bundle file: ]]

[2024-11-13T11:24:05.758-0500] [Payara 6.2024.10] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=132 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1731515045758] [levelValue: 900] [[
Could not find key "notification.typeDescription.GLOBUSUPLOADREMOTEFAILURE" in bundle file: ]]

[2024-11-13T11:24:05.758-0500] [Payara 6.2024.10] [WARNING] [] [edu.harvard.iq.dataverse.util.BundleUtil] [tid: _ThreadID=132 _ThreadName=http-thread-pool::jk-connector(2)] [timeMillis: 1731515045758] [levelValue: 900] [[
Could not find key "notification.typeDescription.GLOBUSUPLOADLOCALFAILURE" in bundle file: ]]`

Which version of Dataverse are you using?
v6.4

@JayanthyChengan JayanthyChengan added the Type: Bug a defect label Nov 18, 2024
landreev added a commit that referenced this issue Nov 25, 2024
…ndle, per #11030

(these are used by the notification page, apparently??)
@landreev
Copy link
Contributor

Thank you for the report! As @qqmyers suggested, I have added these missing entries to the bundle in the PR #11040, that is scheduled to be included in 6.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants