Code Monkey home page Code Monkey logo

Comments (7)

franklinhu avatar franklinhu commented on July 21, 2024

Do the log messages say anything about finishing successfully? SBT should dump out where it sticks the zips.

Alternatively, you should be able to run any of the services locally with the scripts in the bin directory if you'd just like to try it out.

  • bin/collector
  • bin/query
  • bin/web

from zipkin.

PinkyJie avatar PinkyJie commented on July 21, 2024

I found an instruction file centos6-quickstart.txt in the 'doc' directory, with the help of this file I finally launched the project.

New Question!!! It seems that zipkin can not find the services. I open the localhost:8080 and see the zipkin UI, the Service droplist has no items. I open the localhost localhost:9900 and localhost:9901, I can see the hello text.

I think it is the problem of zookeeper, it can not find the servers, right? When I launch the bin/collector and bin/query, I find some WARNs and ERRORs.

WAR [20121231-15:19:57.754] zookeeper: server set empty!
INF [20121231-16:14:32.895] cassie: Mapping cluster...
FAT [20121231-16:14:32.903] cassie: error mapping ring
FAT [20121231-16:14:32.903] cassie: com.twitter.finagle.FailedFastException
FAT [20121231-16:14:32.903] cassie:     at com.twitter.finagle.NoStacktrace(Unknown Source)

from zipkin.

franklinhu avatar franklinhu commented on July 21, 2024

Do you have a Cassandra instance running?

from zipkin.

PinkyJie avatar PinkyJie commented on July 21, 2024

Yes, I follow the install page step by step.
I wanna know that, do I need to rewrite the page localhost:9900 and localhost:9901 to provide the source services for monitor?

from zipkin.

xbeta avatar xbeta commented on July 21, 2024

I have the same issue

from zipkin.

bmdhacks avatar bmdhacks commented on July 21, 2024

I'm closing this since we released the SQL support which eliminates all external dependencies.

from zipkin.

jamescway avatar jamescway commented on July 21, 2024

I had this error error mapping ring
I had a network aware instance of cassanda, with replication settings that were different than my laptop. Changed it with the statment below.

cqlsh> describe schema;
CREATE KEYSPACE "Zipkin" WITH replication = {'class': 'NetworkTopologyStrategy', 'datacenter1': '1'}  AND durable_writes = true;

cqlsh> ALTER KEYSPACE "Zipkin" WITH REPLICATION =
  { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };

from zipkin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.