ClassNotFoundException | Configuring custom error page

Issue

You set up a custom error page in your instance, and have a configuration file that looks like the following:

<error status="404" script="/apps/all/templates/errorhandler/404.ecma" type="ecma" />

or

<error status="404" script="/apps/all/templates/errorhandler/404.jsp" type="jsp" />

You receive an error similar to the following:

25.02.2008 12:23:03 *ERROR* exec: processSource: java.lang.ClassNotFoundException: apps.all.templates.errorhandler.404

Solution

Change your script filename so that it starts with a character instead of a number. For example:

<error status="404" script="/apps/all/templates/errorhandler/status404.ecma" type="ecma" />

Additional information

This issue occurs when the script name starts with a number.

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online