Warnings

Aggeliki K December 29, 2020

Hello!

In the console of Jira Service Desk, I see the following warnings:

 

[Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.
_ @ batch.js?locale=el-GR:160
batch.js?locale=el-GR:176

DEPRECATED JS - AJS.debounceImmediate has been deprecated since 8.0.0 and will be removed in 9.0.0. Use equivalent functions from libraries like lodash / underscore instead
at Object.mKt5 

........And so on (14 warnings of this type)

 

We are about to have an upgrade in our installation, so we would like to fix any warnings/errors before upgrading.

Any ideas how to correct these?

 

Thank you in advance,

Aggeliki

 

2 answers

0 votes
Daniel Ebers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2020

Hi Aggeliki,

welcome to the Atlassian Community!

Just to make sure this does not originate from a possibly outdated App I'd suggest to check using the following guide if there are any Apps that needs updates:
https://confluence.atlassian.com/upm/updating-apps-273875710.html

If not the source might be a self-made adjustment which is not anymore 100% up to date.
If that is the case you would need to locate where it was inserted and analyze if you can renovate the code so it does not bring the messages about deprecation up.

Regards,
Daniel

Aggeliki K December 30, 2020

Hello Daniel,

I will follow your advice and see if I can resolve the warnings.

Thank you for your reply.

 

Regards,

Aggeliki

0 votes
robert.nadon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2020

Hi Aggeliki,

Depending on your logging level of your various packages (they can be Error, Warn, Log, Debug, etc (https://confluence.atlassian.com/jirakb/change-logging-levels-in-jira-server-629178605.html) 

You can get a whole bunch of warnings and errors.   I have upgraded many different systems from Jira 4 all the way to Jira 8.   

Generally they can be ignored.  If you are concerned about them, then go to Admin (COG) and System.  Then go to "Troubleshooting and Support Tools".  There you will find a "Log Analyzer" that will analyze the logs and tell you all your troubles and how to resolve them.  

Hope this helps,

Robert Nadon

Appnovation, Atlassian Gold Partner

Aggeliki K December 30, 2020

Hello Robert,

Thank you for your reply.
I will try to resolve the warnings before upgrading -fortunately they are all warnings, not errors.

Regards,

Aggeliki

Suggest an answer

Log in or Sign up to answer