When clicking on Edit Details from a review page, an error occurs (see below).
Introspecting into http calls made from browser to server, I noticed that a call to /json/cru/TB-1/edit-detailsundefined is made.
I guessed that the undefined suffix was invalid, removing it (/json/cru/TB-1/edit-details) leads to a http 302 redirect to /json/cru/TB-1/edit-details/my-repo-name which is valid.
Is there any misconfiguration I have to fix?
Thanks a lot!
Here is the error log:
The server is not responding.
Error
Not Found
Error 2
A com.opensymphony.xwork.config.ConfigurationException was encountered
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.
You are running release CR2.7.11 FE2.7.11 (20120227023831 2012-02-27), please report your release number when reporting bugs.
Got a suggestion or an issue?
Discuss it in our forums or visit our support website for other options.
Misconfiguration -_-
answer is here http://confluence.atlassian.com/pages/viewpage.action?pageId=280690989
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.