Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Error when trying to view Admin interface #53

Closed
ccarollo opened this issue Jul 25, 2011 · 2 comments
Closed

Error when trying to view Admin interface #53

ccarollo opened this issue Jul 25, 2011 · 2 comments

Comments

@ccarollo
Copy link

When I try to view stats through the admin interface I receive the following error in the kestrel.log...

this is running in development mode on a Mac OS X lion instance.

ERR [20110725-15:13:27.982] admin: Exception processing admin http request
ERR [20110725-15:13:27.982] admin: java.util.NoSuchElementException
ERR [20110725-15:13:27.982] admin: at scala.collection.LinearSeqOptimized$class.last(LinearSeqOptimized.scala:147)
ERR [20110725-15:13:27.982] admin: at scala.collection.immutable.List.last(List.scala:45)
ERR [20110725-15:13:27.982] admin: at com.twitter.ostrich.admin.CommandRequestHandler.handle(AdminHttpService.scala:195)
ERR [20110725-15:13:27.982] admin: at com.twitter.ostrich.admin.CgiRequestHandler.handle(AdminHttpService.scala:143)
ERR [20110725-15:13:27.982] admin: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:65)
ERR [20110725-15:13:27.982] admin: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:68)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:555)
ERR [20110725-15:13:27.982] admin: at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:65)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:527)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(ServerImpl.java:119)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.ServerImpl$Dispatcher.handle(ServerImpl.java:349)
ERR [20110725-15:13:27.982] admin: at sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:321)
ERR [20110725-15:13:27.982] admin: at java.lang.Thread.run(Thread.java:680)

@ccarollo ccarollo reopened this Jul 25, 2011
@robey
Copy link
Contributor

robey commented Jul 26, 2011

oh, that might be a known bug with the older version of ostrich i was using.

i just upgraded to the latest ostrich on master. can you try again?

@ccarollo
Copy link
Author

Ha ha. It works. I thought I might see the server or per queue stats here. Oh well. Thanks for the quick fix.

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

No branches or pull requests

2 participants