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.  "Broker not started" error during installation

    Posted 11/21/08 12:49 AM

    I got a “Broker not started” configuration error when I try to install Broker 7.1.2 on RHEL4 using Installer 7.1.

    According to WmInstallLog.txt (debug level 10):


    PT> Work units left: 5
    InstallationUtils.createServer installation=Installation {
    installDir=/opt/webMethods712
    versionInfo.displayName=webMethods Broker Version 7.1.2.0.78
    versionInfo.version=7.1.2.0.78
    versionInfo.build=091208
    }
    Exec {/opt/webMethods712/Broker/bin/server_config “create” “/var/opt/webMethods/awbrokers71/default” “-k” (License Key Removed) “-p” “6849” “-session_config” “qs” “-qs_log_file” “/var/opt/webMethods/awbrokers71/default/BrokerConfig.qs.log” "64m " “-qs_storage_file” “/var/opt/webMethods/awbrokers71/default/BrokerConfig.qs.stor” "4096m " "16m " “-session_data” “qs” “-qs_log_file” “/var/opt/webMethods/awbrokers71/default/BrokerData.qs.log” "64m " “-qs_storage_file” “/var/opt/webMethods/awbrokers71/default/BrokerData.qs.stor” "4096m " "64m " “-nousage”}Using Monitor configuration from “/opt/webMethods712/Broker/bin/awbrokermon.cfg”.
    Creating new Broker Server:
    Datadir: /var/opt/webMethods/awbrokers71/default
    Executable: /opt/webMethods712/Broker/bin/awbroker
    Port: 6849
    License-key: (Removed)
    Description: “”
    Adding QS files (this may take a few moments):
    Added QS log file “/var/opt/webMethods/awbrokers71/default/BrokerConfig.qs.log”
    size 65536 Kb successfully.
    Added QS storage file “/var/opt/webMethods/awbrokers71/default/BrokerConfig.qs.stor”
    size 4194304 Kb (16384 kb reserved) successfully.
    Adding QS files (this may take a few moments):
    Added QS log file “/var/opt/webMethods/awbrokers71/default/BrokerData.qs.log”
    size 65536 Kb successfully.
    Added QS storage file “/var/opt/webMethods/awbrokers71/default/BrokerData.qs.stor”
    size 4194304 Kb (65536 kb reserved) successfully.
    Result 0
    [BRC.200.1160] Warning: Cannot make a connection to the local Broker Server Monitor:
    Broker Not Running (101-1020): The host ‘localhost’ was found, but no Broker Server is running on port 6850 on that host.

    [BRC.200.1098] Warning: Could not signal Broker Server Monitor to reread configuration.
    Successfully created Broker Server in “/var/opt/webMethods/awbrokers71/default”.
    PT> Set progress bar to: 50.99999999999998
    PT> Work units left: 4
    InstallationUtils.controlMonitor start=true installation=Installation {
    installDir=/opt/webMethods712
    versionInfo.displayName=webMethods Broker Version 7.1.2.0.78
    versionInfo.version=7.1.2.0.78
    versionInfo.build=091208
    }
    Exec {/opt/webMethods712/Broker/S45broker71 “start”} Result 0
    /opt/webMethods712/Broker/S45broker71: line 71: ulimit: open files: cannot modify limit: Operation not permitted
    DMU> isWindows: not windows at all
    DMU> isWindows: not windows at all:Linux
    DMU> isWindows: not windows at all:Linux
    PT> Set progress bar to: 53.85714285714283
    PT> Work units left: 3


    Any assistance would be greatly appreciated!

    Jackson


    #Universal-Messaging-Broker
    #webMethods
    #broker
    #Integration-Server-and-ESB


  • 2.  RE: "Broker not started" error during installation

    Posted 12/11/08 06:18 AM

    I had a same problem… are you using root user for installation??

    Best workaround would be to start the broker server manually after the installation and then using MWS, create a new default broker on it.

    PLS remember, incase u are not using root user, then you might have to change a bit broker startup script.


    #Integration-Server-and-ESB
    #webMethods
    #broker
    #Universal-Messaging-Broker


  • 3.  RE: "Broker not started" error during installation

    Posted 12/11/08 10:50 AM

    Start the Broker Monitor using following command
    S45broker71 start
    If the above command gives error,edit the file S45broker71
    1)comment the lines (Depending on your env.)

    ULIMIT_CMD=“ulimit -H -n 8192”

    and

    ULIMIT_CMD=“ulimit -H -n 8192”.

    1. Also edit if [ ${USER_NAME} != ‘root’ ] to if [ ${USER_NAME} = ‘root’ ]

    Then start Broker server S45broker71 start


    #webMethods
    #broker
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker