Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection from Laptop #1

Open
matthewbaldwin opened this issue Jul 23, 2019 · 1 comment
Open

Connection from Laptop #1

matthewbaldwin opened this issue Jul 23, 2019 · 1 comment

Comments

@matthewbaldwin
Copy link

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.

@markuslohn
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants