fastdfs-zyc管理FastDFS的web界面

俩压缩包根据大小重命名以下,按图片所示
把1_fastdfs-zyc.7z重命名为fastdfs-zyc.7z.001
把2_fastdfs-zyc.7z重命名为fastdfs-zyc.7z.002

然后使用7z解压缩

下载地址:
1.https://files.cnblogs.com/files/sanduzxcvbnm/1_fastdfs-zyc.7z
2.https://files.cnblogs.com/files/sanduzxcvbnm/2_fastdfs-zyc.7z

经过实践,可以启动并登陆,但是检测不到storage的存储状态,报错如下:

13:46:00,004 ERROR TaskUtils$LoggingErrorHandler:95 - Unexpected error occurred in scheduled task.
java.io.IOException: byte array length: 612 is invalid!
        at org.csource.fastdfs.ProtoStructDecoder.decode(ProtoStructDecoder.java:38)
        at org.csource.fastdfs.TrackerClient.listStorages(TrackerClient.java:752)
        at org.csource.fastdfs.TrackerClient.listStorages(TrackerClient.java:661)
        at cn.me.fdfs.service.impl.JobServiceImpl.getGroupInfoByMinute(JobServiceImpl.java:115)
        at cn.me.fdfs.service.impl.JobServiceImpl.updateGroupByMinute(JobServiceImpl.java:58)
        at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        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.$Proxy26.updateGroupByMinute(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        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:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

未找到解决办法。

posted @ 2020-04-02 17:50  哈喽哈喽111111  阅读(4650)  评论(1编辑  收藏  举报