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

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
kbmelati
Posts: 15
Joined: Fri Mar 24, 2017 2:54 am

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

Post by kbmelati » Fri Aug 11, 2017 10:33 am

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.


kbmelati
Posts: 15
Joined: Fri Mar 24, 2017 2:54 am

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

Post by kbmelati » Tue Aug 15, 2017 9:31 am

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.

Post Reply