Code 发表于 2014-1-4 17:37:48

有关207错误代码

问题如下:客户端登陆业务层推送客户端需要的数据(需要操作数据库),使用安卓客户端多次登陆退出测试,会触发207错误代码。之后客户端无法再登陆。 是否是因为业务层操作时间过长导致超时,如果超时是否能设置超时时长?(急)

admin 发表于 2014-1-4 17:44:22

您好,请上传一下核心服务器的日志文件,谢谢!

admin 发表于 2014-1-4 17:52:08

另外您还可以将业务服务器的调试模式打开(AnyChatServerSDK.ini,将里面的DebugMode改为1),会输出更多的日志信息供分析,包括回调函数的执行时间等。

Code 发表于 2014-1-5 11:18:01

        Successful communicate with the business server!
        Fails to communicate with the business server!
        Successful communicate with the business server!
        Fails to communicate with the business server!
        Successful communicate with the business server!


这是核心的日志

Code 发表于 2014-1-5 11:19:04

        AnyChat Server SDK Init,V4.8, Build Time:Dec 19 2013 10:26:22
        Invoke        BRAS_InitSDK(0x0)
        Success connected to anychatcoreserver...
        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:212)        Elapse:0ms
        VerifyUserCallBack(UserName:460036720058717,UserId:2)        ErrorCode:0        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:2-Len:1304)
        OnUserLoginActionCallBack(UserId:2,UserName:460036720058717)        Elapse:156ms
        OnTransBufferCallBack(UserId:2,Len:83)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:2, buf=0x3c, buf=0xa, Len:46)
        OnUserLogoutActionExCallBack(UserId:2, dwErrorCode:0)        Elapse:16ms
        VerifyUserCallBack(UserName:460036720058717,UserId:3)        ErrorCode:0        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:3-Len:1304)
        OnUserLoginActionCallBack(UserId:3,UserName:460036720058717)        Elapse:125ms
        Invoke        BRAS_TransBuffer(ID:3, buf=0x3c, buf=0xa, Len:46)
        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:0)        Elapse:15ms
        VerifyUserCallBack(UserName:460036720058717,UserId:4)        ErrorCode:0        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:4-Len:1304)
        OnUserLoginActionCallBack(UserId:4,UserName:460036720058717)        Elapse:16ms
        Invoke        BRAS_TransBuffer(ID:4, buf=0x3c, buf=0xa, Len:46)
        OnUserLogoutActionExCallBack(UserId:4, dwErrorCode:0)        Elapse:0ms
        VerifyUserCallBack(UserName:460036720058717,UserId:5)        ErrorCode:0        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:5-Len:1304)
        OnUserLoginActionCallBack(UserId:5,UserName:460036720058717)        Elapse:16ms
        Invoke        BRAS_TransBuffer(ID:5, buf=0x3c, buf=0xa, Len:46)
        OnUserLogoutActionExCallBack(UserId:5, dwErrorCode:0)        Elapse:0ms
        VerifyUserCallBack(UserName:460036720058717,UserId:6)        ErrorCode:0        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:6-Len:1304)
        OnUserLoginActionCallBack(UserId:6,UserName:460036720058717)        Elapse:15ms
        Invoke        BRAS_TransBuffer(ID:6, buf=0x3c, buf=0xa, Len:46)
        OnUserLogoutActionExCallBack(UserId:6, dwErrorCode:0)        Elapse:16ms

这个是(AnyChatServerSDK.ini,将里面的DebugMode改为1)后的日志

Code 发表于 2014-1-5 12:47:15

admin 发表于 2014-1-4 17:52
另外您还可以将业务服务器的调试模式打开(AnyChatServerSDK.ini,将里面的DebugMode改为1),会输出更多的 ...

已经贴上能看出问题吗?

admin 发表于 2014-1-5 13:38:12

两点建议:
1,更新核心服务器,业务服务器到最新的V4.9版本,看问题是否能解决!
2,用我们标准的业务服器,看是否正常?

Code 发表于 2014-1-5 13:47:34

admin 发表于 2014-1-5 13:38
两点建议:
1,更新核心服务器,业务服务器到最新的V4.9版本,看问题是否能解决!
2,用我们标准的业务服 ...

不做业务逻辑处理是正常的

admin 发表于 2014-1-5 13:48:37

全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

Code 发表于 2014-1-5 14:04:42

admin 发表于 2014-1-5 13:48
全部更新到V4.9是否正常?如果不正常,请上传核心服务器,业务服务器的log信息,谢谢!

        AnyChat Server SDK Init,V4.9, Build Time:Jan1 2014 11:40:33
        Invoke        BRAS_InitSDK(0x0)
        Success connected to anychatcoreserver...
        OnUserLogoutActionExCallBack(UserId:-2, dwErrorCode:212)        Elapse:0ms
        VerifyUserCallBack(UserName:460012032782286,UserId:2)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:2,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:2-Len:1305)
        OnUserLogoutActionExCallBack(UserId:2, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:2, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:3)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:3,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:3-Len:1305)
        OnUserLogoutActionExCallBack(UserId:3, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:3, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:4)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:4,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:4-Len:1305)
        OnUserLogoutActionExCallBack(UserId:4, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:4, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:5)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:5,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:5-Len:1305)
        OnUserLogoutActionExCallBack(UserId:5, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:5, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:6)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:6,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:6-Len:1305)
        OnUserLogoutActionExCallBack(UserId:6, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:6, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:7)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:7,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:7-Len:1305)
        OnUserLogoutActionExCallBack(UserId:7, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:7, buf=0x3c, buf=0xa, Len:173)
        VerifyUserCallBack(UserName:460012032782286,UserId:8)        ErrorCode:0        Elapse:0ms
        OnUserLoginActionCallBack(UserId:8,UserName:460012032782286)        Elapse:0ms
        Invoke        BRAS_TransBufferEx(ID:8-Len:1305)
        OnUserLogoutActionExCallBack(UserId:8, dwErrorCode:0)        Elapse:0ms
        Invoke        BRAS_TransBuffer(ID:8, buf=0x3c, buf=0xa, Len:173)
页: [1] 2 3 4
查看完整版本: 有关207错误代码