vkubushyn
04-26-2010, 07:40 PM
Hello IA community,
We recently upgraded to IA2010 from 7.1. Everything went smooth, but we have run into an issue with temp space and the installer swallowing an error at the end of the installation.
On a Unix system, the installer extracted into /tmp successfully, and installed all the files into the specified installation directory.
During the post-install phase however, it failed and swallowed an error. During this phase we have the installer set up to run several ant targets conditionally based on variables obtained in the pre-install phase. The installer simply skipped these targets and reported success for them, which caused our last screen to display that the installer completed successfully. When looking at the debug file that we've redirected the output to, I see this error:
RepositoryManager: Trying fallback repository location...
XMLScriptWriter: No Installation Objects were skipped
Retrying Installables deferred in pass 0
Deferral retries done because:
There were no deferrals in the last pass.
RepositoryManager: repository successfully written to stable storage
RepositoryManager: repository successfully written to stable storage
Exception in thread "Thread-40" ZeroGeo: Not enough space
at ZeroGem.run(DashoA10*..)
FCBatch: Could not run script /tmp/cbe.8925ce591283c15dae6 : Exception in CertifiedBourneExec.doExec(): Died waiting for stdout/stderr pipes.
Command.run(): Not enough space
Installer: pass 1: deferred: com.zerog.ia.installer.actions.ExecFile -- Execute Target File: ant install-all
0
This caused the installer to skip over the targets. Is there an option on the Advanced Designer to ensure that this error causes the installer to fail? Right now, it is very puzzling to the end user as to why their stuff is not configured, as no error is reported.
Thanks a lot!
We recently upgraded to IA2010 from 7.1. Everything went smooth, but we have run into an issue with temp space and the installer swallowing an error at the end of the installation.
On a Unix system, the installer extracted into /tmp successfully, and installed all the files into the specified installation directory.
During the post-install phase however, it failed and swallowed an error. During this phase we have the installer set up to run several ant targets conditionally based on variables obtained in the pre-install phase. The installer simply skipped these targets and reported success for them, which caused our last screen to display that the installer completed successfully. When looking at the debug file that we've redirected the output to, I see this error:
RepositoryManager: Trying fallback repository location...
XMLScriptWriter: No Installation Objects were skipped
Retrying Installables deferred in pass 0
Deferral retries done because:
There were no deferrals in the last pass.
RepositoryManager: repository successfully written to stable storage
RepositoryManager: repository successfully written to stable storage
Exception in thread "Thread-40" ZeroGeo: Not enough space
at ZeroGem.run(DashoA10*..)
FCBatch: Could not run script /tmp/cbe.8925ce591283c15dae6 : Exception in CertifiedBourneExec.doExec(): Died waiting for stdout/stderr pipes.
Command.run(): Not enough space
Installer: pass 1: deferred: com.zerog.ia.installer.actions.ExecFile -- Execute Target File: ant install-all
0
This caused the installer to skip over the targets. Is there an option on the Advanced Designer to ensure that this error causes the installer to fail? Right now, it is very puzzling to the end user as to why their stuff is not configured, as no error is reported.
Thanks a lot!