Problem with create new user

TIM 3 years ago

Hello,

I have problem with create new user from web. I get error like below

Unknown column 'token' in 'field list' - SQLSyntaxErrorException (... < QueryBuilder:446 < DataManager:435 < BaseObjectManager:137 < ...)
Anton Tananaev 3 years ago

You're probably using a web app version that doesn't match the backend.

TIM 3 years ago

Hi Anton. Thank you for supporting me.
I am using traccar-linux-64-4.14.zip. What do u suggest to do please.

Anton Tananaev 3 years ago

If you're using 4.14 web app with 4.14 backend, you won't be getting this error. If you really want some help, you should provide full context.

TIM 3 years ago

Error that I get

2022-10-27 08:50:36 DEBUG: HttpConnection@59f921c4::SocketChannelEndPoint@622a154{l=/192.168.1.100:8082,r=/192.168.1.111:53440,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59f921c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529e71{s=START}]=>HttpChannelOverHttp@2a6c16c9{s=HttpChannelState@dd38fc1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@dd38fc1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-10-27 08:50:36 DEBUG: ReservedThreadExecutor@38f617f4{s=2/2,p=0}@42e9d56e waiting
2022-10-27 08:50:38 TRACE: [DEBUG] Released scope instance {0} on thread {1}
2022-10-27 08:50:38  WARN: [64d5fb9f] error - Connection timed out (Connection timed out) - ConnectException (... < JsonGeocoder:118 < NotificationManager:110 < *:125 < BaseEventHandler:31 < ...)
2022-10-27 08:50:39 DEBUG: SocketChannelEndPoint@622a154{l=/192.168.1.100:8082,r=/192.168.1.111:53440,OPEN,fill=FI,flush=-,to=3120/30000}{io=1/1,kio=1,kro=1}->HttpConnection@59f921c4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@529e71{s=START}]=>HttpChannelOverHttp@2a6c16c9{s=HttpChannelState@dd38fc1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=3,c=false/false,a=IDLE,uri=null,age=0} idle timeout check, elapsed: 3120 ms, remaining: 26880 ms
2022-10-27 08:50:42 TRACE: [DEBUG] Released scope instance {0} on thread {1}
2022-10-27 08:50:42  WARN: [35709f31] error - Connection timed out (Connection timed out) - ConnectException (... < JsonGeocoder:118 < NotificationManager:110 < *:125 < BaseEventHandler:31 < ...
TIM 3 years ago

Seem that the problem is only with User . I can create new driver and looking good.
I have downgrade from 5.4 to 4.14 :( . Seems that it has something like : tokenNotifications from new version 5.4

Anton Tananaev 3 years ago

Did you downgrade the database as well?

TIM 3 years ago

I think this is the problem . How can I do that please