normalized length of attribute value literal must not exceed LITLEN (%1); length was %2

Cause:

This error almost always means that you've forgotten a closing quote on an attribute value. For instance, in:

Example:

textexample textexample

Bad:
textexample
textexample
Good:
textexample textexample

Solution:

textexample textexample

References: