Unable to connect to load balancer IP from web admin portal #264
Unanswered
sujit-kamthe
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Greeting @sujit-kamthe
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I have 2 servers in which i have configured Timebase application & load balancer is configured in front of those 2 servers.
Application is accessible using that LB IP on port 8011
http://:8011
Then I configured Timebase Web admin on docker container using below command,
docker run --rm -d \
--name timebase-admin
--network timebase-network
-p 8099:8099 \
-e "JAVA_OPTS=-Dtimebase.url=dxtick://timebase-server:8011"
--ulimit nofile=65536:65536
epam/timebase-ws-server:1.0
Here in-place of "timebase-server" I gave IP address of Load balancer
Then container is started & also Timebase Web admin page is loading on port 8099
http://:8099
But at the time of login, I am getting below error,
Cannot open timebase [dxtick://:8011]
I have also attached error in the request.
Need help regarding , how Timebase web admin can able to connect to Timebase server which is behind load balancer?
Beta Was this translation helpful? Give feedback.
All reactions