You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First..thank you for building this, but I have an issue when connecting from host Mac to SOA in JDeveloper. The connection via 7201 to service bus works as expected, however, when I try and connect to the SOA server via 7201, the t3 connection in JDeveloper is unable to connect and thereby I am unable to connect to SOA server. Have you seen this as well. I get the following error. I have setup the connection to localhost with the port forward in the Vagrantfile. From the host machine, I am able to run and connect via a t3 wlst script so I know connectivity is correct. Any thoughts? Thanks.
Could not establish a connectionManager with -6923055942082243541S:10.0.2.15:[7201,-1,-1,-1,-1,-1,-1]:soadev_domain:AdminServer, t3://127.0.0.1:7201 java.rmi.ConnectException: Destination not reachable using: 'Default[t3]:t3(t3):null:-1:192.168.86.205:-1'; No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.; nested exception is:
java.rmi.ConnectException: Destination not reachable using: 'Default[t3]:t3(t3):null:-1:192.168.86.205:-1'; No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.
The text was updated successfully, but these errors were encountered:
I think the connection to SOA works in a different way than OSB. First it connects to Admin Server and tries to get the URL to connect to SOA Server (in this setup runs on AdminServer). The internal IP adress returned is than not reachable from the host system. Maybe you can add the IP-Adress of the VM to the host files of the guest to resolve this issue. I didn't run in this issue because I always use Apache Maven for deployment.
First..thank you for building this, but I have an issue when connecting from host Mac to SOA in JDeveloper. The connection via 7201 to service bus works as expected, however, when I try and connect to the SOA server via 7201, the t3 connection in JDeveloper is unable to connect and thereby I am unable to connect to SOA server. Have you seen this as well. I get the following error. I have setup the connection to localhost with the port forward in the Vagrantfile. From the host machine, I am able to run and connect via a t3 wlst script so I know connectivity is correct. Any thoughts? Thanks.
Could not establish a connectionManager with -6923055942082243541S:10.0.2.15:[7201,-1,-1,-1,-1,-1,-1]:soadev_domain:AdminServer, t3://127.0.0.1:7201 java.rmi.ConnectException: Destination not reachable using: 'Default[t3]:t3(t3):null:-1:192.168.86.205:-1'; No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.; nested exception is:
java.rmi.ConnectException: Destination not reachable using: 'Default[t3]:t3(t3):null:-1:192.168.86.205:-1'; No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.
The text was updated successfully, but these errors were encountered: