Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SERVER SERIAL EXCEPTION #213

Open
ljz0721cx opened this issue Feb 6, 2020 · 1 comment
Open

SERVER SERIAL EXCEPTION #213

ljz0721cx opened this issue Feb 6, 2020 · 1 comment
Assignees

Comments

@ljz0721cx
Copy link

Describe the bug
in Processor use handleRequest method response a Object

public ResponseBody handleRequest(BizContext bizCtx, DownRequest requestBody) throws Exception {
ArrayList<BeeBackTaskInfoVo> beeBackTaskInfoVos = new ArrayList<BeeBackTaskInfoVo>();
		BeeBackTaskInfoVo beeBackTaskInfoVo = new BeeBackTaskInfoVo();
		beeBackTaskInfoVo.setCreated(new Date());
		beeBackTaskInfoVo.setInnerTag("0");
		beeBackTaskInfoVo.setJsonContext("{}");
		beeBackTaskInfoVo.setOptType("10000");
		beeBackTaskInfoVo.setStatus(0);
		beeBackTaskInfoVos.add(beeBackTaskInfoVo);
		ResponseBody responseBody = new ResponseBody(beeBackTaskInfoVos);
return responseBody;

at client has a InvokeException
com.alipay.remoting.rpc.exception.InvokeException: Exception caught in invocation. The address is 10.7.7.9:8000 responseStatus:SERVER_SERIAL_EXCEPTION

Environment

  • SOFABolt version:1.6.0
  • JVM version (e.g. java -version):1.8
  • Maven version:3.2
  • IDE version:
@cytnju
Copy link
Contributor

cytnju commented Mar 24, 2020

@ljz0721cx 你好,请问这个问题现在还有吗?SERVER_SERIAL_EXCEPTION这个报错是服务端序列化失败,请问有详细的异常栈可以提供下吗?

@cytnju cytnju self-assigned this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants