Now I'm seeing the master and slave go autistic. Using port 5050, I was able to get the webUI up exactly once and then everything looks like it dies. The log on the master shows a bunch of "slave already registered, resending ack" messages, followed by the slave disconnecting and reconnecting on the same port. Finally, the INFO log ends with an "adding slave" message and then just stops.
As far as I can tell, the master is still running. But I can't connect to it again through the webUI. Looking at the slave log, the slave detected the master and then shows periodic reporting of its current disk usage and "allowed age" -- there's no indication of any disconnect in the slave log. But I can't connect to the webUI on the slave. Thanks, Jim -----Original Message----- From: Benjamin Mahler [mailto:[email protected]] Sent: Friday, November 02, 2012 10:29 AM To: [email protected] Subject: Re: WebUI problems We've recently killed the old webui: https://reviews.apache.org/r/7708/ In the process, the --webui_port flag was removed as it was no longer applicable. I was under the assumption our flag system would not allow extraneous flags to be provided, but perhaps that not the case. The new webui runs on 5050 as Erich indicated. Please report any issues you find! On Fri, Nov 2, 2012 at 10:21 AM, Erich Nachbar <[email protected]> wrote: > Had the same problem. Try using port 5050 instead of the old 8080. The > webui_port option was ignored when I tried it. > > > On Fri, Nov 2, 2012 at 10:17 AM, Jim Donahue <[email protected]> wrote: > > > Yesterday I built a new AMI using the latest Mesos and now I can't > connect > > to the web UI (which used to work). Logging into the instances (a master > > and a slave), all looks well -- the master sees the slave and the slave > > sees the master. Both master and slave were started with the option > > > > --webui_port=5051 > > > > But no luck connecting to them with a browser. Has something changed > > recently that I missed? I noticed that I did have to change the build > > recipe for my AMI to install some new libraries, but I didn't see any > > errors in the build and the tests all ran, except for the cgroup ones. > > > > The other thing I noticed is that the logs on both master and slave have > > names of the form: > > > > ...invalid-user.log.INFO.... > > > > Is this something I should worry about? > > > > Thanks, > > > > Jim Donahue > > Adobe Systems > > > > > > -- > Erich Nachbar > CTO | Quantifind <http://quantifind.com/>| 650-430-5500 >
