Clean installation.

Mavrlika year ago

I installed and configured everything according to the instructions, the services are working, there are no errors in the logs.

But, I can't get into the window through the browser, I typed the address http://192.168.0.32:8082 white background and that's it.
There are no errors in the logs.

What should I do?

Give me a direction where to dig, thanks.

here are my settings:
traccar.xml

<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost/traccar?zeroDateTimeBehavior=round&amp;serverTimezone=UTC&amp;allowPublicKeyRetrieval=true&amp;useSSL=false&amp;allowMultiQueries=true&amp;autoReconnect=true&amp;useUnicode=yes&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</entry>
<entry key='database.user'>root</entry>
<entry key='database.password'>root</entry>
Track-tracea year ago

Show the server log.

Did you compile the server yourself? If so did you also build the web ?

Mavrlika year ago

Yes, I deployed the VM on Centos myself on March 8th
It goes online and there are pings

2024-01-02 12:53:40  INFO: Operating system name: Linux version: 4.18.0-529.el8.x86_64 architecture: amd64
2024-01-02 12:53:40  INFO: Java runtime name: OpenJDK 64-Bit Server VM vendor: Eclipse Adoptium version: 17.0.6+10
2024-01-02 12:53:40  INFO: Memory limit heap: 910mb non-heap: 0mb
2024-01-02 12:53:40  INFO: Character encoding: UTF-8 charset: UTF-8
2024-01-02 12:53:40  INFO: Version: 5.10
2024-01-02 12:53:40  INFO: Starting server...
2024-01-02 12:53:40  INFO: HikariPool-1 - Starting...
2024-01-02 12:53:41  WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2024-01-02 12:53:41  INFO: HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@48e7b3d2
2024-01-02 12:53:41  INFO: HikariPool-1 - Start completed.
2024-01-02 12:53:41  INFO: Clearing database change log checksums
2024-01-02 12:53:42  INFO: Successfully acquired change log lock
2024-01-02 12:53:42  INFO: Successfully released change log lock
2024-01-02 12:53:45  INFO: Reading from traccar.DATABASECHANGELOG
2024-01-02 12:53:46  INFO: Reading from traccar.DATABASECHANGELOG
2024-01-02 12:53:46  INFO: Reading from traccar.DATABASECHANGELOG
2024-01-02 12:53:46  INFO: UPDATE SUMMARY
2024-01-02 12:53:46  INFO: Run:                          0
2024-01-02 12:53:46  INFO: Previously run:              45
2024-01-02 12:53:46  INFO: Filtered out:                 0
2024-01-02 12:53:46  INFO: -------------------------------
2024-01-02 12:53:46  INFO: Total change sets:           45

2024-01-02 12:53:46  INFO: Update summary generated
2024-01-02 12:53:46  INFO: Successfully released change log lock
2024-01-02 12:53:46  INFO: Command execution complete
2024-01-02 12:53:48  INFO: jetty-11.0.18; built: 2023-10-27T02:14:36.036Z; git: 5a9a771a9fbcb9d36993630850f612581b78c13f; jvm 17.0.6+10
2024-01-02 12:53:48  INFO: Started o.t.w.@60efafb4{/,null,AVAILABLE}
2024-01-02 12:53:48  INFO: Session workerName=node0
2024-01-02 12:53:49  WARN: JAXBContext implementation could not be found. WADL feature is disabled.
2024-01-02 12:53:49  INFO: Started o.e.j.s.ServletContextHandler@37d32f97{/,null,AVAILABLE}
2024-01-02 12:53:49  INFO: Started ServerConnector@686a8e6a{HTTP/1.1, (http/1.1)}{0.0.0.0:8082}
2024-01-02 12:53:49  INFO: Started Server@24b9d196{STARTING}[11.0.18,sto=0] @9977ms
2024-01-02 12:53:49  INFO: Health check enabled with period 480000
Track-tracea year ago

Check the browser console for errors

Mavrlika year ago
Experiment next-generation-accessibility-engine-powering-screen-readers has unknown featureId: accessibilityCache RemoteSettingsExperimentLoader.sys.mjs:596:21
    _validateBranches resource://nimbus/lib/RemoteSettingsExperimentLoader.sys.mjs:596
    checkRecipe resource://nimbus/lib/RemoteSettingsExperimentLoader.sys.mjs:503


Error: Can't find profile directory. XULStore.sys.mjs:60:15
    load resource://gre/modules/XULStore.sys.mjs:60
    XULStore resource://gre/modules/XULStore.sys.mjs:17
Mavrlika year ago

I forgot to just open the port

))))))