Code: Select all
java.nio.charset.MalformedInputException: Input length = 1
at java.nio.charset.CoderResult.throwException(CoderResult.java:260)
at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:781)
at it.gotoandplay.smartfoxserver.SmartFoxServer.readIncomingMessages(SmartFoxServer.java:1024)
at it.gotoandplay.smartfoxserver.EventReader.run(EventReader.java:32)
at java.lang.Thread.run(Thread.java:619)You've warned in other threads that there could be a serious issue if this is happening hundreds of times per hour, and it is for us. Just so you know, our server extension is in Java, and I don't think there are a lot of Linux clients connecting.
Any suggestions for helping to find out more about this error?
We've had several other problems related to rooms hanging, connecting issues, logging in, not loading SWFs properly, etc. On a few occasions, we've ended up having to write our own code to replace some Smartfox functionality that didn't seem to be working properly. Based on this experience, we don't think this error is related to hacking or Linux clients, but more likely some sort of communication problem with either our code or Smartfox's code.