- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎May 16, 2013
03:06 AM
IA 2012SP1 hangs on build
Hi,
Just upgraded from 2011SP2 to 2012SP1,
converted 4 merge modules projects and built them successfully, but when I'm trying to build the parent project, it hangs on the build with "Cleaning up..." and the details shows:
Preparing to build......
InstallAnywhere temporary directory is located at:: D:\myProject\My Server\.buildinstaller1.tmp
Creating build directories...
Checking free disk space...
Saving project...
Updating project pieces...
Generating script...
Processing external properties...
Saving external properties...
Cleaning up...
Build failure: null (java.lang.NullPointerException)
Could anyone advice? I tried to delete all output files manually but it still hangs on that point.
Just upgraded from 2011SP2 to 2012SP1,
converted 4 merge modules projects and built them successfully, but when I'm trying to build the parent project, it hangs on the build with "Cleaning up..." and the details shows:
Preparing to build......
InstallAnywhere temporary directory is located at:: D:\myProject\My Server\.buildinstaller1.tmp
Creating build directories...
Checking free disk space...
Saving project...
Updating project pieces...
Generating script...
Processing external properties...
Saving external properties...
Cleaning up...
Build failure: null (java.lang.NullPointerException)
Could anyone advice? I tried to delete all output files manually but it still hangs on that point.
3 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 21, 2013
06:56 AM
i am also facing the same problem. i m breaking my head for last couple of days. Pls someone help me to sort this out
Thanks,
Murali
Thanks,
Murali
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 23, 2013
04:36 AM
What do the BuildLog says here. Can you post the output of that here
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎Oct 24, 2013
04:14 AM
Thanks anilsharma! i solved myself.
Increase the heap size in InstallAnywhere.lax file: For eg.
lax.nl.java.option.java.heap.size.initial=268435456
lax.nl.java.option.java.heap.size.max=536870912
and it builds successfully.
Increase the heap size in InstallAnywhere.lax file: For eg.
lax.nl.java.option.java.heap.size.initial=268435456
lax.nl.java.option.java.heap.size.max=536870912
and it builds successfully.
