This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- SpeedFolder Fails Silently at Runtime
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 16, 2012
11:36 AM
SpeedFolder Fails Silently at Runtime
My installer has speedfolder which failed with a "java.util.zip.ZipException: unexpected EOF" exception at runtime. That's bad enough, but even worse is that the installer continued as if nothing happened.
How can I make the installer catch these kinds of errors?
Here's an excerpt from the IA log:
--------------------------------------------------------------------------------
Install Action: InstallAnywhere Variables
Status: SUCCESSFUL
Check Disk Space: /root/BASELINE_SERVER
Status: SUCCESSFUL
Additional Notes: NOTE - Required Disk Space: 105,926,669; Free Disk Space: 2,672,111,616
Install Directory: /opt/app/log/
Install Directory: /opt/app/log/
Status: SUCCESSFUL
Additional Notes: NOTE - Directory already existed
Install Directory: /opt/app/log/IA/
Status: SUCCESSFUL
Additional Notes: NOTE - Directory already existed
Install Directory: /opt/app/postgres/install/
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/install_pg_schema/mm/table/usertbl.sql
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/install_pg_schema/mm/table/sync.sql
Status: ERROR
Additional Notes: ERROR - ZeroGs1: unexpected EOF
Install Speedfolder:
Status: FATAL ERROR
Additional Notes: FATAL ERROR - Error Installing Folder Contents: java.util.zip.ZipException: unexpected EOF
Install File: /opt/app/postgres/install/install_pg_database.bash
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/installAnywhereVars
Status: SUCCESSFUL
Install Directory: /root/BASELINE_SERVER/
Status: SUCCESSFUL
Delete File: Source:DBLinux.sucess
Status: SUCCESSFUL
Additional Notes: NOTE - Source file DBLinux.sucess does not exist.
Modify Text File - Single File: installAnywhereVars
Status: SUCCESSFUL
Execute Target File: install_pg_database.bash
Status: SUCCESSFUL
Modify Text File - Single File: New File /opt/app/log/DBLinux.err
Status: SUCCESSFUL
:
How can I make the installer catch these kinds of errors?
Here's an excerpt from the IA log:
--------------------------------------------------------------------------------
Install Action: InstallAnywhere Variables
Status: SUCCESSFUL
Check Disk Space: /root/BASELINE_SERVER
Status: SUCCESSFUL
Additional Notes: NOTE - Required Disk Space: 105,926,669; Free Disk Space: 2,672,111,616
Install Directory: /opt/app/log/
Install Directory: /opt/app/log/
Status: SUCCESSFUL
Additional Notes: NOTE - Directory already existed
Install Directory: /opt/app/log/IA/
Status: SUCCESSFUL
Additional Notes: NOTE - Directory already existed
Install Directory: /opt/app/postgres/install/
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/install_pg_schema/mm/table/usertbl.sql
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/install_pg_schema/mm/table/sync.sql
Status: ERROR
Additional Notes: ERROR - ZeroGs1: unexpected EOF
Install Speedfolder:
Status: FATAL ERROR
Additional Notes: FATAL ERROR - Error Installing Folder Contents: java.util.zip.ZipException: unexpected EOF
Install File: /opt/app/postgres/install/install_pg_database.bash
Status: SUCCESSFUL
Install File: /opt/app/postgres/install/installAnywhereVars
Status: SUCCESSFUL
Install Directory: /root/BASELINE_SERVER/
Status: SUCCESSFUL
Delete File: Source:DBLinux.sucess
Status: SUCCESSFUL
Additional Notes: NOTE - Source file DBLinux.sucess does not exist.
Modify Text File - Single File: installAnywhereVars
Status: SUCCESSFUL
Execute Target File: install_pg_database.bash
Status: SUCCESSFUL
Modify Text File - Single File: New File /opt/app/log/DBLinux.err
Status: SUCCESSFUL
:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 28, 2012
02:06 AM
On what platform does this happen?