ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit

お困りですか?

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

コミュニティに質問

症状

The following error can be found on atlassian-bitbucket.log:

ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit

原因

This means your Bitbucket Server instance is opening more connections than defined on your SESSIONS_PER_USER on your Oracle database

ソリューション

Just as defined on Bitbucket Server config properties - DB Pool, the default value for db.pool.partition.count is 4 and db.pool.partition.connection.maximum is defined as 20 by default, the maximum number of connections to be established by Bitbucket Server will be 80 and the minimum will be 16 - as db.pool.partition.connection.minimum defaults to 4.

次のいずれかを行えます。

  • Adjust SESSIONS_PER_USER to accommodate your current db configuration.
  • Adjust your bitbucket.properties to accommodate your SESSIONS_PER_USER

 

最終更新日 2015 年 9 月 16 日

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

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