During Cluster Environment BPEL Deployment Receiving Error: java.net.SocketException: Can't assign requested address
(Doc ID 1064931.1)
Last updated on MARCH 27, 2020
Applies to:
Oracle(R) BPEL Process Manager 10g - Version 10.1.3.4 and laterInformation in this document applies to any platform.
Symptoms
On SOA 10.1.3.4 in an Active-Active Cluster topology you observe the below issue while trying to deploy a BPEL Process:
<2010-02-17 11:33:50,739> Initialized adaptors for platform 'ias_10g'
Feb 17, 2010 11:33:51 AM org.collaxa.thirdparty.jgroups.protocols.UDP createSockets
INFO: sockets will use interface 172.20.231.73
10/02/17 11:33:51 java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: Can't assign requested address
10/02/17 11:33:51 at org.collaxa.thirdparty.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
10/02/17 11:33:51 at org.collaxa.thirdparty.jgroups.stack.DownHandler.run(Protocol.java:117)
<2010-02-17 11:33:55,198> Shutting down all domains
<2010-02-17 11:33:55,199> Done shutting down all domains
Feb 17, 2010 11:33:51 AM org.collaxa.thirdparty.jgroups.protocols.UDP createSockets
INFO: sockets will use interface 172.20.231.73
10/02/17 11:33:51 java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: Can't assign requested address
10/02/17 11:33:51 at org.collaxa.thirdparty.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
10/02/17 11:33:51 at org.collaxa.thirdparty.jgroups.stack.DownHandler.run(Protocol.java:117)
<2010-02-17 11:33:55,198> Shutting down all domains
<2010-02-17 11:33:55,199> Done shutting down all domains
Changes
The $ORACLE_HOME/opmn/conf/opmn.xml file may be missing the following start up parameter:
-Djava.net.preferIPv4Stack=true
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |