There is no Action mapped for namespace /cru

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

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]
...

Cause

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

Resolution

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
Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.