Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashbaord print errors when JVM and Cassandra to presents #65

Open
tzach opened this issue Sep 18, 2014 · 2 comments
Open

dashbaord print errors when JVM and Cassandra to presents #65

tzach opened this issue Sep 18, 2014 · 2 comments
Labels

Comments

@tzach
Copy link
Member

tzach commented Sep 18, 2014

Reproduce:
build without Java or Cassandra:

make -j 4 image=httpserver.fg

Run

./scripts/run.py --api
....

exception was caught for /jolokia/read/java.lang:type=Memory/HeapMemoryUsage/used: No JVM running
exception was caught for /jolokia/read/java.lang:type=MemoryPool,name=*: No JVM running
exception was caught for /jolokia/read/org.apache.cassandra.db:type=StorageService/LiveNodes: No JVM running
@tzach tzach added the bug label Sep 18, 2014
@tzach
Copy link
Member Author

tzach commented Oct 5, 2014

Right now, the only way to check if Cassandra or JVM is available is to call the REST API and fail.
@amnonh should we add a REST API to report which API are available?

@amnonh
Copy link
Contributor

amnonh commented Oct 5, 2014

On Sun, Oct 5, 2014 at 3:23 PM, Tzach Livyatan [email protected]
wrote:

Right now, the only way to check if Cassandra or JVM is available is to
call the REST API and fail.
@amnonh https://github.com/amnonh should we add a REST API to report
which API are available?

There's a waiting to review patch that allows dynamically register API, so
a call to api-doc would only return the registered API


Reply to this email directly or view it on GitHub
#65 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants