Error Message 'Velocity Runtime ran out of parsers' due to Velocity Configurations

お困りですか?

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

コミュニティに質問

症状

Under high load, the following appears in the atlassian-jira.log:

2011-07-29 10:18:22,314 http-8080-10 ERROR anonymous 618x837773x5 a8n1rp 10.1.38.10 /secure/IssueNavigator.jspa[velocity] Runtime : ran out of parsers. Creating new. Please increment the parser.pool.size property. The current value is too small.

原因

This is due to the velocimacro.library.autoreload property being set to true, and and the class.resource.loader.cache being disabled.

ソリューション

In <JIRA-install>/atlassian-jira/WEB-INF/classes/velocity.properties:

  1. Set the velocity velocimacro.library.autoreload property to false
  2. Enable the class.resource.loader.cache

Last modified on Mar 30, 2016

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

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