Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.46 KB | None | 0 0
  1. [2015-09-23 00:41:47,401] INFO start(56) - Setting Http port to 8080
  2. [2015-09-23 00:41:47,432] INFO start(56) - Https port not set. Https requests will not be serviced...
  3. [2015-09-23 00:41:47,985] INFO init(248) - Build date: 2015.08.26
  4. [2015-09-23 00:41:48,001] INFO init(248) - Session UUID: 8e5de25d-efb4-4cc0-92eb-b2bc18ed1ab8
  5. [2015-09-23 00:41:50,050] WARN init(248) - Client connection not found for host=2!
  6. [2015-09-23 00:44:01,464] INFO stop(41) - Stopping all stoppable threads on service stop...
  7. [2015-09-23 00:44:01,464] INFO stop(41) - Service stopping...
  8. [2015-09-23 00:44:01,464] INFO stop(41) - Stopping scheduler...
  9. [2015-09-23 00:44:01,464] INFO stop(41) - Stopping web server...
  10. [2015-09-23 00:44:01,515] WARN log(1783) - Exception while dispatching incoming RPC call
  11. org.eclipse.jetty.io.EofException
  12. at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:154)
  13. at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:111)
  14. at com.google.gwt.user.server.rpc.RPCServletUtils.writeResponse(RPCServletUtils.java:375)
  15. at com.google.gwt.user.server.rpc.RemoteServiceServlet.writeResponse(RemoteServiceServlet.java:357)
  16. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:256)
  17. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  18. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  19. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  20. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)
  21. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1359)
  22. at com.tchegbe.lib.gwt.server.servlet.SecurityFilter.doFilter(SecurityFilter.java:30)
  23. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1330)
  24. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)
  25. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
  26. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)
  27. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
  28. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
  29. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)
  30. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
  31. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
  32. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
  33. at org.eclipse.jetty.server.Server.handle(Server.java:349)
  34. at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
  35. at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:936)
  36. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:801)
  37. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
  38. at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:50)
  39. at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector$.java:245)
  40. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
  41. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
  42. at java.lang.Thread.run(Thread.class)
  43. [2015-09-23 00:44:01,529] WARN log(1783) - respondWithUnexpectedFailure failed while sending the previous failure to the client
  44. org.eclipse.jetty.io.EofException
  45. at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:154)
  46. at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:111)
  47. at com.google.gwt.user.server.rpc.RPCServletUtils.writeResponseForUnexpectedFailure(RPCServletUtils.java:397)
  48. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doUnexpectedFailure(AbstractRemoteServiceServlet.java:110)
  49. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:67)
  50. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  51. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  52. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)
  53. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1359)
  54. at com.tchegbe.lib.gwt.server.servlet.SecurityFilter.doFilter(SecurityFilter.java:30)
  55. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1330)
  56. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)
  57. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
  58. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)
  59. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
  60. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
  61. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)
  62. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
  63. at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
  64. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
  65. at org.eclipse.jetty.server.Server.handle(Server.java:349)
  66. at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
  67. at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:936)
  68. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:801)
  69. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
  70. at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:50)
  71. at org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector$.java:245)
  72. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
  73. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
  74. at java.lang.Thread.run(Thread.class)
  75. [2015-09-23 00:46:20,150] INFO start(56) - Setting Http port to 8080
  76. [2015-09-23 00:46:20,166] INFO start(56) - Https port not set. Https requests will not be serviced...
  77. [2015-09-23 00:46:20,532] TRACE init(51) - keepalive=true
  78. [2015-09-23 00:46:20,533] TRACE init(51) - keepalive=true
  79. [2015-09-23 00:46:20,533] TRACE init(51) - keepalive=true
  80. [2015-09-23 00:46:20,720] INFO init(248) - Build date: 2015.08.26
  81. [2015-09-23 00:46:20,720] INFO init(248) - Session UUID: 54cb0c57-36d0-47d1-a90b-fc1a6f7c128b
  82. [2015-09-23 00:46:22,775] WARN init(248) - Client connection not found for host=2!
  83. [2015-09-23 00:46:41,780] TRACE getNZFSChartData(757) - {"totalSpace": 17, "totalSpace": 40006413174784, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 39988040212166, "fileCount": 2138470, "directoryCount": 246833, "hostId": 0, "raidId": 0, "diskId": 0, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 802351, "size": 268666378678}, {"id": 1, "count": 52893, "size": 86691462053}, {"id": 4, "count": 214706, "size": 1545931213722}, {"id": 8, "count": 53694, "size": 1481588596652}, {"id": 7, "count": 205, "size": 417547854}, {"id": 3, "count": 35812, "size": 14151445640342}, {"id": 6, "count": 188036, "size": 3240568593365}, {"id": 5, "count": 11132, "size": 508376493527}]}
  84. [2015-09-23 00:46:41,783] TRACE getNZFSChartData(757) - {"totalSpace": 3, "totalSpace": 2000263561216, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1998652060279, "fileCount": 149599, "directoryCount": 14646, "hostId": 2, "raidId": 17, "diskId": 14, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 39045, "size": 53042277938}, {"id": 1, "count": 5571, "size": 13595774752}, {"id": 4, "count": 41530, "size": 257141760611}, {"id": 8, "count": 2504, "size": 28318486870}, {"id": 7, "count": 2, "size": 121113265}, {"id": 3, "count": 2335, "size": 414668193913}, {"id": 6, "count": 15467, "size": 290297599375}, {"id": 5, "count": 43, "size": 84456910232}]}
  85. [2015-09-23 00:46:41,791] TRACE getNZFSChartData(757) - {"totalSpace": 8, "totalSpace": 2000396742656, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1999988396674, "fileCount": 28850, "directoryCount": 5480, "hostId": 2, "raidId": 17, "diskId": 16, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 22572, "size": 6151222841}, {"id": 1, "count": 1506, "size": 8937155803}, {"id": 4, "count": 1890, "size": 7275242347}, {"id": 8, "count": 20, "size": 21435171}, {"id": 7, "count": 1, "size": 183156}, {"id": 3, "count": 1060, "size": 1829060749805}, {"id": 6, "count": 11, "size": 340295516}, {"id": 5, "count": 2, "size": 6150383616}]}
  86. [2015-09-23 00:46:41,797] TRACE getNZFSChartData(757) - {"totalSpace": 4, "totalSpace": 4000650870784, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 3995788542055, "fileCount": 479382, "directoryCount": 25524, "hostId": 2, "raidId": 17, "diskId": 13, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 178003, "size": 26918282372}, {"id": 1, "count": 11550, "size": 29851223977}, {"id": 4, "count": 84595, "size": 532752506941}, {"id": 8, "count": 5528, "size": 15664293872}, {"id": 7, "count": 40, "size": 34930943}, {"id": 3, "count": 6953, "size": 1888509107500}, {"id": 6, "count": 69155, "size": 396593107064}, {"id": 5, "count": 31, "size": 24734780727}]}
  87. [2015-09-23 00:46:41,805] TRACE getNZFSChartData(757) - {"totalSpace": 9, "totalSpace": 4000650870784, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 3997518335452, "fileCount": 325382, "directoryCount": 22662, "hostId": 2, "raidId": 17, "diskId": 15, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 60448, "size": 7884321051}, {"id": 1, "count": 3893, "size": 988787645}, {"id": 4, "count": 3359, "size": 1912483215}, {"id": 8, "count": 12357, "size": 46208304012}, {"id": 7, "count": 45, "size": 114845157}, {"id": 3, "count": 15679, "size": 208855463041}, {"id": 6, "count": 16131, "size": 659604252659}, {"id": 5, "count": 77, "size": 246207564451}]}
  88. [2015-09-23 00:46:41,809] TRACE getNZFSChartData(757) - {"totalSpace": 1, "totalSpace": 3000457216000, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 2999907591198, "fileCount": 38119, "directoryCount": 743, "hostId": 2, "raidId": 17, "diskId": 25, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 162, "size": 78757473}, {"id": 1, "count": 51, "size": 91782970}, {"id": 4, "count": 0, "size": 0}, {"id": 8, "count": 0, "size": 0}, {"id": 7, "count": 0, "size": 0}, {"id": 3, "count": 9, "size": 1296244448}, {"id": 6, "count": 3940, "size": 375935829005}, {"id": 5, "count": 0, "size": 0}]}
  89. [2015-09-23 00:46:41,810] WARN getNZFSChartData(757) - No data for {"id": 4, "count": 0, "size": 0}
  90. [2015-09-23 00:46:41,810] WARN getNZFSChartData(757) - No data for {"id": 5, "count": 0, "size": 0}
  91. [2015-09-23 00:46:41,810] WARN getNZFSChartData(757) - No data for {"id": 7, "count": 0, "size": 0}
  92. [2015-09-23 00:46:41,810] WARN getNZFSChartData(757) - No data for {"id": 8, "count": 0, "size": 0}
  93. [2015-09-23 00:46:41,819] TRACE getNZFSChartData(757) - {"totalSpace": 14, "totalSpace": 2000263575552, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1999011019210, "fileCount": 361102, "directoryCount": 64721, "hostId": 2, "raidId": 17, "diskId": 19, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 247063, "size": 90087107346}, {"id": 1, "count": 7294, "size": 11041748712}, {"id": 4, "count": 5040, "size": 78333102782}, {"id": 8, "count": 5014, "size": 17478709994}, {"id": 7, "count": 29, "size": 98869283}, {"id": 3, "count": 1050, "size": 1029245320360}, {"id": 6, "count": 3020, "size": 33077010912}, {"id": 5, "count": 10938, "size": 13568688821}]}
  94. [2015-09-23 00:46:41,823] TRACE getNZFSChartData(757) - {"totalSpace": 7, "totalSpace": 4000650883072, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 3999005816055, "fileCount": 399252, "directoryCount": 77613, "hostId": 2, "raidId": 17, "diskId": 7, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 120786, "size": 18110210562}, {"id": 1, "count": 12626, "size": 10681076725}, {"id": 4, "count": 46589, "size": 394684728293}, {"id": 8, "count": 25857, "size": 52091217472}, {"id": 7, "count": 76, "size": 40488427}, {"id": 3, "count": 1344, "size": 1039551290736}, {"id": 6, "count": 56271, "size": 446920597937}, {"id": 5, "count": 12, "size": 24721399808}]}
  95. [2015-09-23 00:46:41,829] TRACE getNZFSChartData(757) - {"totalSpace": 10, "totalSpace": 4000650883072, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 4000056266985, "fileCount": 83065, "directoryCount": 15412, "hostId": 2, "raidId": 17, "diskId": 8, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 42560, "size": 25969089489}, {"id": 1, "count": 5253, "size": 9056350923}, {"id": 4, "count": 15847, "size": 49375061652}, {"id": 8, "count": 478, "size": 8300126359}, {"id": 7, "count": 6, "size": 7081310}, {"id": 3, "count": 1454, "size": 3341266672222}, {"id": 6, "count": 1849, "size": 73099482404}, {"id": 5, "count": 16, "size": 47421103536}]}
  96. [2015-09-23 00:46:41,833] TRACE getNZFSChartData(757) - {"totalSpace": 5, "totalSpace": 3000457216000, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 2999869262279, "fileCount": 39367, "directoryCount": 4348, "hostId": 2, "raidId": 17, "diskId": 24, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 27722, "size": 15944061745}, {"id": 1, "count": 525, "size": 1690919548}, {"id": 4, "count": 2, "size": 164763639}, {"id": 8, "count": 23, "size": 20045985586}, {"id": 7, "count": 0, "size": 0}, {"id": 3, "count": 966, "size": 905382124603}, {"id": 6, "count": 1667, "size": 166707639468}, {"id": 5, "count": 2, "size": 14083411968}]}
  97. [2015-09-23 00:46:41,833] WARN getNZFSChartData(757) - No data for {"id": 7, "count": 0, "size": 0}
  98. [2015-09-23 00:46:41,837] TRACE getNZFSChartData(757) - {"totalSpace": 2, "totalSpace": 2000396730368, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1999564295790, "fileCount": 64386, "directoryCount": 4162, "hostId": 2, "raidId": 17, "diskId": 10, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 36592, "size": 6848276086}, {"id": 1, "count": 2320, "size": 692538826}, {"id": 4, "count": 12483, "size": 208420404637}, {"id": 8, "count": 178, "size": 14671027105}, {"id": 7, "count": 5, "size": 30169}, {"id": 3, "count": 1133, "size": 873271566202}, {"id": 6, "count": 4712, "size": 19268053851}, {"id": 5, "count": 10, "size": 46609817600}]}
  99. [2015-09-23 00:46:41,843] TRACE getNZFSChartData(757) - {"totalSpace": 11, "totalSpace": 3000457216000, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 2999383331950, "fileCount": 115582, "directoryCount": 4244, "hostId": 2, "raidId": 17, "diskId": 18, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 4394, "size": 3868105230}, {"id": 1, "count": 7, "size": 29813145}, {"id": 4, "count": 885, "size": 1724023554}, {"id": 8, "count": 483, "size": 376062158239}, {"id": 7, "count": 0, "size": 0}, {"id": 3, "count": 215, "size": 37601161785}, {"id": 6, "count": 8495, "size": 185869720846}, {"id": 5, "count": 1, "size": 422432768}]}
  100. [2015-09-23 00:46:41,843] WARN getNZFSChartData(757) - No data for {"id": 7, "count": 0, "size": 0}
  101. [2015-09-23 00:46:41,850] TRACE getNZFSChartData(757) - {"totalSpace": 12, "totalSpace": 2000263512064, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1999421745115, "fileCount": 15970, "directoryCount": 1239, "hostId": 2, "raidId": 17, "diskId": 17, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 4099, "size": 1068168941}, {"id": 1, "count": 3, "size": 179}, {"id": 4, "count": 30, "size": 733138942}, {"id": 8, "count": 0, "size": 0}, {"id": 7, "count": 0, "size": 0}, {"id": 3, "count": 200, "size": 958646175576}, {"id": 6, "count": 4870, "size": 107441512718}, {"id": 5, "count": 0, "size": 0}]}
  102. [2015-09-23 00:46:41,850] WARN getNZFSChartData(757) - No data for {"id": 5, "count": 0, "size": 0}
  103. [2015-09-23 00:46:41,850] WARN getNZFSChartData(757) - No data for {"id": 7, "count": 0, "size": 0}
  104. [2015-09-23 00:46:41,850] WARN getNZFSChartData(757) - No data for {"id": 8, "count": 0, "size": 0}
  105. [2015-09-23 00:46:41,853] TRACE getNZFSChartData(757) - {"totalSpace": 6, "totalSpace": 3000457216000, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 2999984065083, "fileCount": 25288, "directoryCount": 5193, "hostId": 2, "raidId": 17, "diskId": 23, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 13437, "size": 2489835446}, {"id": 1, "count": 2284, "size": 25943989}, {"id": 4, "count": 2203, "size": 12753505697}, {"id": 8, "count": 1251, "size": 902091703356}, {"id": 7, "count": 1, "size": 6144}, {"id": 3, "count": 1731, "size": 429299497872}, {"id": 6, "count": 1058, "size": 85012504712}, {"id": 5, "count": 0, "size": 0}]}
  106. [2015-09-23 00:46:41,853] WARN getNZFSChartData(757) - No data for {"id": 5, "count": 0, "size": 0}
  107. [2015-09-23 00:46:41,862] TRACE getNZFSChartData(757) - {"totalSpace": 13, "totalSpace": 2000396681216, "freeSpace": 0, "freeToCaller": 0, "totalFileSize": 1999889484041, "fileCount": 13126, "directoryCount": 846, "hostId": 2, "raidId": 17, "diskId": 20, "volumeId": 0, "updateTaskId": 0, "typeStats": [{"id": 2, "count": 5468, "size": 10206662158}, {"id": 1, "count": 10, "size": 8344859}, {"id": 4, "count": 253, "size": 660491412}, {"id": 8, "count": 1, "size": 635148616}, {"id": 7, "count": 0, "size": 0}, {"id": 3, "count": 1683, "size": 1194792072279}, {"id": 6, "count": 1390, "size": 400400986898}, {"id": 5, "count": 0, "size": 0}]}
  108. [2015-09-23 00:46:41,862] WARN getNZFSChartData(757) - No data for {"id": 5, "count": 0, "size": 0}
  109. [2015-09-23 00:46:41,862] WARN getNZFSChartData(757) - No data for {"id": 7, "count": 0, "size": 0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement