CRCCK005E

Servlet {0} cannot be instantiated.

Explanation

The servlet requested, {1}, cannot be instantiated. It may be an abstract class or an interface. {0}

User response

Verify whether {0} can be instantiated (i.e., it is not abstract or an interface).
Feedback