<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: can't login to web console in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/259998#M96517</link>
    <description>&lt;P&gt;So no replys yet, but I gathered this from the MineMeld-web.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [INFO] Starting gunicorn 19.5.0&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:22 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:22 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:23 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:23 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:24 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:24 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:25 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:25 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:26 +0000] [16654] [ERROR] Can't connect to ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [INFO] Starting gunicorn 19.5.0&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:28 +0000] [16658] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:28 +0000] [16658] [ERROR] Retrying in 1 second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this help anyone?&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2019 15:19:29 GMT</pubDate>
    <dc:creator>Mattk</dc:creator>
    <dc:date>2019-05-06T15:19:29Z</dc:date>
    <item>
      <title>can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/259853#M96516</link>
      <description>&lt;P&gt;I have just instaled MM on Ubunto 16.04. Using these instructions:&lt;/P&gt;
&lt;H2&gt;Howto on Ubuntu 16.04&lt;/H2&gt;
&lt;PRE&gt;&lt;CODE&gt;$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install -y gcc git python-minimal python2.7-dev libffi-dev libssl-dev make
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo -H python get-pip.py
$ sudo -H pip install ansible
$ git clone https://github.com/PaloAltoNetworks/minemeld-ansible.git
$ cd minemeld-ansible
$ ansible-playbook -K -i 127.0.0.1, local.yml
$ usermod -a -G minemeld &amp;lt;your user&amp;gt; # add your user to minemeld group, useful for development&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears to be running and the web interface comes up.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to login using ether admin:minemend or my user:password the login times out. "error checking credintals : Timeout"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to follow these instructions to fix this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/New-minemeld-deploy-unable-to-login-to-GUI/td-p/211171" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Discussions/New-minemeld-deploy-unable-to-login-to-GUI/td-p/211171&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sudo service minemeld stop
sudo -H -u minemeld /opt/minemeld/engine/current/bin/pip install pip==9.0.3
sudo service minemeld start&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This didn't fix the problem ether.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on how to fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 21:31:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/259853#M96516</guid>
      <dc:creator>Mattk</dc:creator>
      <dc:date>2019-05-03T21:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/259998#M96517</link>
      <description>&lt;P&gt;So no replys yet, but I gathered this from the MineMeld-web.log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [INFO] Starting gunicorn 19.5.0&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:21 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:22 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:22 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:23 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:23 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:24 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:24 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:25 +0000] [16654] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:25 +0000] [16654] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:26 +0000] [16654] [ERROR] Can't connect to ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [INFO] Starting gunicorn 19.5.0&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:27 +0000] [16658] [ERROR] Retrying in 1 second.&lt;BR /&gt;[2019-05-06 08:13:28 +0000] [16658] [ERROR] Connection in use: ('127.0.0.1', 5000)&lt;BR /&gt;[2019-05-06 08:13:28 +0000] [16658] [ERROR] Retrying in 1 second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this help anyone?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 15:19:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/259998#M96517</guid>
      <dc:creator>Mattk</dc:creator>
      <dc:date>2019-05-06T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/260294#M96518</link>
      <description>&lt;P&gt;Im getting the exact same thing. I was able to log in yesturday but as it stands now I have no way of logging in via the Web console&lt;/P&gt;
&lt;P&gt;Keep getting errors "ERROR CHECKING CREDENTIALS: Timeout"&lt;/P&gt;
&lt;P&gt;Resarted the Ubuntu server multiple times, restarted minemeld service.&lt;/P&gt;
&lt;P&gt;Ran&lt;/P&gt;
&lt;P&gt;sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf status&lt;/P&gt;
&lt;P&gt;and all are running&lt;/P&gt;
&lt;P&gt;issued a restart via&amp;nbsp;sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/local/supervisor/config/supervisord.conf resart all&lt;/P&gt;
&lt;P&gt;Verified all services running&lt;/P&gt;
&lt;P&gt;Checked rabbitmq-server, redis-server and collectd and all are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checker resource usage via TOP and all is fine and checked disk storrage, all is well to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still cannot log into the web interface&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 21:40:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/260294#M96518</guid>
      <dc:creator>NateMiles</dc:creator>
      <dc:date>2019-05-08T21:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/260382#M96519</link>
      <description>&lt;P&gt;Glad I'm not alone.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 14:32:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/260382#M96519</guid>
      <dc:creator>Mattk</dc:creator>
      <dc:date>2019-05-09T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/280336#M96520</link>
      <description>&lt;P&gt;Same issue here. Im two months late and I still dont see this being resolved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:56:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/280336#M96520</guid>
      <dc:creator>Alex_Lora</dc:creator>
      <dc:date>2019-07-31T15:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/290138#M96521</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;have anyone a fix for our problem?&lt;/P&gt;
