Your manifest is not well-formed.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MalformedManifestException")) return null; MalformedManifestException e = (MalformedManifestException)super.unmarshall(node); return e; }