Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  [Kryonet] SerializationException  (Read 2327 times)
0 Members and 1 Guest are viewing this topic.
Offline Bubby4j

Junior Newbie





« Posted 2011-09-30 16:28:07 »

Ok,
I've got a Kryonet server and Kryonet client that runs in a applet (the client is also using jMonkeyEngine, if that makes a difference).

I'm getting this error when trying to connect to the server with Kryonet:

00:00  INFO: Connecting: localhost/127.0.0.1:1345
00:00 ERROR: [kryonet] Error updating connection.
com.esotericsoftware.kryo.SerializationException: Incorrect number of bytes (1 remaining) used to deserialize object: com.esotericsoftware.kryonet.FrameworkMessage$RegisterTCP@1911540
   at com.esotericsoftware.kryonet.TcpConnection.readObject(TcpConnection.java:148)
   at com.esotericsoftware.kryonet.Client.update(Client.java:254)
   at com.esotericsoftware.kryonet.Client.run(Client.java:332)
   at java.lang.Thread.run(Unknown Source)
Exception in thread "Client" com.esotericsoftware.kryo.SerializationException: Incorrect number of bytes (1 remaining) used to deserialize object: com.esotericsoftware.kryonet.FrameworkMessage$RegisterTCP@1911540
   at com.esotericsoftware.kryonet.TcpConnection.readObject(TcpConnection.java:148)
   at com.esotericsoftware.kryonet.Client.update(Client.java:254)
   at com.esotericsoftware.kryonet.Client.run(Client.java:332)
   at java.lang.Thread.run(Unknown Source)

I'm using the exact same version of Kryonet on both the client and server (1.04, the latest)
Any ideas why it's doing this? If I have a client inside the server, it connects just fine.
Offline kalkitus

Senior Newbie





« Reply #1 - Posted 2011-10-01 21:48:39 »

Make sure you are registering your network classes in the same order, on both client and server side.
Offline holden

Senior Newbie


Projects: 1



« Reply #2 - Posted 2011-10-03 19:08:56 »

what kalkitus said, and don't forget to restart your server after you change anything regarding registering objects on kryo
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline holden

Senior Newbie


Projects: 1



« Reply #3 - Posted 2011-10-03 19:22:20 »

Anyway I think this was happening to me once because I was modifying classes that were registered on kryo.

For example I have a class A which is registered on the client and server obviously, then I start the server and leave it running. After this I added a field in the class A (an integer or whatever) and I tried to connect the client to server, that's when I got the error because the client and the server have different versions of A.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (106 views)
2013-05-17 21:29:12

alaslipknot (114 views)
2013-05-16 21:24:48

gouessej (143 views)
2013-05-16 00:53:38

gouessej (139 views)
2013-05-16 00:17:58

theagentd (151 views)
2013-05-15 15:01:13

theagentd (135 views)
2013-05-15 15:00:54

StreetDoggy (179 views)
2013-05-14 15:56:26

kutucuk (202 views)
2013-05-12 17:10:36

kutucuk (203 views)
2013-05-12 15:36:09

UnluckyDevil (209 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.071 seconds with 20 queries.