<?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: ACS 4.2 - Issue with Login on Web administration in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575000#M361727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 class="p_H_Head2"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Components Backed Up&lt;/SPAN&gt;&lt;/H3&gt;&lt;A name="wp222472"&gt;&lt;/A&gt;&lt;A name="wpmkr222468"&gt;&lt;/A&gt;&lt;A name="wpmkr222470"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;The ACS System Backup feature backs up the ACS user database that is&amp;nbsp; relevant to ACS. The user database backup includes all user information,&amp;nbsp; such as username, password, and other authentication information,&amp;nbsp; including server certificates and the certificate trust list.&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/SCBasic.html#wp222466"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/SCBasic.html#wp222466&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Oct 2010 17:51:45 GMT</pubDate>
    <dc:creator>aneelaka</dc:creator>
    <dc:date>2010-10-07T17:51:45Z</dc:date>
    <item>
      <title>ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574995#M361722</link>
      <description>&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are experiencing issue with one of our ACS server.&lt;/P&gt;&lt;P&gt;Regularly, we are not able to login on WEB admin page of ACS.The only way to solve the issue is to restart CSadmin till the next crash.&lt;/P&gt;&lt;P&gt;The web service is UP but it is like the Java client is never launched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a test.... I restarted the service, launched several Web admin connections without problem. I started a download of .cab files from ACSView server without problem and after several minutes (don't know how many exactly) I'm not able to logon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACS version is &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN class="content"&gt;4.2(0) Build 124 Patch 17.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I join the CSadmin log. (the log file starts at the beginning of the test.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:27:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574995#M361722</guid>
      <dc:creator>ybilteryst</dc:creator>
      <dc:date>2019-03-11T00:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574996#M361723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this for ACS on windows, could you try both HTTP and HTTPS access, below error shows on log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMN 10/01/2010 14:33:51 I 1554 0992 0x0 Connection attempt to HTTPS server using the HTTP protocol. Sending redirect to HTTP&lt;/P&gt;&lt;P&gt;ADMN 10/01/2010 14:33:51 I 1094 0992 0x0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received HTTP request "GET /redirect.exe?args=dummy HTTP/1.0".&lt;/P&gt;&lt;P&gt;ADMN 10/01/2010 14:34:21 E 0282 0992 0x0 HTTP request receive processing terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure the&amp;nbsp; web port is not being used by other application&lt;/P&gt;&lt;PRE&gt;You could try a command like this:

netstat -o -n -p tcp | findstr /i 2002

if you get a match, the last number should be the process id - relate that with task
manager to get the name of the process listening on tcp 2002.
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;- add the the following ip address in trusted site of the internet expolorer in the
machine you are trying to access the ACS from.

Tools --&amp;gt; internet options --&amp;gt; security --&amp;gt; trusted sites --&amp;gt; add:
127.0.0.1:2002.

- Install the Java virtual machine on the same machine.
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 22:09:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574996#M361723</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-01T22:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574997#M361724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of your prerequesites listed in the previous message are in place. The problem is after a undefined time, we are not ablt to log on ACS Admin Web Service. The only solution I have is to restart CSadmin service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did the test, the netstat command shown the TCP port is opened correclty but nothing happened in Web Browser. See here below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;C:\Documents and Settings\adm&amp;gt;netstat -o -n -p tcp | findstr /i 2002&lt;BR /&gt;&amp;nbsp; TCP&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.46.65:2002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.45.100:3542&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ESTABLISHED&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2416&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574997#M361724</guid>
      <dc:creator>ybilteryst</dc:creator>
      <dc:date>2010-10-05T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574998#M361725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know if you are ok to&amp;nbsp; take the backup of ACS and reinstall and reload the dump file and test it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:07:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574998#M361725</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-05T22:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574999#M361726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is the only way to proceed I will do but not for the moment...&lt;/P&gt;&lt;P&gt;I don't know if backup file contains new Radius dictionnary and AD Mappings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 08:42:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1574999#M361726</guid>
      <dc:creator>yabilteryst</dc:creator>
      <dc:date>2010-10-07T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575000#M361727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="content"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 class="p_H_Head2"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Components Backed Up&lt;/SPAN&gt;&lt;/H3&gt;&lt;A name="wp222472"&gt;&lt;/A&gt;&lt;A name="wpmkr222468"&gt;&lt;/A&gt;&lt;A name="wpmkr222470"&gt;&lt;/A&gt;&lt;P class="pB1_Body1"&gt;The ACS System Backup feature backs up the ACS user database that is&amp;nbsp; relevant to ACS. The user database backup includes all user information,&amp;nbsp; such as username, password, and other authentication information,&amp;nbsp; including server certificates and the certificate trust list.&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/SCBasic.html#wp222466"&gt;http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.2/user/guide/SCBasic.html#wp222466&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 17:51:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575000#M361727</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-07T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575001#M361728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are not comfortable sending your backup in this forum you are welcome to open a TAC case where you can use a secure method to send your backup directly to a TAC engineer.&lt;/P&gt;&lt;P&gt;--Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 21:11:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575001#M361728</guid>
      <dc:creator>jedubois</dc:creator>
      <dc:date>2010-10-07T21:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 4.2 - Issue with Login on Web administration</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575002#M361729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will open a case and send the backup file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 08:52:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-4-2-issue-with-login-on-web-administration/m-p/1575002#M361729</guid>
      <dc:creator>ybilteryst</dc:creator>
      <dc:date>2010-10-08T08:52:05Z</dc:date>
    </item>
  </channel>
</rss>