&lt;P&gt;i have the same Login Error after a new installations&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 13:48:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/290138#M96521</guid>
      <dc:creator>AndreasRoth</dc:creator>
      <dc:date>2019-09-26T13:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/292709#M96522</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same problem, after deploying it on debian10 buster (stable).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Install gunicorn and some deps:&lt;/P&gt;&lt;P&gt;pip install gunicorn&lt;BR /&gt;pip install -r /opt/minemeld/engine/core/requirements.txt&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Then I stopped minemeld web process:&lt;/P&gt;&lt;P&gt;sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/supervisor/config/supervisord.conf stop&amp;nbsp;minemeld-web&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And I checked supervisor config in order to launch command with all variables set :&lt;/P&gt;&lt;P&gt;cat /opt/minemeld/supervisor/config/conf.d/minemeld-web.conf&lt;/P&gt;&lt;P&gt;[program:minemeld-web]&lt;BR /&gt;environment=MM_CONFIG="/opt/minemeld/local/config/",PATH="/opt/minemeld/engine/current/bin",HOME="/opt/minemeld/local/data",MINEMELD_PROTOTYPE_PATH="/opt/minemeld/local/prototypes:/opt/minemeld/prototypes/current"&lt;BR /&gt;command=/opt/minemeld/engine/current/bin/gunicorn -w 1 -b 127.0.0.1:5000 --worker-connections 500 --access-logfile - --error-logfile - -k gevent minemeld.flask.main:app&lt;BR /&gt;directory=/tmp&lt;BR /&gt;user=minemeld&lt;BR /&gt;umask=027&lt;BR /&gt;autostart=true&lt;BR /&gt;autorestart=true&lt;BR /&gt;redirect_stderr=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So then I exported vars :&lt;/P&gt;&lt;P&gt;export MM_CONFIG="/opt/minemeld/local/config/" ; export PATH="/opt/minemeld/engine/current/bin":$PATH ; export HOME="/opt/minemeld/local/data" ; export MINEMELD_PROTOTYPE_PATH="/opt/minemeld/local/prototypes:/opt/minemeld/prototypes/current"&lt;BR /&gt;&lt;BR /&gt;And ran minemeld web via commandline:&lt;/P&gt;&lt;P&gt;cd&amp;nbsp;/opt/minemeld/engine/core&lt;BR /&gt;/opt/minemeld/engine/current/bin/python2.7 /opt/minemeld/engine/current/bin/gunicorn -w 1 -b 127.0.0.1:5000 --worker-connections 500 --access-logfile - --error-logfile - -k gevent minemeld.flask.main:app&lt;BR /&gt;&lt;BR /&gt;It threw errors about packages missing so I installed them:&lt;/P&gt;&lt;P&gt;pip install flask&lt;BR /&gt;pip install passlib.apache&lt;BR /&gt;pip install passlib&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So finally I relaunched again and it worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realized I was doing it with root user so I stopped it and ran as minemeld to check there were not permission problems:&lt;/P&gt;&lt;P&gt;sudo -u minemeld /opt/minemeld/engine/current/bin/python2.7 /opt/minemeld/engine/current/bin/gunicorn -w 1 -b 127.0.0.1:5000 --worker-connections 500 --access-logfile - --error-logfile - -k gevent minemeld.flask.main:app&lt;BR /&gt;&lt;BR /&gt;It started correctly and I was able to login into web console. So I canceled command and started from supervisor:&lt;/P&gt;&lt;P&gt;sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/supervisor/config/supervisord.conf start&amp;nbsp;minemeld-web&lt;BR /&gt;&lt;BR /&gt;Now is working, but it took about 4 hours of debugging due to lack of error logs on minemeld log folder.&lt;BR /&gt;&lt;BR /&gt;I hope this helps any other having same problem.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 10:35:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/292709#M96522</guid>
      <dc:creator>busyninja</dc:creator>
      <dc:date>2019-10-12T10:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/295730#M96523</link>
      <description>&lt;P&gt;A process is using port 5000. Find the process and run the kill command.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 18:23:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/295730#M96523</guid>
      <dc:creator>TomStahura1</dc:creator>
      <dc:date>2019-11-01T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: can't login to web console</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/298544#M96524</link>
      <description>&lt;P&gt;So I did a fresh VM install from CentOS 7 (minimal install) using the instructions here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/minemeld-ansible" target="_blank" rel="noopener"&gt;https://github.com/PaloAltoNetworks/minemeld-ansible&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which are basically OPs steps and I have this problem too...I have no idea how to troubleshoot this...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 14:12:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-t-login-to-web-console/m-p/298544#M96524</guid>
      <dc:creator>MysticRyuujin</dc:creator>
      <dc:date>2019-11-14T14:12:21Z</dc:date>
    </item>
  </channel>
</rss>

