IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  wM installation on AIX

    Posted 07/04/03 07:07 AM

    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


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: wM installation on AIX

    Posted 07/08/03 11:59 AM

    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


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods