cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wyokom
Level 2

Errors with plugin during build

Hello:

I have a piece of custom java code that I use to replace the SetInstallAnywhereVariable (Single variable) action when the value is localizable. It has worked fine in the past, but now I am trying to migrate the installer from IA8 to IA2008VP1 and I get errors when the build runs. I see these errors while the build is running:

ExternalPropertySaver.saveObjectsExternalProperties: VariablePropertyData.bidiOption()
returned an unsupported type for externalization: class java.lang.Integer

ExternalPropertySaver.printExternalizableScriptObjectInfo():
VariablePropertyData.getBidiOption() returned an unlocalizable value: Integer

I get the first one 20 times, then the second one 6 times, the first one 20 times again, and the second one 6 times again. Then after some other operations (which appear to be successful), the build ends with the following:

Build failure: Exception occurred while attempting to execute build plugin.
BuildInstaller querying for fatal errors.
Build failure.
Reason: Exception occurred while attempting to execute build plugin.
Suggestion/Details: devmgr.installer.Localizer
Build unsuccessful.
null
Closed.
Exception occurred while attempting to execute build plugin.
devmgr.installer.Localizer
EXITING: -1

Here are my imports for the Localizer.java code I'm working with.

import java.util.Properties;
import java.io.*;
import java.net.*;

import com.zerog.ia.api.pub.CustomCodeAction;
import com.zerog.ia.api.pub.InstallException;
import com.zerog.ia.api.pub.InstallerProxy;
import com.zerog.ia.api.pub.UninstallerProxy;
import com.zerog.ia.api.pub.IAProxy;

I've gone through the IA help and checked the changes between IA8 and IA2008, and I can't find where this might be coming from. Any advice on how to get this fixed would be greatly appreciated.

Thank you,

Waide R. Yokom
Labels (1)
0 Kudos
(3) Replies
Dharmisetty
Level 4

Hi,

I am facing same exception after updating IA from 7.x to 2009. Any help on this issue is more helpful. Thanks in advance.

Naresh.D.
0 Kudos
Dharmisetty
Level 4

Hi,

I am not able to solve the above, Can any body help on this issue please.
I need to deliver my product at end of the week. Any help is more precious.
:confused:
Thanks,
Naresh.D.
0 Kudos
pv7721
Level 20

In case you need urgent support, I urge you to contact directly the Acresso support (see the service-level disclaimer here: http://community.acresso.com/announcement.php?f=213)
0 Kudos