Page 1 of 1

cannot start in html5 console. error message: Resource not found (60038)

Posted: Fri Aug 11, 2017 10:33 am
by kbmelati
hi, i cannot login using html5 console. and able to login with native console.

the error:
{"code":404,"status":"fail","message":"Resource not found (60038)."}

eve .71, running in baremetal.

$ dpkg -l|grep eve-ng
ii eve-ng 2.0.3-71 amd64 A new generation software for networking labs.
ii eve-ng-dynamips 2.0.2-2 amd64 Dynamips files for Eve-NG.
ii eve-ng-guacamole 2.0.3-69 amd64 Guacamole for UNetLab/EVE-NG
ii eve-ng-qemu 2.0.3-70 amd64 QEMU files for Eve-NG.
ii eve-ng-schema 2.0.3-69 amd64 Database schema for UNetLab/EVE-NG
ii eve-ng-vpcs 1.0-eve-ng amd64 vpcs Eve-NG compatible
$

thanks in advance.

Re: cannot start in html5 console. error message: Resource not found (60038)

Posted: Fri Aug 11, 2017 1:58 pm
by ecze

Re: cannot start in html5 console. error message: Resource not found (60038)

Posted: Tue Aug 15, 2017 9:31 am
by kbmelati
hi ecze,

problem solved. After i run :
cat /opt/unetlab/schema/guacamole-update.sql | mysql -u root --password=eve-ng guacdb

i also check my "Listen" config in apache, i realized that i have changed from "Listen 80" to "listen ipaddress:80".

i then add also "listen 127.0.0.1:80" and it works.

thanks.