Re: Failed to create string representation of binary object after few days of run.

2017-11-06 Thread Denis Magda
ew days (2/3) days of run I am getting below > exception:- > > org.apache.ignite.IgniteException: Failed to create string representation of > binary object. >at > org.apache.ignite.internal.util.tostring.GridToStringBuilder.toStringImpl(GridToStringBuilder.java:

Re: Failed to create string representation of binary object.

2017-11-01 Thread Alexey Popov
Ankit, That looks very strange. Your class does not have registrationInfoResponse field which is mentioned in the error. Please confirm that node with id="b2df236f-4fba-4794-b0e4-4e040581ba9d" is a part of your load testing cluster. Do you have peerClassLoadingEnabled=true at your configs?

Re: Failed to create string representation of binary object.

2017-11-01 Thread Ankit Singhai
Hi Alex, Below is the POJO:- import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; import java.util.Date; public class UserRegistrationInfoResponse implements Externalizable { private static final long serialVersionUID = 1L;

Re: Failed to create string representation of binary object.

2017-10-31 Thread Alexey Popov
Hi Ankit, I see two lines in the exception below: "Failed to read field: registrationInfoResponse " "com.partygaming.services.mds.userprofile.api.UserRegistrationInfoResponse" It seems that UserRegistrationInfoResponse.registrationInfoResponse becomes null / incorrect during your test and it

Failed to create string representation of binary object.

2017-10-30 Thread Ankit Singhai
=291804291020 17GswbdZtZ2ZI, hasValBytes=true], parent=GridNearAtomicAbstractUpdateRequest [res=null, flags=needRes]]] org.apache.ignite.IgniteException: Failed to create string representation of binary object. at org.apache.ignite.internal.util.tostring.GridToStringBuilder.toStringImpl

Failed to create string representation of binary object after few days of run.

2017-10-30 Thread Ankit Singhai
Hi Folks, Under load testing after few days (2/3) days of run I am getting below exception:- org.apache.ignite.IgniteException: Failed to create string representation of binary object. at org.apache.ignite.internal.util.tostring.GridToStringBuilder.toStringImpl(GridToStringBuilder.java