Uncaught QuotaExceededError displays in browser using Jira server

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

問題

Attempting to perform any action in the browser (such as loading a page, moving issues in the backlog, creating issues) fails with a QuotaExceededError.

Error message:
An error occurred
Please try refreshing the page, or contact your administrator / Atlassian Support if the problem continues.
Details
Exception: Uncaught QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'last.viewed.report.SE.scope-filter-board-item-32' exceeded the quota.
Resource: http://captainplanet.example.com/s/f9eee47c52c42eb9910478f7444b8e43-CDN/en_AUnzyqic/64016/17/5eb7aee7149dc1b2557799bdd22da83c/_/download/contextbatch/js/greenhopper-rapid-non-gadget,gh-rapid,atl.general,jira.project.sidebar,jira.global,jira.general/batch.js?jag_disabled_marketing=true&isAdmin=true&locale=en-AU
Line: 9615
Column: 244
Environment
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36
Stack trace
Error: Failed to execute 'setItem' on 'Storage': Setting the value of 'last.viewed.report.SE.scope-filter-board-item-32' exceeded the quota.
at Error (native)
at Object.JIRA.Projects.Sidebar.Reports.storeLastViewedReportLink (http://captainplanet.example.com/s/f9eee47c52c42eb9910478f7444b8e43-CDN/en_AUnzyqic/64016/17/5eb7aee7149dc1b2557799bdd22da83c/_/download/contextbatch/js/greenhopper-rapid-non-gadget,gh-rapid,atl.general,jira.project.sidebar,jira.global,jira.general/batch.js?jag_disabled_marketing=true&isAdmin=true&locale=en-AU:9615:244)
...

診断

環境

  • Chrome or Firefox 
  • Multiple third-party addons generating large front-end scripts

原因

There are 2 known causes of this problem:

  1.  Chrome has a limit on local storage of 10mb, as detailed in Chrome issue 21680002. This means each top-level domain (for instance example.com) can only store 10mb, so if you have a number of subdomains for that domain (confluence.example.com, jira.example.com, stash.example.com, hipchat.example.com) they can all easily add up to the 10mb storage. It doesn't appear that there is a way of increasing this storage.
  2. JSWSERVER-16578 - "Setting the value of 'atlassian-analytics.jira.lock' exceeded the quota" error displayed while browsing boards which is a bug caused by atlassian-analytics consuming too much of local storage. This is fixed in Jira 8.20.24 and 9.6.0 and later.

回避策

Mozilla Firefox
  1. Go to the Firefox configuration page by typing about:config in the address bar.
  2. Increase to storage quota to 100 MB or above by setting dom.storage.default_quota parameter to 102400 or higher


Google Chrome

  1. Go to chrome://settings/siteData?search=site+data
  2. You should have a list of cookies and website data. Find the JIRA address (for example myjira.example.com), click on it to expand stored data and cookies. 
  3. You can also click on each item to see how it's size on disk
  4. You can also clear this with the 'remove' button, or clear the browser cache completely.

説明

Attempting to perform any action in the browser (such as loading a page, moving issues in the backlog, creating issues) fails with 

a QuotaExceededError in the browser.
製品Jira
プラットフォームServer






最終更新日: 2025 年 2 月 27 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.