problem accessing web platform locally via IntelliJ IDEA

Youssef8 months ago

Hi, I am trying to build traccar from source via ItelliJ IDE on mac os application is started but I can not access it with my browser in http://localhost:8082 ( I just have a blank page with A looping circle in the middle and in the bottom "Powered by Traccar GPS Tracking System" and does not going further.

2024-03-28 23:03:33  INFO: Update summary generated
2024-03-28 23:03:33  INFO: Successfully released change log lock
2024-03-28 23:03:33  INFO: Command execution complete
2024-03-28 23:03:33  INFO: jetty-11.0.19; built: 2023-12-15T20:54:39.802Z; git: f781e18b1eaa03110d510f905f; jvm 18.0.2+9-FR
2024-03-28 23:03:33  INFO: Started o.t.w.@2c9b5738{/,null,AVAILABLE}
2024-03-28 23:03:33  INFO: Session workerName=node0
2024-03-28 23:03:34  WARN: JAXBContext implementation could not be found. WADL feature is disabled.
2024-03-28 23:03:34  INFO: Started o.e.j.s.ServletContextHandler@452ff9a4{/,null,AVAILABLE}
2024-03-28 23:03:34  INFO: Started ServerConnector@10e1d485{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2024-03-28 23:03:34  INFO: Started Server@60f9beaf{STARTING}[11.0.19,sto=0] @2588ms
Anton Tananaev8 months ago

Have you compiled the web app?

Youssef8 months ago

no traccar server

Anton Tananaev8 months ago

If you want to use the web app, you should compile it first.

Youssef8 months ago

when I compile the web app same thing and I got : HTTP 401 Unauthorized - WebApplicationException (SecurityRequestFilter:132 < ... < OverrideFilter:49 < ...) from http://localhost:8082/api/ping

Anton Tananaev8 months ago

What is the http://localhost:8082/api/ping?

Youssef8 months ago

I have created a new class in resource to check the ping I have found the source code here: https://www.youtube.com/watch?v=8VFcMQEZnCQ

Anton Tananaev8 months ago

Sounds like you customized Traccar and failed to disclose it.

Youssef8 months ago

did not strat any customization yet.