There is no Action mapped for namespace /cru

お困りですか?

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

コミュニティに質問

問題

When performing a code review in Crucible, an error occurs and the following is logged:

2012-03-23 06:25:39,708 ERROR - Could not find action
There is no Action mapped for namespace /cru and action name edit-detailsundefined. Check if there is such an action name with such namespace defined in the xwork.xml 
 and also if such an action class exists. Check also the log to see if the action class is successfully loaded. - [unknown location]
...

原因

This happens when a proxy is in place and it hasn't been properly configured in Fisheye/Crucible.

ソリューション

There are three options when it comes to configuring proxy settings for Fisheye/Crucible:

  1. Configure Fisheye/Crucible according to the following page: Integrating with other web servers
  2. Shutdown Fisheye/Crucible Add the following to config.xml and restart Fisheye/Crucible:

    <http bind=":8060" proxy-host="YOUR_PROXY" proxy-port="443" proxy-scheme="https"/>
  3. Configure via the Fisheye/Crucible UI under Administration > Global Settings > Server, changing the following options:
    1. Proxy scheme: https
    2. Proxy host: <YOUR_PROXY>
    3. Proxy port: 443
最終更新日 2018 年 7 月 31 日

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

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