web工程后台老是报错
今天web工程后台老是报这样的错误,页面倒是没什么问题,各位大侠看是什么问题?
Exception in thread "pool-1-thread-3" com.huawei.csp.adapter.service.BusinessException: 未知异常。 <-- Cannot access HTTP invoker remote service at [http://135.148.68.79:8083/csp/services/remoteService]; nested exception is java.io.IOException: Did not receive successful HTTP response: status code = 404, status message = [/csp/services/remoteService]
at com.huawei.csp.adapter.remote.service.impl.RemoteServiceAccessTask.run(RemoteServiceAccessTask.java:88)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.springframework.remoting.RemoteAccessException: Cannot access HTTP invoker remote service at [http://135.148.68.79:8083/csp/services/remoteService]; nested exception is java.io.IOException: Did not receive successful HTTP response: status code = 404, status message = [/csp/services/remoteService]
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:164)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:125)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:209)
at $Proxy77.invokeRemote(Unknown Source)