WLC Management Page not responding

Hi,
I'm facing a weird problem which's the WLC management page will not be responding after a certain periods say about 2weeks. Then i've to reset the WLC system in order to get it works.Internet surfing will not be affected when the management page not responding but the local web authentication page yes as the local system held the GUI files. I'm thinking whether this's a software bug or what. Anyone has the idea?
Btw, the WLC system that i had is an integrated machine with 3750G switches.
regards.

i had the same problem when im upgrade software 4402 to 5.2 version.
try with this:
There can be several reasons associated with this issue. One common reason can be related to the virtual interface configuration of the controller. In order to resolve this problem, remove the virtual interface and then re-generate it with this command:
WLC>config interface address virtual 1.1.1.1
Then, reboot the controller. After the controller is rebooted, re-generate the webauth certificate locally on the controller with this command:
WLC>config certificate generate webauth
In the ouput of this command, you should see this message: Web Authentication certificate has been generated.
Now, you should be able to access the secure web mode of the controller upon reboot.
Regards
Antonio.

Similar Messages

  • HT1338 XSERVE 10.6.8 is running very slow, and Workgroup Manager is not responding

    XSERVE 10.6.8 is running very slow, and Workgroup Manager is not responding. There is no more updates to download.

    munish khanna wrote:
    1. upgrade to lion, which should over write previous software and the reasons for it being slow.
    No, you don't want to upgrade over a buggy system, Lion has issues of it's own that will only complicate matters, plus Lion is slower than Snow Leopard.
    Learn all the pitfalls before you upgrade to Lion, like all your Rosetta/older programs will no longer work and more.
    Leave Lion for a new hardware purchase is my advice, it's still got plenty of security and other issues.
    For your performance, your likely better off replacing the hard drive with a 7,200 RPM model and maxing the RAM, download the free MacTracker to find out your specs, and OtherWorld Computing is good for videos, tools and parts.
    http://eshop.macsales.com/installvideos/
    2. Format the hard disc and reinstall snow leopard.
    That will work, provided your data is off the machine first.
    Now how do i reinstall snow leopard as it was an online purchased upgrade from leopard.
    The 10.6 Snow Leopard disk that you upgraded 10.5 Leopard from actually has the full OS X 10.6 on it.
    All you have to do is stick the disk in and hold the c key down while booting, use Disk Utility to erase the entire drive, quit and install 10.6.
    Of course your not going to get the free iLife that came with the 10.5 grey disks, see if you can first install 10.5 with the same methods, then setup with the same user name as before, then upgrade to 10.6
    I think Apple nulled booting off the 10.5 disks, but it won't hurt to try.
    Another method would be to install 10.6 fresh by itself, then use the program called Pacifist to extract iLife from the 10.5 disks.
    http://www.charlessoft.com/
    Read here for plenty of how to's
    https://discussions.apple.com/message/16276201#16276201

  • Safari - "web pages not responding" about once an hour. I'm about to switch to Chrome if I can't fix this.

    Safari - "web pages not responding" about once an hour. I'm about to switch to Chrome if I can't fix this. Help?

    Regarding #1, your post says you have a beta version of Firefox 4. That may well be incorrect, but that is why the site says you do not have the latest version.
    Losing graphics on the bookmarks toolbar and not having a working back button are not normal, but I'm not sure whether you want to troubleshoot Firefox 4, roll back to Firefox 3.6, or just move on.
    How can we help?

  • Re: Node Manager is not responding

    Yes, we have seen this also. But only on NT Nodes. I have not seen this
    occur on UNIX or VMS. The only way we have been able to clean it up is by
    using Mark Russinovich's HandleEx utility. You cannot even look at it
    using Escript/environment console. It just hangs. It usually happens when
    available memory(RAM) is very low. I have not been able to find a way to
    resolve this problem without killing/restarting the nodemgr itself.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    We have the same problem when there are too many users connected to the
    environment. When the number of users reaches about 450 to 500, the
    environment become very unresponsive. Then it just hangs. We then have to
    kill the process and start it again. The way we have resolved this problems
    is by keep the number of users connected to the environment to about 400 to
    450.
    Mark what do you mean by Mark Russinovich's HandleEx utility?
    ka
    Kamran Amin
    Forte Technical Leader, Core Systems
    (203)-459-7362 or 8-204-7362 - Trumbull
    [email protected]
    From:
    [email protected][SMTP:[email protected]
    Sent: Monday, June 21, 1999 11:39 AM
    To: [email protected]
    Cc: [email protected]
    Subject: Re: Node Manager is not responding
    Yes, we have seen this also. But only on NT Nodes. I have not seen this
    occur on UNIX or VMS. The only way we have been able to clean it up is by
    using Mark Russinovich's HandleEx utility. You cannot even look at it
    using Escript/environment console. It just hangs. It usually happens
    when
    available memory(RAM) is very low. I have not been able to find a way to
    resolve this problem without killing/restarting the nodemgr itself.
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Page Not Responding (Streaming PDF)

    I'm not sure if this is related to my code or just the app I'm customizing, but here is the problem.
    I'm using FOP (Apache's Formatting Object's Processor) XML Graphics project.
    In any case, I'm creating this PDF on the fly and then streaming it back to the client as application/pdf. The PDF opens properly. However, the buttons on the page do not respond once the PDF opens. The page in question is part of a frameset, so when I hit the F5 (Refresh) button, all frames reload and the app responds as expected.
    Here is some of the code:
    XSLTInputHandler input = new XSLTInputHandler(new InputSource(new ByteArrayInputStream(myXML.getBytes("UTF-8"))), new InputSource(xsltStream));
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    Logger log = new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG);
    MessageHandler.setScreenLogger(log);
    Driver driver = new Driver();
    driver.setLogger(log);
    driver.setRenderer(Driver.RENDER_PDF);
    driver.setOutputStream(out);
    input.run(driver);
    HttpServletResponse response = (HttpServletResponse)getPageContext().getResponse();
    response.setContentType("application/pdf");
    response.addHeader("Content-Disposition", "attachment; filename=Report.pdf");
    byte[] content = out.toByteArray();
    response.setContentLength(content.length);
    response.getOutputStream().write(content);
    response.getOutputStream().flush();
    response.getOutputStream().close();Any one has any thoughts on this?

    it seems that once I call flush(), I no longer have a page, even though I can see it. I can't even view source for the page. I can, off course, refresh the page, then everything start working again...

  • Perl Flip 8230 & XP 64-bit - Desktop manager does not respond

    Greetings.
    I am using a brand new Perl Flip 8230 (black), along with the new software (the CD has a timestamp of 2008.12.18, well after the last update of 2008.11.17).
    When I install the software, it claims to be the 4.7 version, but I am having quite a few issues with it. First of all, while all the drivers install nicely, and the phone is recognized by the connection software, I am unable to *properly* launch the Desktop Manager.
    An inital launch (click on icon) of the Desktop Manager causes it to appear in the Task Manager, but it never ends up showing up on the screen. I even tried waiting for 1/2 hr, no dice. A second attempt at launching (without shutting down the process first) does cause it to appear, but it ends up completely unresponsive. There is still only one executable in the Task Manager (the second attempt did not launch a second copy), but what exists on the screen does not respond to any actions.
    The window that appears is almost completely blank - the dark grey background-image is visible, but pretty well no other text or icons of any kind exist aside from a large "Menu" at the upper left, which is also nonresponsive. As well, trying to close the window by using the red X at the upper right is completely unsuccessful. In order to close the program, I need to go to the task manager, find the process, and "End Process Tree". Nothing else works.
    Finally, the window that does appear also has a version number at the bottom in tiny text - version 4.5 of the desktop manager. HUH?!
    I tried to install a downloaded version of 4.7 (in case there was a mix-up at the factory), but it claimed that a newer copy of the software was installed. Somehow "4.7" is older than "4.5". Strange, that. Selecting the "desktopmgr.exe" file to run in compatibility mode as plain old "XP" also does not work.
    I tried to repair the installation, no dice. I have now uninstalled the software in preparation of using the 4.7 version straight from the Blackberry website. I will report back on how well that works.
    As a final note, I am running Windows XP 64-bit, with the latest service pack (SP2) and all the latest patches and updates (SP3 does not exist for XP 64-bit). I cannot install the software on a 32-bit version of XP because I do not have XP 32-bit on any of my computers. Nor do I have Vista (either 32-bit or 64-bit). I have Linux (5 computers), OpenBSD (3 computers), OpenSolaris (1 computer), Windows 2003 64-bit (2 servers), Windows 2008 64-bit (1 test machine) and several other experimental platforms (HaikuOS, BeOS, etc.), but no XP 32-bit. Sorry.
    My other half's computer is an older 1Ghz PowerPC4 iMac (2nd gen iMac - "lampshade" model) running 10.4 (most recent update), but that computer is not one I want to use. I am also unsure if the Blackberry software is capable of running on PowerPC Macs, as it may be Intel-only (I haven't had a chance to check yet).
    If someone has any idea why my Desktop Manager is completely unresponsive, please help.
    And yes, I did reboot after installation. I seriously doubt that this is an ID-ten-T error. PEBKAC does not apply!!

    An installation of the downloaded 4.7 software did not function; all symptoms were idential to the version supplied on CD.
    I am shutting this thread down in favour of a post in a more appropriate category. Please provide any replies in that thread.

  • SQL Server 2012 Reporting Services, Report Manager - Page not found

    Hi all,
    I am working on migrating reports to a new server so we can upgrade to a new machine and to SQL Server 2012 SP2.  The machine is up and running on Windows Server 2012 and I have installed SQL Server EE 2012 SP2.  I have imported the three databases
    from 2008R2
    * Report Server
    * ReportServer TempDB
    * RSSubscribers
    I have re-applied the encryption keys and I was thinking that everything was good to go until I went to try and manage the subscriptions on a report.  I select a report, use the drop arrow to get to manage
    and then try to select any of the options such as subscriptions and I get a "Page Not Found Error"
    If I take the URL and paste it in another browser, putting the previous server name in, it works fine.  So, the URL works fine...  I have no idea as to what I should do to figure out the problem.  I am considering rebuilding the whole install
    just to see if that would fix it.
    Thanks

    Hi SqlDude,
    According to your description, you have bind SSL to a Reporting Services URL Reservation. Now you find in your Report Manager, the Subscription page still start with "http://". Right?
    In this scenario, we need to change setting in rsreportserver.config file. Go to rsreportserver.config in "\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer". Find <Add Key="SecureConnectionLevel" Value="0"/>.
    Change the value into "3".
    Acceptable values are: 
    3 Most secure—Use SSL for absolutely everything.
    2 Secure—Use SSL for rendering and methods that pass credentials but don't insist on it for all SOAP calls.
    1 Basic Security—Accepts http but rejects any calls that might be involved in the passing of credentials.
    0 Least Secure—Don't use SSL at all.
    Besides, if you want to submit a feedback to Microsoft, please feel free to submit
    your situation on our product to the following link:
    https://connect.microsoft.com/SQLServer/Feedback.
    If you have any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Why would creative cloud app manager be not responding?

    I have just downloaded Creative Cloud and installed.  Initially I was able to navigate to the app manager and started the download of Photoshop.  It downloaded correctly.  I then later went back and opened and tried to go to the app manager and continually now get a not responding message.  That has been over the last two days.
    I uninstalled and reinstalled Creative Cloud and still am having the same issue.
    I've not began my subscription for the products because I want to make sure I can use them before I make that decision to buy them.
    Any suggestions are appreciated.

    I am running windows 7 professional.  Browser - Firefox but also have IE.
    I have disabled anti-virus and allow Adobe access via the firewall.
    I have again tried a download into the cloud desktop app and get a no response.  The error details are as follows:
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             Creative Cloud.exe
      Application Version:                           2.9.1.474
      Application Timestamp:                    54e121cd
      Fault Module Name:                          Creative Cloud.exe
      Fault Module Version:                        2.9.1.474
      Fault Module Timestamp:                 54e121cd
      Exception Code:                                  40000015
      Exception Offset:                                00146550
      OS Version:                                          6.1.7601.2.1.0.256.48
      Locale ID:                                             1033
      Additional Information 1:                  2282
      Additional Information 2:                  2282399860a1e8d0ee1342b7aa1586d4
      Additional Information 3:                  e43e
      Additional Information 4:                  e43eeb2ccb54af9542283f01cbfe0a6b
    I am hoping I am giving enough information.  Maybe I should see next if I should get someone to look remotely?

  • Just intalled FF new update. Yahoo home page and Gmail page not responding

    Hello, I have A Dell 4700 Dimension desktop computer WIN XP - IE - P4 - 3.0 GHZ with 750GB HD. I have been running FF for about 3 years with no problems on my machine.
    I loaded the latest FF update yesterday. Now - the Yahoo page does not respond (hour glass). The same goes for my Gmail account. Please help me understand and fix this error. Thank You
    I have loaded plenty of FF updates and this is a first.............
    Magi

    Does Firefox give you a Crash Report message?
    https://support.mozilla.com/en-US/kb/Firefox+crashes#Getting_help_with_your_crash

  • Application Manager - Server Not Responding

    I am running Mac OS X 10.7.3.
    The Application Manager reaches the end of a download and stops. It says "Server not responding. Please check your internet and firewall settings.".
    After waiting several minutes, sometimes the program will install. Are the Adobe servers severely overloaded?

    This log is from another Mac with the same issue:
    05/15/12 09:21:12:526 | [INFO] |  |  |  |  |  |  | Session is created and key generated is AF0214C0-3E00-4F25-A3F2-1439FD31EC63
    05/15/12 09:21:13:750 | [INFO] | AF0214C0-3E00-4F25-A3F2-1439FD31EC63 |  |  |  |  |  | No need to update AAM
    05/15/12 09:21:21:158 | [INFO] |  |  |  |  |  |  | Launching AAM Helper process
    05/15/12 09:21:21:158 | [INFO] |  |  |  |  |  |  | process path = /Applications/Utilities/Adobe Application Manager/CCM/Utilities/AAMHelper
    05/15/12 09:21:21:158 | [INFO] |  |  |  |  |  |  | process args =
    05/15/12 09:21:21:158 | [INFO] |  |  |  |  |  |  | --pipename=B32D2EC0-E7FE-4937-8363-EB034F1F5CFC
    05/15/12 09:21:25:939 | [INFO] |  |  |  |  |  |  | Session is created and key generated is 2C479755-651E-447B-8D24-4B2E0C3A1C54
    05/15/12 09:21:26:037 | [INFO] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | The value of ETAG for the file is "38e920b1363f4579c087ba1a7334d16e:1335580689"
    05/15/12 09:21:27:633 | [INFO] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | The value of ETAG for the file is "df2ac40ddc84f4d8a1558b16eb0374dc:1335580689"
    05/15/12 09:21:29:207 | [INFO] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | The value of ETAG for the file is "2c264d81134a2001df9049c7ffd30819:1335581446"
    05/15/12 09:38:41:355 | [ERROR] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | Checksum validation failed for segment 187
    05/15/12 09:48:52:150 | [ERROR] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | Checksum validation failed for segment 162
    05/15/12 09:49:14:901 | [INFO] |  |  |  |  |  |  | Trying to unmount the dmg mounted at path - /tmp/D850423A-1A8D-474B-8302-4D39B225B848/Dreamweaver_12_LS16
    05/15/12 09:49:15:259 | [INFO] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | Going to close the session
    05/15/12 09:54:02:127 | [INFO] | 2C479755-651E-447B-8D24-4B2E0C3A1C54 |  |  |  |  |  | All waiting operations finished for this session
    05/15/12 09:54:02:600 | [INFO] | AF0214C0-3E00-4F25-A3F2-1439FD31EC63 |  |  |  |  |  | Going to close the session
    05/15/12 09:54:02:602 | [INFO] | AF0214C0-3E00-4F25-A3F2-1439FD31EC63 |  |  |  |  |  | All waiting operations finished for this session
    05/15/12 14:02:05:814 | [INFO] |  |  |  |  |  |  | Session is created and key generated is 2E885CC1-7787-47BD-95F5-7F0F8161F37E
    05/15/12 14:02:07:591 | [INFO] | 2E885CC1-7787-47BD-95F5-7F0F8161F37E |  |  |  |  |  | No need to update AAM
    05/15/12 14:02:13:809 | [INFO] |  |  |  |  |  |  | Launching AAM Helper process
    05/15/12 14:02:13:809 | [INFO] |  |  |  |  |  |  | process path = /Applications/Utilities/Adobe Application Manager/CCM/Utilities/AAMHelper
    05/15/12 14:02:13:809 | [INFO] |  |  |  |  |  |  | process args =
    05/15/12 14:02:13:809 | [INFO] |  |  |  |  |  |  | --pipename=C7C6F32A-97A2-4711-98B8-03F784DFC5F1
    05/15/12 14:02:17:765 | [INFO] |  |  |  |  |  |  | Session is created and key generated is 5E96ABF5-03C3-4D69-AF73-6F66E480F8E2
    05/15/12 14:02:17:862 | [INFO] | 5E96ABF5-03C3-4D69-AF73-6F66E480F8E2 |  |  |  |  |  | The value of ETAG for the file is "eed9f6366f9ae36c20fff363fd7b0bc4:1335580506"
    05/15/12 14:02:19:745 | [INFO] | 5E96ABF5-03C3-4D69-AF73-6F66E480F8E2 |  |  |  |  |  | The value of ETAG for the file is "81541096ea26f7300ce2697111053b13:1335580506"
    05/15/12 14:02:21:644 | [INFO] | 5E96ABF5-03C3-4D69-AF73-6F66E480F8E2 |  |  |  |  |  | The value of ETAG for the file is "b3c3a94e8b8a47a3fee6b46fd41bff8a:1335580776"

  • EVO:RAIL Management Page not loging...

    1. EVO:RAIL Configration 100% completed.
    2. EVO:RAIL Management Page Connecting..( https://IP: 7443 )
    3. Go login..
    4. loading...loading...loading...loading...loading...loading...............................
    Does not proceed from loading page...
    What is the problem?...

    Thanks for the log. It told me that you are using EVO:RAIL 1.0.1 release and based on your screenshot you are using either the browser that's set into one of either Chinese or Korean languages (sorry I can't tell). In 1.0.1 release, we had a known problem when EVO UI would set to use one of such languages, we would not be able to login into the UI (exactly the issue you are seeing). The fix for this problem would be to upgrade to 1.0.2 release using the bits from VMW's download site (https://my.vmware.com/group/vmware/details?productId=442&downloadGroup=EVORAIL1_0_2). You would need to login to the EVO:RAIL UI using English setting (https://<ip>:7443/manage?lang=en) and perform the update to both EVO:RAIL rpm and offline bundle.
    Ping us back if you have any problems getting through this and we can walk you upgrade process in another way if needed.
    @Mike: the appliance is from Dell (with a very weird appliance ID - most likely from engineering samples)
    Biteksystem: Are you evaluating this appliance or have you purchased it this way? Thanks.

  • Problem with email address management page (not re...

    A couple of weeks ago I was moved to BT mail and I linked my BT ID to my main email address, as instructed. On the email management page, I linked six other email addresses, which I had previously had in BT Yahoo, using the ‘add to BT ID’ function. However, my main email address, which was the one I initially linked, also appears on the email management page, but with the ‘add to BT ID’ function still appearing. When I click on this, I keep getting the message: ‘Sorry, we haven't been able to claim that email address due to an error. Please try again later.’ This means that I am unable to have my main email address as my favourite, so when I log in, it always defaults to another one of my addresses. How do I fix this problem?

    I found this, that may help - BTW, MEU is Mail Enabled Users: 
    http://social.technet.microsoft.com/Forums/exchange/en-US/470af578-53cc-45df-8a3e-b9ff16815cc7/exchange-2010-sp3-rollup-2-email-address-policies-not-applying-to-mail-enabled-users-but-working?forum=exchange2010

  • Pages not responding?

    How do i fix the problem when pages is not responding?

    OS X: How to quit an unresponsive application using Force Quit

  • Cisco WLC WebAuth Page Not Found

    Hi All,
    I'm using Cisco VWLC 7.4.100.60, I'm facing a problem of the internal web auth with Local Net User , any client access the guest SSID, which can re-direct to the virtual port ip http://1.1.1.1/login.html, but browser also show page not found.
    May I know how can I fix it?
    Many Thanks!
    hang

    Can be many things... first off, make sure DNS is working and that the guest homepage is not a secure web site (https).  Also make sure you didn't add and DNS hostname in the VIP interface unless you installed a cert and the FQDN is resolving.  Here is a good guide:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_tech_note09186a0080bf7d89.shtml
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Web page not responding

    I am running SunOS 5.7. This one machine is running web services (Apache), email and proxy. It controls user access to the Internet. Everything is working except local domain web site is not responding. Any ideas?

    Hi Helzapoppin
    Sorry to read of the problems you are having, if you still require assistance with this, drop me an email using the contact us form in my profile. You can click on the link for this form in the section 'About Me'.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

Maybe you are looking for

  • Can't use internet

    Hello, I am connected to the wifi on my iPhone, it says it is in settings and it has the blue signal with 3 bars going up. Also, the main phone signal is at its strongest. So, I'm connected etc. But, when I try to use an application that requires the

  • SAP - XI -Barcode system

    Hi, I have a requirement. As soon as a new PO gets generated in my SAP ECC the data should flow to a barcode system for some processing. I would like to know how can i do it with or without XI ...? Please help...

  • Can crop, but not enhance

    (I just scanned in quite a few old documents, old B&W pictures, and had absolutely no problem in using unsharp mask & contrast with any of those. It was NOT necessary to make an additional layer, I didn't have to do anything at all with the default l

  • Keyboard shortcut to rename files in Finder

    Hi, How can I create a keyboard shortcut to rename files in Finder, preferrably "F2"? I know I can click on the filename twice in Finder with a short delay and then I can rename it - but that's a drag if you have to rename a lot of files.... I'm also

  • Unable to install Adobe Flash Player and Download Manager issue

    Dear all, 1. I tried to install adobe flash player and have enabled 'download unsigned ativex control' and "run activex control and plugins", but never succeeded. 2. I am unable to locate the "download manager" sources. Please help. Regards, Harsen