Yes, I am using a virtual box with everything running on one node.

  config.vm.box = "playa_mesos-0.15.0_ubuntu-13.04"
  config.vm.box_url = "
http://downloads.mesosphere.io/vagrant/playa_mesos-0.15.0_ubuntu-13.04.box";

/var/log/mesos/mesos-master.INFO:I0209 20:44:05.270169  1036
master.cpp:284] Master started on 127.0.1.1:5050
/var/log/mesos/mesos-master.mesos.invalid-user.log.INFO.20140114-230440.1025:I0114
23:04:40.074041  1057 master.cpp:284] Master started on 127.0.1.1:5050

Let me take a step back and setup another environment and give it another
try.  Thanks!

/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/


On Sun, Feb 9, 2014 at 5:45 PM, Vinod Kone <[email protected]> wrote:

> Looks like a networking issue. Is the scheduler running on the same host as
> the master?
>
> I0209 21:38:40.747304 1065 master.cpp:844] Re-registering framework
> KafkaFramework at scheduler(1)@127.0.1.1:36929
>
> The above line tells me that master trying to send an ack for registration
> on 127.0.1.1 which is a private address.
>
> Also, what is the address the master is bound to? There should be a master
> log line "Master started on <ip address>".
>
>
>
> On Sun, Feb 9, 2014 at 1:45 PM, Joe Stein <[email protected]> wrote:
>
> > Hi, I am bumping up to an issue not sure what I am doing wrong with my
> > Framework.
> >
> > I have my Framwork driver starting and after the .run() it hangs on
> >
> > [error] I0209 21:38:36.741349  1875 sched.cpp:224] No credentials
> provided.
> > Attempting to register without authentication
> >
> > and in the mesos logs I see this
> >
> > ==> /var/log/mesos/mesos-slave.INFO <==
> > W0209 21:38:39.748651  1080 slave.cpp:1285] Ignoring updating pid for
> > framework KafkaFramework because it does not exist
> >
> > ==> /var/log/mesos/mesos-master.INFO <==
> > I0209 21:38:40.289823  1064 master.cpp:1766] Sending 1 offers to
> framework
> > KafkaFramework
> > I0209 21:38:40.747304  1065 master.cpp:844] Re-registering framework
> > KafkaFramework at scheduler(1)@127.0.1.1:36929
> > I0209 21:38:40.747475 1065 master.cpp:870] Framework KafkaFramework
> failed
> > over
> >
> > I don't see anything coming into the Scheduler functions either (logging
> > all entries into the implementation that is extending Scheduler)
> >
> > Mot sure what is going wrong or I should be doing differently?
> >
> > Any help is appreciated, thanks!
> >
> > /*******************************************
> >  Joe Stein
> >  Founder, Principal Consultant
> >  Big Data Open Source Security LLC
> >  http://www.stealth.ly
> >  Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
> > ********************************************/
> >
>

Reply via email to