wM installation on AIX

Please find that I am getting the follwing error, when I try to install webM on AIX 4.3, with Java 1.3
$ java -jar webMethodsInstaller601.jar
java.lang.Error: Internal error!
at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.terminal(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.closure(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.branch(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.expr(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.compile(RECompiler.java:1281)
at org.apache.regexp.RE.(RE.java:495)
at org.apache.regexp.RE.(RE.java:480)
at com.wm.distman.install.InstallerProductProps.populateInstallerProductProps(InstallerProductProps.java:290)
at com.wm.distman.install.InstallerProductProps.addInstallerProductProps(InstallerProductProps.java:242)
at com.wm.distman.install.InstallerProductProps.addRemoteInstallerProductProps(InstallerProductProps.java:260)
at com.wm.distman.install.InstallerProductProps.populateRemoteInstallerProductProps(InstallerProductProps.java:151)
at com.wm.distman.install.InstallerProductProps.initInstallerProductProps(InstallerProductProps.java:96)
at com.wm.distman.install.DLInitFilesProgressPanel.readRemoteInstallProps(DLInitFilesProgressPanel.java:251)
at com.wm.distman.install.DLInitFilesProgressPanel.installExecute(DLInitFilesProgressPanel.java:783)
at com.wm.distman.install.PanelThread.run(PanelThread.java:75)
java.lang.Error: Internal error!
at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.terminal(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.closure(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.branch(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.expr(RECompiler.java(Compiled Code))
at org.apache.regexp.RECompiler.compile(RECompiler.java:1281)
at org.apache.regexp.RE.(RE.java:495)
at org.apache.regexp.RE.(RE.java:480)
at com.wm.distman.install.InstallerProductProps.populateInstallerProductProps(InstallerProductProps.java:290)
at com.wm.distman.install.InstallerProductProps.addInstallerProductProps(InstallerProductProps.java:242)
at com.wm.distman.install.InstallerProductProps.addRemoteInstallerProductProps(InstallerProductProps.java:260)
at com.wm.distman.install.InstallerProductProps.populateRemoteInstallerProductProps(InstallerProductProps.java:151)
at com.wm.distman.install.InstallerProductProps.initInstallerProductProps(InstallerProductProps.java:96)
at com.wm.distman.install.DLInitFilesProgressPanel.readRemoteInstallProps(DLInitFilesProgressPanel.java:251)
at com.wm.distman.install.DLInitFilesProgressPanel.installExecute(DLInitFilesProgressPanel.java:783)
at com.wm.distman.install.PanelThread.run(PanelThread.java:75)

Regards,
Abhishek

Hi Abhishek,

We got the similar problem while the installation of the wM 6.0. This can be resolved by adding the following,

export JAVA_COMPILER=none

in the .profile file of the wM user that runs the installer, so that its abailable whenever the webM user runs the installer.

This problem occurs due to the Installer requirement of compiler being turned off.

I hope this should resolve your problem.

Thanks,
Navin