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.

 View Only
  • 1.  Shutdown and Restart RPC server

    Posted Mon July 31, 2006 05:21 PM

    Running Java RPC Server under linux, this server connects to a JBoss application to run our business logic.

    We create a hourly job to connect to JBoss and the RPC server to check if they are running ok.

    Is there a argument to be given to com.softwareag.entirex.aci.RPCServer to deregister from broker without manual intervention(System Management Hub)? Any other ideas?

    Thank you all


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: Shutdown and Restart RPC server

    Posted Tue August 01, 2006 08:42 AM

    configure entirex.server.minserver=1, entirex.server.fixedservers=no with entirex.server.waitserver=nS

    When the waitserver timeout is reached, the server will deregister until there is only 1 (minserver) server running (set maxserver to number of concurrent processes you expect; this can be 1 also). Note that at least one server is always running.

    These parameters can be supplied from the command line or the properties file.


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 3.  RE: Shutdown and Restart RPC server

    Posted Wed August 02, 2006 12:44 AM

    This is what we have on our properties file
    entirex.server.waitserver=15S
    entirex.server.maxservers=32
    entirex.server.minservers=1
    entirex.server.fixedservers=no
    entirex.server.restartcycles=15

    But yet this server sometimes stop working properly, than I have to shut it down manually than restart. Am I setting something wrong or is there a way around?


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 4.  RE: Shutdown and Restart RPC server

    Posted Wed August 02, 2006 01:29 PM

    What happens exactly ?


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 5.  RE: Shutdown and Restart RPC server

    Posted Mon August 07, 2006 02:20 AM

    We suspect a remote ejb class was out dated, but error message was saying it could load the class, so… my bad… I was wondering if is there anyone using avaRPCServer with JMX? It could be great being able to run a test call or use a timer call…

    Thanks…:oops:


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 6.  RE: Shutdown and Restart RPC server

    Posted Mon August 07, 2006 11:23 AM

    You can set/change the properties

    entirex.server.verbose=yes
    entirex.trace=2

    to get more diagnostic information from the Java RPC Server.


    #EntireX
    #Mainframe-Integration
    #webMethods