Forum Discussion

MarinaKaz's avatar
MarinaKaz
Occasional Contributor
14 years ago

Exception while installation - Push back buffer is full

I've downloaded the loadUI-1_5_0.exe
I try to install it on WinXP SP3 and get the error: "C:\Program Files\eviware\loadUI-1.5.0\bundle\guava-osgi-9.0.0.jar Could not create this file. Shall I try again"
I answered "No" (and "Yes" doesn't help, I checked).
And after that I've got the final error: "An error occured: java.io.IOException: Push back buffer is full. Error log... <path_to_log>"
I didn't find how to attach this log, here is its beginning:
java.io.IOException: Push back buffer is full
at java.io.PushbackInputStream.unread(Unknown Source)
at java.util.zip.ZipInputStream.readEnd(Unknown Source)
at java.util.zip.ZipInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.closeEntry(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentInstaller.installContent(Unknown Source)
at com.install4j.runtime.installer.helper.content.ContentInstaller.doStandardInstallation(Unknown Source)
at com.install4j.runtime.beans.actions.InstallFilesAction.install(Unknown Source)
at com.install4j.runtime.installer.InstallerContextImpl.performActionInt(Unknown Source)
at com.install4j.runtime.installer.ContextImpl.performAction(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.executeActions(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.handleCommand(Unknown Source)
at com.install4j.runtime.installer.controller.Controller.start(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)