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.  Error while testing JDBC Pool

    Posted 07/20/10 10:59 PM

    Folks,

    I am getting the below error while testing JDBC pool for my T.N. I am sure you all will make me correct if i am dong smthing wrong.

    "Test of TN Failed
    [wm-cjdbc36-0007][Oracle JDBC Driver]Error establishing socket to host and port: w2mz8r5k02.apac.corp.eds.com:1521. Reason: Connection refused: connect "

    To give a idea. I have installed Oracle 10G & DB name is TN as well the SID is TN. I am using the WM 7.1

    Regards,


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


  • 2.  RE: Error while testing JDBC Pool

    Posted 07/20/10 11:14 PM

    Verify JDBC url used, from the error thrown is like IS sends a connection to host w2mz8r5k02.apac.corp.eds.com on port 1521, but gets a “connection refused” error back.

    Is that correct host? and port?

    Just to verify execute a “telnet w2mz8r5k02.apac.corp.eds.com 1521” from a console window and check if is connecting :smiley:


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


  • 3.  RE: Error while testing JDBC Pool

    Posted 07/21/10 06:48 PM

    Hello,

    I tried the telnet & belwo are the details.

    D:\Documents and Settings\mz8r5k>telnet w2mz8r5k02.apac.corp.eds.com 1521
    Connecting To w2mz8r5k02.apac.corp.eds.com…Could not open connection to the host, on port 1521: Connect failed.

    The host name “w2mz8r5k02.apac.corp.eds.com” is my local machine name. i have installed the Oracle10G on my local system only.


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


  • 4.  RE: Error while testing JDBC Pool

    Posted 07/21/10 07:29 PM

    Try also with ip address instead of dns name…

    HTH,
    RMg


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


  • 5.  RE: Error while testing JDBC Pool

    Posted 07/21/10 10:54 PM

    It’s not a UnknownHostException, but a connection refused :smiley: , but yes maybe IP address for that host is not the correct one.

    pradeepnirwan, from console window execute command “netstat -an” and check if you have a line of this kind:

    TCP 0.0.0.0:1521 0.0.0.0 LISTENING

    That will let you know if your OS is indeed having the socket opened. If you have this line check windows firewall and turn it off, retest.

    If you get a line of this kind:

    TCP 192.168.1.10:1521 0.0.0.0 LISTENING

    That would indicate socket binds to that IP.


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