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.


#TechXchangePresenter
 View Only
  • 1.  TN Startup Error

    Posted Mon May 19, 2008 01:47 AM

    Hi, I am trying to configure the Tn DB Pool and getting the following error

    java.sql.SQLException: [wm-cjdbc34-0042][Oracle JDBC Driver]Error establishing socket to host and port: localhost:1521. Reason: Address already in use: connect


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: TN Startup Error

    Posted Wed March 31, 2010 02:03 PM

    It can happen because of a few reasons.e.g Your port 1521 is not in use by oracle but by some other entity. For this do a nslookup to see if you can resolve this port conflict also use the host name/ip address instead of localhost.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 3.  RE: TN Startup Error

    Posted Wed May 05, 2010 10:16 AM

    You may also want to check if you could telnet, try “telnet localhost 1521”.

    Later check if its due to firewall, if its in a development environment, you may try it by turning off the firewall, but before that please check if you could see any traces in the firewall log.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: TN Startup Error

    Posted Tue July 12, 2011 10:42 AM

    Hi,

    Confirm that you have the DB running on your machine (localhost) and it is listening for connections on port 1521.This problem mostly happens when some other service using 1521 port. use netstat command to check that.

    Thanks
    Saurabh Pratap


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods