cancel
Showing results for 
Search instead for 
Did you mean: 

Client swallowing error.

dukes
Champ in-the-making
Champ in-the-making
Greetings.


I have developed a custom action, but when i run it, sometimes an error is shown. This is the error:


Please correct the errors below then click Finish.
Failed to run Actions due to error: null



The action still does what it is supposed to do, but obviously i don't want the error to be displayed. There is no stack trace in stdout or alfresco.log.


Does anyone know how i can see where the error is coming from so that i can fix it?  

Thankyou for any assistance.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Yes you can see the stack trace, in log4j.properties you'll see the following line:

#log4j.logger.org.alfresco.web.ui.common.Utils=info

uncomment it and change the info to debug i.e.

log4j.logger.org.alfresco.web.ui.common.Utils=debug