ot4i / iib-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failing in running adminisrative commands and UI

RAMESHBABU18 opened this issue · comments

Hello,
While trying to execute administrative commands ,unable to view the status of Nodes.
Unable to connect through the browser too.

Hi - can you provide some more info here - what commands are you running - what errors are you seeing?

i build the Image using the docker file provided,and ran the following commands
docker run --name myNode -e LICENSE=accept -e NODENAME=MYNODE -P iibv10image
docker port

What errors are you seeing? The first command above should start the images - you are not running -d so your shell will show you the output from trying to run the image. Not sure what you are trying to achieve with a "docker port" command - are you trying to see what ports are assigned to your started image? In that case you should run "docker port myNode"

Scenario i want to acheive:
1.To build an image using docker file.
2.Run the container using the image
3.view the port number
4.To View the Integration Bus web user interface.

But after building the image,i am unable to view the image name.
docker_error

So please guide me further ..,

Done with 3 steps mentioned above..,verified the node status ,it is running.
But unable to view the web user interface

That syslog error is misleading and almost certainly not the issue here. It looks from the screengrabs that you are running docker on windows - to reach the web ui you will need to find the ip of your docker machine and navigate to "docker-machine ip:port that 4414 has been mapped to" - this would be in the output of the docker ports command or a docker inspect of the running container

Closing due to inactivity