cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1574
Views
0
Helpful
2
Replies

spa3102 provisioning: error http_get failed

brunosalzano
Level 1
Level 1

Hi,

i'm experiencing a problem with provisioning on a spa3102: if i try to provision the ata through tftp all works fine.

If I try to set provisioning with http on the ata, in the syslog i found these messages:

Jul 23 07:25:55 SPA-3102 00: 0e:08:xx:xx:xx -- Requesting resync http://192.168.1.6:80/provisioning/web/spa.xml

Jul 23 07:25:55 SPA-3102 00: 0e:08:xx:xx:xx -- Requesting resync http://192.168.1.6:80/provisioning/web/spa.xml

Jul 23 07:25:55 FMM >>>> Requesting profile

Jul 23 07:25:55 create tcp connection failed

Jul 23 07:25:55 SPA-3102 00: 0e:08:xx:xx:xx -- Resync failed: http_get failed

Jul 23 07:25:55 SPA-3102 00: 0e:08:xx:xx:xx -- Resync failed: http_get failed

Jul 23 07:25:55 FMM >>>> Failed profile

On the apache webserver logs there's no log of spa3102 connection. So i've done a tcpdump of data between ata and webserver and it seems that the ata have some trouble to open the socket (check the attached screenshot)

Hope someone can help me.

Bruno

2 Replies 2

nseto
Level 6
Level 6

Just wanted to verify, you are able to reach that file through your web browser?

Hi,

i was able to solve this problem. My http server was running in a virtualized environment (Debian Lenny 64bit under VirtualBox): the VM's tcpip stack seems to be the problem. If I run the http server on a real machine the http provisioning works great.

Thank You