Docverter / docverter

Docverter Server
Other
831 stars 100 forks source link

curl: (7) couldn't connect to host #20

Open tim-peterson opened 11 years ago

tim-peterson commented 11 years ago

I installed docverter server on my Ubuntu 12.04 EC2 instance.

Running the demo gives the following error:

~/docverter/doc/examples/shell/html_to_pdf# ./convert.sh

 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) couldn't connect to host

In debugging with @peterkeen, it appears that the docverter server is not installing correctly so port 9595 (the port called in convert.sh) isn't active.

It looks like we need a from-scratch install in a VM?