Getting "Unprocessed Continuation Reference" Errors in the Logs

お困りですか?

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

コミュニティに質問

症状

After integrating Fisheye with LDAP, you get the below errors in the log.


javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name 'dc=pkamal,dc=test'

原因

By default referrals are ignored thus throwing the above exception. If you wish to "follow" the referrals that LDAP returns, you need to set the system property defined in the solution.

For more details please read Referrals in the JNDI.

ソリューション

Add to your FISHEYE_OPTS, the value -Djava.naming.referral=follow, i.e. it should look something like:


FISHEYE_OPTS=-Xmx1024 -Djava.naming.referral=follow

After having set the FISHEYE_OPTS and restarting your server, go to Administration > Sys Info/Support > System Info, and check your JVM Input Arguments to ensure that your server is picking up your FISHEYE_OPTS as expected.

次のステップ

If you'd like help from Atlassian Support, open a support ticket.

最終更新日 2012 年 11 月 21 日

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

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