免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: idmind
打印 上一主题 下一主题

[FastDFS] fastDFS 监控系统 [复制链接]

论坛徽章:
0
31 [报告]
发表于 2013-03-24 11:37 |只看该作者
赞一个

论坛徽章:
0
32 [报告]
发表于 2013-05-29 09:02 |只看该作者
解压失败~解压失败~解压失败~解压失败~解压失败~

论坛徽章:
0
33 [报告]
发表于 2013-06-03 17:51 |只看该作者
我下载来试试

论坛徽章:
0
34 [报告]
发表于 2013-06-04 12:57 |只看该作者
Http status: 500 Internal Server Error
ajaxOptions: error
thrownError: Internal Server Error
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.io.FileNotFoundException: C:\Program%20Files\Apache%20Software%20Foundation\Tomcat%207.0\webapps\ROOT\WEB-INF\classes\fdfs_client.conf (系统找不到指定的路径。)
        java.io.FileInputStream.open(Native Method)
        java.io.FileInputStream.<init>(Unknown Source)
        java.io.FileInputStream.<init>(Unknown Source)
        java.io.FileReader.<init>(Unknown Source)
        org.csource.common.IniFileReader.loadFromFile(IniFileReader.java:140)
        org.csource.common.IniFileReader.<init>(IniFileReader.java:31)
        org.csource.fastdfs.ClientGlobal.init(ClientGlobal.java:4
        cn.vivame.fdfs.service.impl.MonitorServiceImpl.listGroupInfo(MonitorServiceImpl.java:47)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        java.lang.reflect.Method.invoke(Unknown Source)
        org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
        org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196)
        $Proxy19.listGroupInfo(Unknown Source)
        cn.vivame.fdfs.action.MonitorAction.performance(MonitorAction.java:72)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        java.lang.reflect.Method.invoke(Unknown Source)
        org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)
        org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)
        org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)
        org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
        org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
        org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
        org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:77
        javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:8
        org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.25 logs.
这是没有使用内置http服务原因吗

论坛徽章:
0
35 [报告]
发表于 2013-07-17 23:04 |只看该作者
这个监控程序基本不可用,又没源码,想修改都不行,建议楼主继续完善,可能的话把源码发布出来吧。

论坛徽章:
0
36 [报告]
发表于 2013-10-31 10:11 |只看该作者
偶也赞一个。。。。。

论坛徽章:
0
37 [报告]
发表于 2014-12-16 14:50 |只看该作者
监控系统部署环境:
tomcat 7 + jdk 7+centOs
部署后,后台出现如下错误(可以登录进去,点击容量监控报错):
##错误信息###
14:41:00,002  INFO JobServiceImpl:57 - group minute data upate begin...
14:41:00,003  INFO JobServiceImpl:97 - network_timeout=30000ms
14:41:00,003  INFO JobServiceImpl:98 - charset=UTF-8
14:41:00,006 ERROR TaskUtils$LoggingErrorHandler:95 - Unexpected error occurred in scheduled task.
java.io.IOException: byte array length: 105 is invalid!
        at org.csource.fastdfs.ProtoStructDecoder.decode(ProtoStructDecoder.java:3
        at org.csource.fastdfs.TrackerClient.listGroups(TrackerClient.java:612)
        at cn.vivame.fdfs.service.impl.JobServiceImpl.getGroupInfoByMinute(JobServiceImpl.java:104)
        at cn.vivame.fdfs.service.impl.JobServiceImpl.updateGroupByMinute(JobServiceImpl.java:5
        at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at com.sun.proxy.$Proxy25.updateGroupByMinute(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64)
        at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53)
        at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:17
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
##错误信息结束####

请问,这是什么原因?求解。
谢谢!!

论坛徽章:
0
38 [报告]
发表于 2015-01-23 19:51 |只看该作者
超赞,界面相当漂亮。

论坛徽章:
2
IT运维版块每日发帖之星
日期:2015-06-25 22:20:00IT运维版块每日发帖之星
日期:2015-09-12 06:20:00
39 [报告]
发表于 2015-05-26 13:47 |只看该作者
解压失败的,装一下好压再解。。。。。
我也是醉了, WINRAR和7ZIP都解不了。

论坛徽章:
0
40 [报告]
发表于 2015-06-25 10:46 |只看该作者
解压失败,不能用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP