且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

谷歌云端点不断抛出"流&QUOT意外结束;例外

更新时间:2021-08-19 22:50:29

我收到了同样的问题也一样,每个其他时间我得到这个异​​常IOE意外流的末尾。正如你说没有日志记录在应用程序引擎。我有一类具有几个端点,但是这只是发生在其中的一个。

I am getting the same issue too, every other time I get this "unexpected end of stream" IOE exception. As you say no logs are recorded in appengine. I have a class with several endpoints but this only happens to one of them.

这是API方法的结构:

This is the structure of the Api Method:

@ApiMethod(name = "blablabla", httpMethod = HttpMethod.POST)
public static ooooo createCDR(@Named("iiii") String iiii,
        @Named("uuuu") String uuuu, @Named("cccc") Long cccc,
        @Named("aaaa") int aaaa, User user)