Hi David,
Just to let you know, this site is reaching its end of life and we have a new Perforce Communities site where questions should be posed:
- https://community.delphix.com/communities/communityhome?CommunityKey=a02d5051-6faf-43a2-b581-a5dbefbbfafc
With regards to port 8415, this is one of the general inbound ports to the Delphix Engine:
- https://help.delphix.com/cd/current/content/network_and_connectivity_requirements_for_unix_environments.htm?Highlight=8415
You should be able to test access to that port from your host in a number of ways:
1) You can use /dev/tcp like this:
cat < /dev/tcp/10.2.0.4/8415
2) You can use the netcat command:
nc -vv 10.2.0.4 8415
Thanks,
Neal
------------------------------
Neal Stack
Senior Principal Technical Support Engineer
Delphix
------------------------------
Original Message:
Sent: 06-04-2025 05:10:03 AM
From: David Boyano
Subject: error creating Linux machine Environments
When trying to create an Environment on a Linux machine, I am getting the following error, when I have the port open on the Azure machine and the firewall.
Remote host "40.68.96.221" timed out while attempting to connect to the Delphix Engine (addresses "10.2.0.4").
exception.host.client.login.timeout
Make sure the remote host has sufficient network connectivity. TCP port 8415 must be open for DSP and the remote host must be able to initiate connections with the Delphix Engine.
2025-06-04T10:06:41.069Z main ERROR Unable to locate appender "appender.opensource" for logger config "org.springframework" com.delphix.session.service.LoginTimeoutException: login timed out after 60 seconds at com.delphix.appliance.common.util.AbstractFuture.get(AbstractFuture.java:271) at com.delphix.appliance.common.util.AbstractFuture.await(AbstractFuture.java:332) at com.delphix.session.util.AbstractConnector.connect(AbstractConnector.java:336) at com.delphix.host.dsp.core.SimpleClientApplication.init(SimpleClientApplication.java:57) at com.delphix.host.dsp.core.ClientMain.main(ClientMain.java:128) Caused by: com.delphix.exception.UnwrappedExecutionException: (originally: com.delphix.session.service.LoginTimeoutException) at com.delphix.session.core.impl.client.ClientSession$1.run(ClientSession.java:247) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) ###DELPHIX_CLIENT_LOGIN_TIMEOUT###
------------------------------
David Boyano
TDM consultant
CAPGEMINI ESPAÑA S.L.
------------------------------