Windows installer tip....

David9 years ago

Hi overthere,

I'm new user and i trying to install server onto a XP SP3 machine.

In fact, all seems to be ok.

When i try to start web console app ( i guess /web/release.html ) i receve several error messages about file s not found at server like:

file://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.min.css Failed to load resource: net::ERR_FILE_NOT_FOUND

file://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css Failed to load resource: net::ERR_FILE_NOT_FOUND

file://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-neptune/theme-neptune.js Failed to load resource: net::ERR_FILE_NOT_FOUND

file://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-neptune/resources/theme-neptune-all.css Failed to load resource: net::ERR_FILE_NOT_FOUND

file://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.min.js Failed to load resource: net::ERR_FILE_NOT_FOUND

I just tryed to download this files from github, but some of this are missing or renamed...

Any ideas ?

Thanks in advance,
Greetings from Buenos Aires, Argentina
David

Anton Tananaev9 years ago

It looks like you are trying to open HTML pages directly from file system. It's not going to wok. You need to have an HTTP server to serve web interface files. Traccar service includes an embedded HTTP server, so you can use that if you want.

David9 years ago

Thanks Anton,
Your response in 5 minutes !
Wow !

How do i do to start the embedded HTTP server ?
What program do i execute in order to open the web interface ?

Thanks again !
David

Anton Tananaev9 years ago

The easiest options would be to download and install official release from here:

https://www.traccar.org/download/

Alternatively you can build project from source:

https://www.traccar.org/build/

David9 years ago

Hi Igor,
Thanks a bunch !

Traccar server is running like a charm on my local pc.

FYI, the enviroment of this pc is XP SP3 + Apache + No-IP

If you wanna see how it is working, the address is:

http://neoespecialista.ddns.net:8082

Another question:

I had tryed to open the sqlite database with several sqlite managers.

None of them had worked.

What sqlite manager i must to use to admin the data ?

Thanks again,

David

David9 years ago

Thanks Anton !

you have my vote !

Traccar server is running on my local PC ( XP SP3 + Apache + No-IP )

Another question:

I had tryed to edit the sqlite database with several sqlite manager clients.
None of them had worked.

What must i do to edit the database ?

Thanks again,
David

Anton Tananaev9 years ago

By default Traccar uses H2 database (http://www.h2database.com/html/main.html). You can try to use H2 Console to access it (http://www.h2database.com/html/tutorial.html).