It’s not a UnknownHostException, but a connection refused
, 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