cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
prabhu
Level 3

InstallAnywhere aix issue exec(): 0509-036

I am using InstallAnywhere 2008 to create installer in AIX platform. It is giving error while launching the Installer I am getting error like,
Launching installer...



exec(): 0509-036 Cannot load program /tmp/install.dir.27928/AIX/resource/jre/bin/java because of the following errors:

0509-130 Symbol resolution failed for java because:

0509-136 Symbol opendir64 (number 49) is not exported from

dependent module /usr/lib/libc.a(shr.o).

509-136 Symbol closedir64 (number 50) is not exported from


In my test machine java version is
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0)
Classic VM (build 1.4.0, J2RE 1.4.0 IBM AIX 5L for PowerPC (64 bit JVM) build ca
ix641401-20021126 (JIT enabled: jitc))

In by build machine Java version is
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM AIX build ca131-20041210 (JIT enabled: j
itc))

can anybody help me to resolve this issue?
Labels (1)
0 Kudos
(8) Replies
pv7721
Level 20

Looks like a 32/64 bit Java bit mix issue to me. Most likely you don't bundle any VM, and your project is set to run only against a 32 bit JVM whereas the test machine seems to be a 64 bit machine which lacks such a JVM.
0 Kudos
prabhu
Level 3

Thanks a lot pv7721

Can I bundle 64 bit VM through my build machine. Can you please tell me how to build 64 bit VM in my installer build
0 Kudos
pv7721
Level 20

0 Kudos
prabhu
Level 3

This link seems to be broken. Kindly help me . thanks for your information.
0 Kudos
pv7721
Level 20

I just clicked on the link and it worked.
0 Kudos
prabhu
Level 3

I am able to open the link from different network. Thanks for information pv7721. For suppoting aix-64 bit JVM , which VM pack I need to use in this list. There is no specification about 64 bit in this link.
http://www.acresso.com/downloads/downloads_7150.htm
0 Kudos
pv7721
Level 20

I think you would need to download one from here: http://www.ibm.com/developerworks/java/jdk/aix/service.html and then create the custom pack accordingly.
0 Kudos
prabhu
Level 3

Thanks a lot vlad. it is working now finally.
0 Kudos