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