get Null pointer exception in gt06

kartik 7 years ago

hi
i am using device like gt06 protocol .both device are same kind of protocol but when i run with gt06 at the 1st point it was run but now i get some exception NullPointerException like following kind :-

 (... < DefaultDataHandler:38 < BaseDataHandler:17 < ... < ExtendedObjectDecoder:27 < ...)

how can i solve this ? my hex code for this protocol is :

7878110108630145318846020100320000868a5d0d0a
Anton Tananaev 7 years ago

Are you using official release downloaded from this website without any modifications? What version?

kartik 7 years ago

thank you anton for reply .
i used traccar version 3.5 but i modify code for datamanager not for protocol decoder .

kartik 7 years ago

and may be this exception call at that point
return position

Anton Tananaev 7 years ago

Try latest official release. If it works there, you either need to upgrade or look for the issue in your code.

kartik 7 years ago

Thanks Ok.