-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start Webinterface #412
Comments
HI @bypass1 ! It seem that you are using an outdated version of AIL. git pull
./LAUNCH -l |
thanks for quick reply...:)
|
Everything seem to works as expected. You can check the status of the flask server: Are you using a fork or a clone ? |
i reset to the old snapshot and do the process again: git pull
|
i dont use a fork or clone....i deployed the .ova image |
I also downloaded the OVA file and then imported in to VirtualBox to try to run it for comparing my installation of the framework starting from scratch. However, I also had the error messages as the OP has. Then I tried to search for the root cause, finding surprisingly that there is no apache in the OVA. So I wish to know that if the web UI can really be accessible even though no apache is needed? Thanks! |
Any Update on this situation |
This can work now. Thanks!
SalmounHaytam (<[email protected]>) 在 2021年3月9日星期二 下午11:08:59 [GMT+8] 寫道:
Any Update on this situation
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
How it works, because I still have that problem.
…On Wed, Mar 10, 2021 at 11:02 AM michaelhku2002 ***@***.***> wrote:
This can work now. Thanks!
SalmounHaytam ***@***.***>) 在 2021年3月9日星期二 下午11:08:59
[GMT+8] 寫道:
Any Update on this situation
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#412 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO5MO4YKPRIWDREQO7TV2X3TC47UNANCNFSM4I66OGFA>
.
--
*SALMOUN Haytam,*
* Cyber security Engineering Student,*
*intern in Attijariwafa Bank,*
* Digital Job Fair president and AEINPT advisor.*
* Tel : 00212639763897 *
|
What do you want to Launch?:
1+) Redis
2+) Ardb
3+) Logs
4+) Queues
5+) Scripts
6 ) Killall
7 ) Shutdown
8 ) Update-config
9 ) Update-thirdparty
Scripts was checked
Check an option (again to uncheck, ENTER when done):
* Launching Redis servers
* Launching ARDB servers
* Launching logging process
* Launching all the queues
* Checking configuration
* Configuration up-to-date
* Launching ZMQ scripts
Launching web interface, 3 seconds to escape
Misp not connected
The HIVE not connected
Traceback (most recent call last):
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 484, in connect
sock = self._connect()
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 541, in _connect
raise err
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 529, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/client.py", line 667, in execute_command
connection.send_command(*args)
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 610, in send_command
self.send_packed_command(self.pack_command(*args))
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 585, in send_packed_command
self.connect()
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6382. Connection refused.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 484, in connect
sock = self._connect()
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 541, in _connect
raise err
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 529, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "Flask_server.py", line 126, in
r_serv_tags.sadd('active_taxonomies', 'infoleak')
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/client.py", line 1600, in sadd
return self.execute_command('SADD', name, *values)
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/client.py", line 673, in execute_command
connection.send_command(*args)
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 610, in send_command
self.send_packed_command(self.pack_command(*args))
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 585, in send_packed_command
self.connect()
File "/home/ail/AIL-framework/AILENV/lib/python3.5/site-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6382. Connection refused.
The text was updated successfully, but these errors were encountered: