In case you land here and try everything, and still not get rid of the problem, see if there are any random tabs instead of 4 spaces for indentation in the MANIFEST file.
I used the maven pom.xml file to automatically create MANIFEST, and the property string was too large, spanning several lines as follows:
<Extension-List> item1 item2 item3 item4 item5 item6 item7 item8 <--- these lines are idented with tabs item9 item10 item11 item12 </Extension-List>
this greatly distorted the MANIFEST file.
source share