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
- :
- Getting error while building
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
‎Jan 18, 2011
08:40 AM
Getting error while building
I was using InstallAnywhere 2008 earlier, after I shifted to InstallAnywhere 2010 I'm getting the following error while buiding my application. I checked the permissions on the IAClasses.zip its perfectly fine.
java.lang.reflect.InvocationTargetException
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.zerog.ia.installer.actions.UninstallAllOrFeaturesAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.a(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a3(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGmi.run(DashoA10*..)
Caused by: java.io.FileNotFoundException: com/zerog/ia/installer/images/typicalIconUninstall.png (Permission denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(Unknown Source)
at com.zerog.common.java.io.FileUtil.getMD5OfFile(DashoA10*..)
at ZeroGc5.c(DashoA10*..)
at ZeroGc5.a(DashoA10*..)
at ZeroGc5.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.allOrFeaturesZipTo(DashoA10*..)
... 13 more
java.lang.reflect.InvocationTargetException
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.zerog.ia.installer.actions.UninstallAllOrFeaturesAction.zipTo(DashoA10*..)
at com.zerog.ia.installer.Installer.a(DashoA10*..)
at com.zerog.ia.installer.Installer.zipToResources(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGl6.a3(DashoA10*..)
at ZeroGl6.a(DashoA10*..)
at ZeroGmi.run(DashoA10*..)
Caused by: java.io.FileNotFoundException: com/zerog/ia/installer/images/typicalIconUninstall.png (Permission denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.
at com.zerog.common.java.io.FileUtil.getMD5OfFile(DashoA10*..)
at ZeroGc5.c(DashoA10*..)
at ZeroGc5.a(DashoA10*..)
at ZeroGc5.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.a(DashoA10*..)
at com.zerog.ia.designer.build.ZipToUtility.allOrFeaturesZipTo(DashoA10*..)
... 13 more
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2011
10:16 AM
Update from one IA version to another is not always smooth, sometimes you may want to pass through in an intermediate version (like 2009). It also depends if you had custom code or not.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2011
11:24 PM
To get round this I unpacked the IAClasses.zip under a tmp location, gave it execute permissions and copied the com directory under IA home. This worked and the build completed without errors. But I don't see this as an actual solution to this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 19, 2011
04:55 AM
Normally you wouldn't have to do this. I'm wondering if your project doesn't reference an older version of IAClasses.zip.