Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.io.EOFException: Unexpected end of ZLIB input stream

249698Aug 21 2007 — edited Aug 25 2007
Hi,

While installing OWB 10.2.0.1 on AIX I get this error:

java.io.EOFException: Unexpected end of ZLIB input stream

when I click 'retry' installation continues until allmost the end (99%), reached there 'retry' does not helop anymore, UI obviously try endlessly to install .../lib/libvsn10?ee.a.dbl

This I can only overcome with 'continue' which finaly leads to message: '...successful installed'.

checking the install/logs and Error/log shows this:

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java(Compiled Code))
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java(Compiled Code))
at java.util.zip.ZipInputStream.read(ZipInputStream.java(Compiled Code))
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java(Compiled Code))
at copyActionHelper.copyDefaultFiles(copyActionHelper.java(Compiled Code))
at copyActionHelper.copyGroupFromJar(copyActionHelper.java:173)
at copyActionHelperux.installCopyGroupAction(copyActionHelperux.java:156)
at sscopyGroupFromJarux.installAction(sscopyGroupFromJarux.java:89)
at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java(Compiled Code))
at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java(Compiled Code))
at oracle.sysman.oii.oiis.OiisCompActions.copyGroupActionInner(OiisCompActions.java(Compiled Code))
at oracle.sysman.oii.oiis.OiisCompActions.copyGroupAction(OiisCompActions.java(Compiled Code))
at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:862)
at Components.oracle.rdbms.rsf.v10_2_0_1_0.CompActions.doAction(Unknown Source)
at Components.oracle.rdbms.rsf.v10_2_0_1_0.CompInstallPhase1.doActionP1copyGroup12(Unknown Source)
at Components.oracle.rdbms.rsf.v10_2_0_1_0.CompInstallPhase1.stateChangeActions(Unknown Source)
at Components.oracle.rdbms.rsf.v10_2_0_1_0.CompActions.stateChangeActions(Unknown Source)
at .......

From install logfile I get (don't know if that's a real error ?):

INFO: Conflict while setting install type of "JDBC Common Files 10.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)".
INFO: Conflict while setting install type of "Oracle JDBC/OCI Instant Client 10.2.0.1.0 " to "Custom (Custom)". Install type already set to "Minimal (Minimal)". Seting it to "Custom (Custom)".

thanks for any tip, Lao De
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2007
Added on Aug 21 2007
1 comment
1,275 views