Hi,
We recently upgraded our Raspberry PI to Raspbian GNU/Linux 9.
I have installed and configured Vera Concierge. However, when I test connectivity locally between the server and the Vera I get a message saying I must be running a firewall on the local Vera Concierge server.
When itables was installed it was default accept everything. To be sure I uninstalled iptables. Still getting that error.
Then I tried to telnet to ports reported in the error message: 8998 and 8989. Sure enough I can’t connect.
Running nmap against my VeraLite I only see this:
[code]pi@pifi:/usr/local/vera_concierge $ nmap xxx.xxx.xxx.xx
Starting Nmap 7.40 ( https://nmap.org ) at 2019-02-10 11:25 PST
Nmap scan report for xxx.xxx.xxx.xx
Host is up (0.0011s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain
80/tcp open http
[/code]
The only thing I can see on the Vera is to enable UPnP which I did but that still didn’t open those ports.
VeraLite firmware version: 1.7.1040
Raspberry PI: Raspbian GNU/Linux 9
Vera Concierge Version: 2.0.31
From the logs:
Exception:java.net.SocketTimeoutException: Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1536)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.rtsservices.veraconnect.access.VeraGateway.URLConnection(VeraGateway.java:115)
Feb 10, 2019 12:14:08 PM I:VeraConnect.VeraGateway:URLConnection:http://xxx.xxx.xx.xx/port_3480/data_request?&id=variableget&Variable=PK_AccessPoint
This URL call returns the ID of my VeraLite, however,
Feb 10, 2019 12:14:08 PM I:VeraConnect.VeraGateway:URLConnection:http://xxx.xxx.xx.xx/port_3480/data_request?id=lr_VCSProxy&Request=%2FQuery%3FDiscovered
This URL call returns
Handler failed
I searched the forum and couldn’t find anything specific to this issue. If I missed a post please provide the link. I’ll continue my search.
Thanks,
Nicci