Re: Can't connect on port 8080 to client UI

2013-09-08 Thread Novan
Venkata SwamyBabu Budumuru writes: > > Make sure 8080 is opened in iptables. > > Sent from Samsung tablet > > Soheil Eizadi wrote: > Are you using URL http://:8080/client > > -Soheil > > On Aug 3, 2013, at 3:08 PM, "KENT ORTELL JOHNSON" wrote: > > > I am having trouble accessing the cloud

Re: Can't connect on port 8080 to client UI

2013-08-03 Thread Venkata SwamyBabu Budumuru
Make sure 8080 is opened in iptables. Sent from Samsung tablet Soheil Eizadi wrote: Are you using URL http://:8080/client -Soheil On Aug 3, 2013, at 3:08 PM, "KENT ORTELL JOHNSON" wrote: > I am having trouble accessing the cloudstack UI. I have done a fresh install > on CentOS 6.0 minima

Re: Can't connect on port 8080 to client UI

2013-08-03 Thread Soheil Eizadi
Are you using URL http://:8080/client -Soheil On Aug 3, 2013, at 3:08 PM, "KENT ORTELL JOHNSON" wrote: > I am having trouble accessing the cloudstack UI. I have done a fresh install > on CentOS 6.0 minimal with the latest cloudstack. > > The entire installation works as noted in the installat

Re: Can't connect on port 8080 to client UI

2013-08-03 Thread Kirk Kosinski
Hi, Kent. Is CloudStack running and listening on 8080/tcp? Look for a java process: ps auxw|grep java And check the port: netstat -plnt|grep 8080 Best regards, Kirk On 08/03/2013 03:07 PM, KENT ORTELL JOHNSON wrote: > I am having trouble accessing the cloudstack UI. I have done a fresh insta