webMethods

webMethods

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
Expand all | Collapse all

IS connection issue after webmethods 9.9 installation

  • 1.  IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 04:26 AM

    I have Installed free trial version 9.9, but in designer it is not getting connected to IS localhost:5555
    I tried to connect in browser also but not getting connected
    I tried with my laptop IP and different ports like 5555,8093,9999 but still unable to connect .

    I tried to start IS by navigating to C:\SoftwareAG\profiles\IS_default\bin and running startup.sh but still not getting connect

    If anyone have idea about how to connect please help
    thanks in advance


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 08:03 AM

    Hi Swapnil,

    is there anything in C:\SoftwareAG\IntegrationServer\instances\default\logs\server.log?

    As you are on Windows (derived from path) you might want to try startup.bat instead of startup.sh.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 12:55 PM

    You can also start the IS server from your start>>all programs menu on Windows.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 01:05 PM

    Did you install the wM properly ? Share installation logs, server.log for seeing more details.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 03:26 PM

    Thanks For your valuable replies and time
    here I have attached installation and server logs PFA and please let me know where I am getting wrong
    installLog.txt (726 KB)
    serverLogs.txt (13 KB)


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 04:06 PM

    Hi Swapnil,

    according to the server.log your IntegrationServer has started succesfully and should be answering on Ports 5555 (Default) and 9999 (Diagnostic).

    Sounds strange to me.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue July 26, 2016 04:35 PM

    http://localhost:5555
    or
    http://localhost:5555/WmRoot
    or
    http://localhost:9999

    User: Administrator
    Pwd: manage

    Try with all the possible urls above and also changing localhost with your pc name.


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: IS connection issue after webmethods 9.9 installation

    Posted Wed July 27, 2016 04:18 AM

    Yes Mahesh I tried all those combination with localhost name ,my pc name and with IP address too ,even I tried with different ports combination also in different browsers but problem is still there :frowning:


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: IS connection issue after webmethods 9.9 installation

    Posted Wed July 27, 2016 09:15 AM

    Hi,

    Let us try some very basic connectivity:

    open a command window and enter the following:

    telnet -e c ip port

    Let´s see if you get a reply or not.

    Do you have a proxy configured in your PC?
    This might be blocking the request.
    In this case you will have to configure a proxy bypass exception for your local addresses.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: IS connection issue after webmethods 9.9 installation

    Posted Wed July 27, 2016 02:46 PM

    Check the above points and also try with netstat command to see the states. If still problem exists you may have to uninstall wM 9.9 and install wM 9.10 as free trial 9.9 will expire on 2016/07/31


    #Integration-Server-and-ESB
    #webMethods


  • 11.  RE: IS connection issue after webmethods 9.9 installation

    Posted Wed July 27, 2016 03:00 PM

    Hello Swapnil,

    Can you also attach screen shots after trying the above options, also share your browser screen shot.

    BR, Anil.


    #Integration-Server-and-ESB
    #webMethods


  • 12.  RE: IS connection issue after webmethods 9.9 installation

    Posted Mon August 01, 2016 01:37 AM


  • 13.  RE: IS connection issue after webmethods 9.9 installation

    Posted Mon August 01, 2016 07:04 AM

    @ Swapnil,

    Your command is incorrect! It is telnet -e c localhost 5555

    Can you share your OS details? Also did you try the steps suggested by me?


    #Integration-Server-and-ESB
    #webMethods


  • 14.  RE: IS connection issue after webmethods 9.9 installation

    Posted Mon August 01, 2016 07:12 AM

    Also in your LAN settings as in your screen shot, check “Automatically detect settings” and try to access the IS page on localhost 5555


    #Integration-Server-and-ESB
    #webMethods


  • 15.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue August 02, 2016 05:28 AM

    Hi Mahesh Thanks for help
    Yes I tried all the steps that you have mention > tried correct telnet command also but on 5555 I am unable to connect then i tried this command on 8093 telnet -e c localhost 8093 I am able to connect in cmd promt but still not getting connect in browser and in designer :cry:
    My OS : Windows 7 64 bit
    PFA of telnet command
    telneton 8093.PNG


    #Integration-Server-and-ESB
    #webMethods


  • 16.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue August 02, 2016 05:53 AM

    Hi,

    Your IS as per server.log started fine and port 5555 should be active and available. Telnet should result in some response.

    Please paste the URL and browser screenshot of what you are getting while you try any one of the below.

    http://localhost:5555 or http://yourPcname:5555, check if this give pop up for login credentials or not?

    There should be some issue while you are accessing the page, otherwise it can’t be.


    #Integration-Server-and-ESB
    #webMethods


  • 17.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue August 02, 2016 12:28 PM

    Hi,

    when telnet on Command Window only shows blank screen, connection was successful.

    Otherwise there is an error message displayed.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 18.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue August 02, 2016 01:56 PM

    @Swapnil,

    There is nothing much we can do about it. Have someone or senior resource look into your problem directly else you may try installing the same on another system or a different OS.

    Good luck… :slight_smile:


    #Integration-Server-and-ESB
    #webMethods


  • 19.  RE: IS connection issue after webmethods 9.9 installation

    Posted Tue August 02, 2016 04:34 PM

    I echo the same with Mahesh and it’s better troubleshoot within the network layer and check with your subordinates any thing successfully installed with in the corporate!

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 20.  RE: IS connection issue after webmethods 9.9 installation

    Posted Wed August 03, 2016 03:54 AM

    Thanks all for help let me reinstall it again…


    #webMethods
    #Integration-Server-and-ESB