Could you post your control file here?

Is it possible that your data was in delimited (not fixed) format and that your CallEventLog was declared as CHAR in the controlfile, without explixitely providing its length? In that case Oracle takes the default value of 256 (or is it 255?) and rejects anything that is larger than that.