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
Have you compiled the web app?
If you want to use the web app, you should compile it first.
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
What is the http://localhost:8082/api/ping
?
Sounds like you customized Traccar and failed to disclose it.
did not strat any customization yet.
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.