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.  Could not open session to host 'localhost:5555&

    Posted Wed April 11, 2007 11:11 PM

    Hi,

    I am getting the following error when tried to connect to the WM Developer for the first time. I tried Administrator/manage for username/password

    Could not open session to host ‘localhost:5555’.

    Then I ran server.bat and got the following error.

    C:\Program Files\webMethods6\IntegrationServer\bin>server.bat
    java.lang.NoClassDefFoundError: javax/crypto/f
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at com.entrust.toolkit.security.provider.X917Random1.(Unknown Sour
    ce)
    at com.entrust.toolkit.security.provider.X917Random.(Unknown Sourc
    e)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:262)
    at iaik.security.random.SecRandom.a(Unknown Source)
    at iaik.security.random.SecRandom.getDefault(Unknown Source)
    at com.wm.app.b2b.server.StateManager.init(StateManager.java:63)
    at com.wm.app.b2b.server.Server.run(Server.java:248)

    C:\Program Files\webMethods6\IntegrationServer\bin>

    Can someone please help.

    Regards,
    Vinoda.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Could not open session to host 'localhost:5555&

    Posted Thu April 12, 2007 07:59 AM

    Vinoda,

    There were some issues with IBM JVMs that showed this error a few years ago. You should check with technical services to see if there are updates available for your configuration.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Could not open session to host 'localhost:5555&

    Posted Fri June 08, 2007 08:27 AM

    Hi Vinoda,

    you need to have JVM installed in your machine and try running the server.bat file after deleting the LOCKFILE in the same directory.

    try running in the cmd promt

    server.bat port 5555 log -none debug -6.

    you may ignore port 5555 if the above command fails.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Could not open session to host 'localhost:5555&

    Posted Fri July 06, 2007 03:23 PM

    Quick fix from Advantage problem announcement:

    "To prevent the failure from occurring for Integration Server users we recommend moving to the Sun 1.4.2 JVM.

    For Windows, Sun and HP users, this version of the JVM ships with Integration Server and should already be installed in the webMethods directory. In order to configure the Integration Server to use the Sun JVM, follow these instructions

    1. Navigate to the <webmethods_install_dir>\IntegrationServer\bin directory and open the server.bat (windows) or server.sh (Unix) file in a text editor.
    2. Edit the JAVA_DIR parameter and point it to the JRE shipped with webMethods, located in <webmethods_install_dir>\jvm\win142, then save and close the file."

    </webmethods_install_dir></webmethods_install_dir>


    #webMethods
    #Integration-Server-and-ESB