Problems Installing, missing JRE

rahulzeel9 years ago

Hello, have entered the IP
<!-- Web interface -->
<entry key='http.enable'>true</entry>
<entry key='http.address'>10.88.2.226</entry>
<entry key='http.port'>8082</entry>
<entry key='http.application'>C:\Program Files (x86)\Traccar\traccar-web.war</entry>

But still not able to assign Ip for port 5005. Also number of active socket connections:

C:\Users\DataDiodeRX>netstat -a -n | find /c "0.0.0.0:5005"
1

C:\Users\DataDiodeRX>netstat -a -n | find /c "10.88.2.224:5005"
0

Anton Tananaev9 years ago

Sorry, I gave you wrong config line. Here is a correct one:

<entry key='t55.address'>10.88.2.226</entry>

rahulzeel9 years ago

Yes Now its working fine...thanks a lot for your quick support...

Your demo site has perimeter fencing option but the the one we installed dont have that option...is their any way we can get it

Anton Tananaev9 years ago

Which demo are you talking about? Official demo doesn't have geofencing feature.

baldgeezer9 years ago

I too cannot install Traccar due to JRE error. I have tried both 32-bit and 64-bit installers and both fail with the same error telling me JRE 1.6 is missing.

this is the result from Java - version:

java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b18)
Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode)

-Dave

Anton Tananaev9 years ago

Are you sure you have installed Java for all users? I have seen this problem a couple of times when Java is installed for a single user. Note that Traccar runs from a System user account (as most Windows services) and not from your user account.