Custom Query (1118 matches)
Results (13 - 15 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2170 | worksforme | actinia endpoint not responsive? | ||
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 |
|||
#2287 | worksforme | duplicate Marble launcher in **Other** sub menu | ||
#2305 | worksforme | Apache service fails to start | ||
Description |
user@osgeolive:~$ sudo service apache2 status ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: timeout) since Thu 2021-01-28 00:10:43 UTC; 11min ago Docs: https://httpd.apache.org/docs/2.4/ Process: 1570 ExecStart=/usr/sbin/apachectl start (code=killed, signal=TERM) Jan 28 00:09:13 osgeolive systemd[1]: Starting The Apache HTTP Server... Jan 28 00:10:43 osgeolive systemd[1]: apache2.service: start operation timed out. Terminating. Jan 28 00:10:43 osgeolive systemd[1]: apache2.service: Failed with result 'timeout'. Jan 28 00:10:43 osgeolive systemd[1]: Failed to start The Apache HTTP Server. |
Note:
See TracQuery
for help on using queries.