Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. 2020-02-25 17:09:31.452 INFO 7008 --- [ntLoopGroup-3-1] i.s.a.s.a.h.Impl.FeliCaLookupHandler : Request: {"gameId":"SBZV","pmm":"053143454682b7ff","idm":"08148b235015559e","keychipId":"A69E01A8888","type":"felica_lookup"}
  2. 2020-02-25 17:09:31.474 INFO 7008 --- [ntLoopGroup-3-1] i.s.a.s.a.h.Impl.FeliCaLookupHandler : Response: {"accessCode":"00582243235621328286","type":"felica_lookup","status":1}
  3. 2020-02-25 17:09:31.478 INFO 7008 --- [ntLoopGroup-3-1] i.s.a.sega.aimedb.AimeDbRequestHandler : Connection closed
  4. 2020-02-25 17:09:31.653 INFO 7008 --- [ntLoopGroup-3-2] i.s.a.s.a.handler.Impl.Lookup2Handler : Request: {"gameId":"SBZV","luid":"00582243235621328286","keychipId":"A69E01A8888","type":"lookup2"}
  5. 2020-02-25 17:09:31.715 INFO 7008 --- [ntLoopGroup-3-2] i.s.a.s.a.handler.Impl.Lookup2Handler : Response: {"registerLevel":"none","aimeId":-1,"type":"lookup2","status":1}
  6. 2020-02-25 17:09:31.721 INFO 7008 --- [ntLoopGroup-3-2] i.s.a.sega.aimedb.AimeDbRequestHandler : Connection closed
  7. 2020-02-25 17:09:37.348 INFO 7008 --- [ntLoopGroup-3-3] i.s.a.s.a.handler.Impl.RegisterHandler : Request: {"gameId":"SBZV","luid":"00582243235621328286","keychipId":"A69E01A8888","type":"register"}
  8. 2020-02-25 17:09:38.130 INFO 7008 --- [ntLoopGroup-3-3] i.s.a.s.a.handler.Impl.RegisterHandler : Response: {"aimeId":171177,"type":"register","status":1}
  9. java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Long (java.lang.Integer and java.lang.Long are in module java.base of loader 'bootstrap')
  10. at icu.samnyan.aqua.sega.aimedb.handler.Impl.RegisterHandler.handle(RegisterHandler.java:78)
  11. at icu.samnyan.aqua.sega.aimedb.AimeDbRequestHandler.channelRead(AimeDbRequestHandler.java:60)
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  13. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  14. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  15. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:326)
  16. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:300)
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
  20. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1422)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
  22. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
  23. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:931)
  24. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  25. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
  26. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
  27. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
  28. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
  29. at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
  30. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  31. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  32. at java.base/java.lang.Thread.run(Thread.java:834)
  33. 2020-02-25 17:09:38.143 INFO 7008 --- [ntLoopGroup-3-3] i.s.a.sega.aimedb.AimeDbRequestHandler : Connection closed
  34. 2020-02-25 17:09:38.670 INFO 7008 --- [ntLoopGroup-3-4] i.s.a.s.a.handler.Impl.RegisterHandler : Request: {"gameId":"SBZV","luid":"00582243235621328286","keychipId":"A69E01A8888","type":"register"}
  35. 2020-02-25 17:09:38.676 WARN 7008 --- [ntLoopGroup-3-4] i.s.a.s.a.handler.Impl.RegisterHandler : Duplicated Aime Card Register detected, access code: 00582243235621328286
  36. 2020-02-25 17:09:38.676 INFO 7008 --- [ntLoopGroup-3-4] i.s.a.s.a.handler.Impl.RegisterHandler : Response: {"aimeId":0,"type":"register","status":0}
  37. 2020-02-25 17:09:38.680 INFO 7008 --- [ntLoopGroup-3-4] i.s.a.sega.aimedb.AimeDbRequestHandler : Connection closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement