Issue1015572

classification
Title: installation yields several sun.io.MalformedInputExceptions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, robert_dodier
Priority: low Keywords:

Created on 2004-08-24.21:19:08 by robert_dodier, last changed 2007-05-19.17:15:39 by cgroves.

Messages
msg925 (view) Author: Robert Dodier (robert_dodier) Date: 2004-08-24.21:19:08
Hello,

I just installed jython-21.class on a RH 9.3 system,
running IBMJava2-141. 

I executed the graphical installer and it got partway
through the installation (as indicated by the progress
bar) and then paused with a message "error while
copying ACKNOWLEDGMENTS to
/usr/local/jython/jython-2.1/ACKNOWLEDGMENTS:
sun.io.MalformedInputException". The installer gave me
the choice to ignore, so I did. Then the installer
continued for a bit and paused with another
MalformedInputException. I ignored that one too. There
were several such exceptions, and I ignored them all.
Eventually the installer terminated normally. 

Also I got a few checksum errors. I ignored those too.

As far as I can see, all files were successfully
installed except for the 10 or so that generated
exceptions. I'm guessing those files are missing from
the installation or something.

Jython rocks! Keep up the good work.

PS.
Here is a list of the files that caused
MalformedInputExceptions:

ACKNOWLEDGMENTS
LICENSE.txt
Demo/javaclasses/pygraph/Makefile
Demo/jreload/_xample/Version.class
Demo/jreload/example.jar
Lib/xml/parsers/xmlproc/errors.py
Lib/xml/parsers/xmlproc/xmlutils.py
org/apache/oro/text/regex/Makefile
org/python/compiler/Makefile
org/python/core/Makefile
org/python/modules/Makefile
org/python/parser/Makefile
org/python/parser/python.jjt
org/python/rmi/Makefile
org/python/util/Makefile

Here is a list of the files that caused checksum errors:

/usr/local/jython/jython-2.1/Lib/xml/parsers/xmlproc/errors.py
/usr/local/jython/jython-2.1/Lib/xml/parsers/xmlproc/xmlutils.py
/usr/local/jython/jython-2.1/org/python/parser/python.jjt
msg926 (view) Author: Charlie Groves (cgroves) Date: 2007-05-19.17:15:39
The 2.1 installer has been completely replaced.
History
Date User Action Args
2004-08-24 21:19:08robert_dodiercreate