Opened 5 years ago

Closed 5 years ago

#2170 closed defect (worksforme)

actinia endpoint not responsive?

Reported by: darkblueb Owned by: osgeolive@…
Priority: normal Milestone: OSGeoLive13.0
Component: OSGeoLive Keywords: actinia
Cc:

Description

starting actinia on build234

user@osgeolive:~$ ps aux | grep gunicorn
user     10955  0.0  0.1  71712 24240 pts/2    S+   02:54   0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app
user     10961  0.1  0.3 176908 55724 pts/2    S+   02:54   0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app
user     10966  0.1  0.2 256812 48228 pts/2    Sl+  02:54   0:00 /usr/bin/python3 /usr/bin/gunicorn3 -b 0.0.0.0:8088 -w 1 actinia_core.main:flask_app
user     11281  0.0  0.0  23256  1044 pts/0    S+   03:03   0:00 grep --color=auto gunicorn
user@osgeolive:~$ curl 192.168.1.3:8088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.  If you entered the URL manually please check your spelling and try again.</p>
user@osgeolive:~$ curl localhost:8088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.  If you entered the URL manually please check your spelling and try again.</p>
user@osgeolive:~$ curl 0.0.0.0:8088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.  If you entered the URL manually please check your spelling and try again.</p>
user@osgeolive:~$ curl http://0.0.0.0:8088
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.  If you entered the URL manually please check your spelling and try again.</p>

might be an error on my part, new to actinia

Change history (2)

comment:1 by kalxas, 5 years ago

Please follow the quickstart.

curl -u actinia-gdi:actinia-gdi 'http://localhost:8088/api/v1/version'

works for me.

comment:2 by kalxas, 5 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.