Exception:The client disconnected.

Hi,
I  faced this exception frequently in my application at client site. Please suggest  how i can resolve the issue? 
An exception occurred. Exception:The client disconnected. StackTrace: at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean
macValidationError)    at System.Web.UI.HiddenFieldPageStatePersister.Load()    at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()    at System.Web.UI.Page.LoadAllState()    at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) An exception occurred. Exception:Invalid viewstate. 
An exception occurred. Exception:Invalid length for a Base-64 char array or string. StackTrace: at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr,
Int32 destLength)    at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)    at System.Convert.FromBase64String(String s)    at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString,
Purpose purpose)    at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter2.Deserialize(String serializedState, Purpose purpose)    at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState,
Purpose purpose)    at System.Web.UI.HiddenFieldPageStatePersister.Load()

Hi,
[quote]An exception occurred. Exception:Invalid length for a Base-64 char array or string.[/quote]
According to the error messages, it seems that the viewstate has become "large". You can try fixing by chunking the viewstate into multiple fields using maxPageStateFieldLength in the web.config:
<pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest
For more information, please refer to the document:
https://kb.sitecore.net/articles/051243
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Client Disconnected From Database

    I'm running lookout 5.0 on one computer and logging its citadel to another machine. There is more than one lookout process on the PC that is actually running lookout itself. Different processes are logging to different designated database folders on the other computer. When you can actually get lookout to show the history info (i.e hypertrend data and such) on the computer it all works great. However if you ever restart the computer requiring to shutdown lookout, then the next time it boots up it is nearly impossible to get lookout to display the trend info again. You always get the "client disconnected from database" alarm. All the network paths and folder locations are correct. I am lost on this one.

    Did you get this error every time you reboot Lookout or sometimes ?
    If you get it sometimes:
    Simply delete the /database/ Folder in Lookout directory
    when you restart Lookout it will creat a new one.
    From experience when you get this message the database is realy damage
    i dont know why this happens.

  • Asking about how server can handle client disconnection

    Dear sir/madam,
    i'm doing my final year project and it is about a java client/server big2 game.But now i have a difficulties in dealing with the server side.
    That is about how to take action on the serverside if the client suddenly disconnected.
    I have read many java client/server programming scripts.But all of them doesn't mention this problem.The scrpits only assume the client side never disconnect suddenly.
    I hope if you can give me some suggestions on this problem.

    For my mud written in java, I used TCP/IP for the connections. When a client connects, he gets his own thread. Those threads are held in a vector in a manager class. each tick of the server does a quick run thru the vector and if the current thread/socket its on is null or !isAlive() its remove from the vector(which in turn removes it from getting any more game updates. This removal can be caused by two things. The clients disconnects by accident(kills his game, locks up has an internet connection hiccup, etc.) or he uses the games "quit" method. The quit method calls a method that does any player saving of data, etc then closes the socket, and sets it to null. thus the manager sees this and removes him frm the vecotr list on the next server tick. Seems to work great form a mud and worked really well in a multiplayer applet game I had up for a while.

  • ARD client disconnected from ARD under leopard after using curtain

    I have just noticed a problem that occurs when I put a client under curtain mode under leopard....the client disconnects from the ARD console and remains in the locked state until I go over and manually restart the system...anyone else having this issue

    Sorry, I hadn't noticed that someone replied...Geez you would think they would get this stuff corrected...Do you know if there is going to be an improved ARD in the future. I manage a lab and apple tools are better and more reliable but still have a long way to go....
    Glen

  • Sending exceptions back to the client : in return object or in a SOAPFault?

    Hi.
    A question for all the JAX-RPC/SOAP experts out there.
    What is your recommendation for the cleanest way to handle exceptions in a Java web service and send the info back to the client ?
    I am considering two options :
    1- Put the exception info in fields of the object returned by the web service method.
    2- Throw a SOAPFaultException and add any necessary info in the Detail attribute of the Exception using a SAAJ SOAPFactory. In this case, how does the client retrieve the SOAPFaultException attributes ?
    What is the best option ? Pros and cons ?
    Thanks in advance.
    Fabien

    It throws jvm bind error. Please show the full exception stack trace and the block of code it occurs in. The server shouldn't be trying to do a bind at this point.

  • RDS 2012 - Slow Perforamance, random disconnects - The RDP protocol component X.224 detected an error (0) in the protocol stream and the client was disconnected.

    We have an RDS environment configured on server 2012 with approx. 20 users connecting for remote app utilization across 4 different locations that are connected via VPN. Server 2012 has great resources from the virtual host so system resource allocation
    shouldn't be an issue. I'm thinking these errors are correlating with the performance problems. Any recommendations on how to effectively end these errors or to boost performance?
    RDS Log File
    Log Name:      Microsoft-Windows-RemoteDesktopServices-RdpCoreTS/Operational
    Source:        Microsoft-Windows-RemoteDesktopServices-RdpCoreTS
    Date:          3/3/2015 7:47:51 PM
    Event ID:      97
    Task Category: RemoteFX module
    Level:         Warning
    Keywords:     
    User:          NETWORK SERVICE
    Computer:      REMOTE1.mzltg.local
    Description: The RDP protocol component X.224 detected an error (0) in the protocol stream and the client was disconnected.
    System Log Error Log Name:      System
    Source:        Schannel
    Date:          3/4/2015 10:42:02 AM
    Event ID:      36887
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      REMOTE1.mzltg.local
    Description: A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 49.

    Hi Shane,
    Do you have any progress at the moment?
    Regarding the TLS error code 49, it indicates a valid certificate was received, but when access control was applied, the sender did not proceed with negotiation.
    More information for you:
    SSL/TLS Alert Protocol & the Alert Codes
    http://blogs.msdn.com/b/kaushal/archive/2012/10/06/ssl-tls-alert-protocol-amp-the-alert-codes.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • BEA-423442-Exception while starting the client classifications file poller

    While Weblogic 10.3.2 server is started, below error is displayed in console. Please provide if any solution for this.
    <netuix> <BEA-423442> <Exception while starting the client classifications file poller: [java.lang.AbstractMethodError]
    java.lang.AbstractMethodError
    at com.bea.netuix.xml.util.DomToolkit.parse(DomToolkit.java:166)
    at com.bea.netuix.xml.util.JDomToolkit.build(JDomToolkit.java:45)
    at com.bea.netuix.client.repository.ClassifierRepository.getDocumentFromInputStream(ClassifierRepository.java:339)
    at com.bea.netuix.client.repository.ClassifierRepository.createRepositoryFromInputStream(ClassifierRepository.java:326)
    at com.bea.netuix.client.ClientClassifierImpl.<init>(ClientClassifierImpl.java:103)
    Truncated. see log file for complete stacktrace

    Hi Angel,
    Please see the following doc for instructions on starting an OMS.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/emctl.htm#BABFEEAJ
    Regards,
    - Loc

  • Is it possible to to disconnect 2 wireless clients from my wireless network without access to the clients i.e. 2 iPads?

    Is it possible to disconnect 2 wireless clients from my network if I do not have access to the clients? ie 2 iPads.

    You would have to set up Timed Access for each device.
    This consists of specifying the amount of time each day that wireless devices will be allowed to connect to the network. You must provide a MAC or hardware address for each device, which is a long code that might look something like this, for example......A1-B2-C3-D4-E5-F6....and then specify the hours each day that this device is allowed to connect to the wireless network.
    You have to do this for each device, which is tedious. Devices that are not on the Access List cannot connect to the network at any time.

  • Before starting AHT, be sure to disconnect all external devices except the keyboard, mouse, display, and Ethernet adapter. Also disconnect any external optical drives. What does this include?

    Before starting AHT, be sure to disconnect all external devices except the keyboard, mouse, display, and Ethernet adapter. Also disconnect any external optical drives. What is included in these external devices?

    I have tried repeatedly to use the Apple Hardware test on my iMac desktop 10.7.3 early 2009 4 GB with no luck.  What am I doing wrong? I have everything I can think of unplugged.  Do I need to disconnect BlueTooth in Preferences?
    Thanks

  • Server Cannot Detect that the Client is disconnected, why?

    From what I've read, in order to make server "know" that a client is disconnected, you have to make server "write" to client socket to eventually catch an ioexception.
    So I write a simple server program and a simple client program. The server "writes" to the client every 10 secs. Now I start the server and client, I can tell on the client side that for about every 10 secs, the client gets the message.
    Now I terminate the client program. The server still keeps writing to the client. It's my understanding that after 1 min or so I should see an ioexception. However, 10 minutes passed and the server still keeps writing...
    Why is this happening? Did I miss something?

    I think it happens because the port is still open
    even after the client is closed.And you should not
    get IOException when you send a packet over a open
    port.Err, no, you should get a SocketException when you send data to a port which has already been closed or reset by the peer.

  • Clients disconnected from AP, Sending station has left the BSS

    Issue Experienced
    Clients randomly disconnects average time before disconnect is 15 minutes
    Current AP running config
    Current configuration : 2449 bytes
    ! Last configuration change at 16:49:26 UTC Mon Feb 24 2014
    version 15.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname BE-AP4
    logging rate-limit console 9
    enable secret 5 secret
    no aaa new-model
    no ip cef
    dot11 syslog
    dot11 vlan-name Manufacturing vlan 15
    dot11 ssid BE-WAP1
       vlan 15
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 password
    dot11 guest
    power inline negotiation injector override
    username admin privilege 15 password 7
    bridge irb
    interface Dot11Radio0
     no ip address
     no ip route-cache
     encryption mode ciphers tkip
     encryption vlan 15 mode ciphers tkip
     ssid BE-WAP1
     antenna gain 0
     antenna ab-antenna
     stbc
     speed  basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15. m16. m17. m18. m19. m20. m21. m22. m23.
     channel 2442
     station-role root
    interface Dot11Radio0.15
     encapsulation dot1Q 15 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 spanning-disabled
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
    interface Dot11Radio1
     no ip address
     no ip route-cache
     shutdown
     antenna gain 0
     peakdetect
     dfs band 3 block
     channel dfs
     station-role root
     bridge-group 1
     bridge-group 1 subscriber-loop-control
     bridge-group 1 spanning-disabled
     bridge-group 1 block-unknown-source
     no bridge-group 1 source-learning
     no bridge-group 1 unicast-flooding
    interface GigabitEthernet0
     no ip address
     no ip route-cache
     duplex auto
     speed auto
    interface GigabitEthernet0.15
     encapsulation dot1Q 15 native
     no ip route-cache
     bridge-group 1
     bridge-group 1 spanning-disabled
     no bridge-group 1 source-learning
    interface BVI1
     ip address 192.168.15.68 255.255.255.0
     no ip route-cache
    ip default-gateway 192.168.15.254
    ip forward-protocol nd
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    Log Output
    *Feb 24 15:39:30.226: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:39:44.446: %DOT11-6-ROAMED: Station 0017.23a9.b464 Roamed to 544a.00e1.e5c0
    *Feb 24 15:39:44.446: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 Reason: Sending station has left the BSS
    *Feb 24 15:39:53.154: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:39:57.670: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:40:08.602: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230b.9bdf Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:40:49.662: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee2e Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:41:19.318: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee16 Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:43:31.622: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 15:43:31.622: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 15:43:31.622: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee16 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee2e 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230b.9bdf 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.1136 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b5e.cd44 
    *Feb 24 15:43:31.630: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.12ec 
    *Feb 24 15:43:31.642: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
    *Feb 24 15:43:31.654: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Feb 24 15:43:32.642: %DOT11-4-DIVER2_USED: Interface Dot11Radio0, Mcs rates 16-23 disabled due to only two transmit or receive antennas enabled
    *Feb 24 15:43:32.654: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Feb 24 15:43:32.682: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Feb 24 15:43:32.690: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
    *Feb 24 15:43:32.698: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Feb 24 15:43:33.726: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Feb 24 15:43:33.746: %DOT11-4-MAXRETRIES: Packet to client 843a.4b5e.cd44 reached max retries, removing the client
    *Feb 24 15:43:33.766: %DOT11-4-MAXRETRIES: Packet to client 843a.4b55.12ec reached max retries, removing the client
    *Feb 24 15:43:34.726: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Feb 24 15:43:36.210: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 15:44:09.450: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:27.522: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 843a.4b5e.cd44 Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:27.526: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 843a.4b55.12ec Associated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:27.890: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230b.9bdf Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:28.614: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee16 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:28.842: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee6b Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:28.850: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.c1e8 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:28.862: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:28.866: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b461 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:29.102: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:29.110: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:45:29.350: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee2e Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:47:17.174: %DOT11-7-AUTH_FAILED: Station cc3a.6194.ec3c Authentication failed
    *Feb 24 15:48:32.938: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:48:38.150: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:49:11.446: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:49:23.094: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:49:56.018: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 843a.4b55.1136 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 15:50:44.850: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:50:52.198: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:50:58.106: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:51:44.738: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:51:50.150: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:51:58.738: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 15:55:27.622: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.12ec Reason: Sending station has left the BSS
    *Feb 24 15:55:27.650: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 843a.4b55.12ec Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:01:57.442: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 16:05:48.854: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 Reason: Sending station has left the BSS
    *Feb 24 16:06:28.310: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:06:50.414: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 Reason: Sending station has left the BSS
    *Feb 24 16:06:56.102: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 Reason: Sending station has left the BSS
    *Feb 24 16:08:13.282: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b461 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:08:13.914: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:08:15.870: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:08:28.066: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 Reason: Sending station has left the BSS
    *Feb 24 16:08:34.610: %DOT11-6-ROAMED: Station 0017.230b.9bdf Roamed to 544a.00e1.ef70
    *Feb 24 16:08:34.610: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230b.9bdf Reason: Sending station has left the BSS
    *Feb 24 16:08:34.622: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 Reason: Sending station has left the BSS
    *Feb 24 16:08:34.934: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 Reason: Sending station has left the BSS
    *Feb 24 16:08:35.846: %DOT11-6-ROAMED: Station 0017.230a.ee6b Roamed to 00e1.6d4f.6090
    *Feb 24 16:08:35.846: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee6b Reason: Sending station has left the BSS
    *Feb 24 16:08:36.394: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 Reason: Sending station has left the BSS
    *Feb 24 16:08:36.398: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b464 reached max retries, removing the client
    *Feb 24 16:08:37.426: %DOT11-6-ROAMED: Station 0017.230a.ee2e Roamed to 00e1.6d4f.6090
    *Feb 24 16:08:37.426: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee2e Reason: Sending station has left the BSS
    *Feb 24 16:08:57.994: %DOT11-6-ROAMED: Station 0017.230a.ee16 Roamed to 544a.00e1.e5c0
    *Feb 24 16:08:57.994: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee16 Reason: Sending station has left the BSS
    *Feb 24 16:10:00.562: %DOT11-7-AUTH_FAILED: Station cc3a.6194.ec3c Authentication failed
    *Feb 24 16:10:00.562: %DOT11-4-MAXRETRIES: Packet to client cc3a.6194.ec3c reached max retries, removing the client
    *Feb 24 16:12:41.694: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Sending station has left the BSS
    *Feb 24 16:13:06.994: %DOT11-7-AUTH_FAILED: Station cc3a.6194.ec3c Authentication failed
    *Feb 24 16:13:47.870: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:16:24.822: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 16:16:32.262: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 16:16:46.838: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 16:16:56.050: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 16:17:16.262: %DOT11-7-AUTH_FAILED: Station 0017.2313.c7bc Authentication failed
    *Feb 24 16:20:37.806: %DOT11-4-MAXRETRIES: Packet to client f409.d8b0.313d reached max retries, removing the client
    *Feb 24 16:20:37.806: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Previous authentication no longer valid
    *Feb 24 16:20:37.810: %DOT11-4-MAXRETRIES: Packet to client f409.d8b0.313d reached max retries, removing the client
    *Feb 24 16:20:39.142: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:21:40.406: %DOT11-6-ROAMED: Station f409.d8b0.313d Roamed to 544a.00e1.ef70
    *Feb 24 16:21:40.406: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Sending station has left the BSS
    *Feb 24 16:25:45.006: %DOT11-7-AUTH_FAILED: Station f409.d8b0.313d Authentication failed
    *Feb 24 16:25:45.010: %DOT11-4-MAXRETRIES: Packet to client f409.d8b0.313d reached max retries, removing the client
    *Feb 24 16:31:32.954: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:33.654: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.c1e8 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:36.866: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee6b Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:38.538: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee2e Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:38.666: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:40.526: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee16 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:42.414: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230b.9bdf Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:51.362: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b461 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:31:53.554: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:44:45.258: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:47:39.350: %DOT11-6-ROAMED: Station 6c88.145d.0db8 Roamed to 544a.00e1.ef70
    *Feb 24 16:47:39.350: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Sending station has left the BSS
    *Feb 24 16:49:26.394: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 16:49:26.394: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 16:49:26.398: %SYS-5-CONFIG_I: Configured from http by  on 192.168.1.97
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230b.9bdf 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee16 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee2e 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee6b 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.12ec 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.1136 
    *Feb 24 16:49:26.398: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b5e.cd44 
    *Feb 24 16:49:26.410: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
    *Feb 24 16:49:26.422: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Feb 24 16:49:27.414: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Feb 24 16:49:27.442: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Feb 24 16:49:27.450: %DOT11-4-MAXRETRIES: Packet to client 843a.4b55.12ec reached max retries, removing the client
    *Feb 24 16:49:27.502: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b464 reached max retries, removing the client
    *Feb 24 16:49:27.510: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b470 reached max retries, removing the client
    *Feb 24 16:49:27.522: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.c1e8 reached max retries, removing the client
    *Feb 24 16:49:27.530: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b461 reached max retries, removing the client
    *Feb 24 16:49:27.530: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b474 reached max retries, removing the client
    *Feb 24 16:49:27.594: %DOT11-4-MAXRETRIES: Packet to client 0017.230a.ee2e reached max retries, removing the client
    *Feb 24 16:49:28.134: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230b.9bdf Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:28.442: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Feb 24 16:49:29.806: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee2e Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:35.038: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:37.294: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee16 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:37.418: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.230a.ee6b Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:41.622: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.c1e8 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:41.642: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:41.726: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b461 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:42.522: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:42.886: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b464 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 16:49:57.310: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:50:02.818: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Sending station has left the BSS
    *Feb 24 16:50:06.014: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 16:52:37.670: %DOT11-7-AUTH_FAILED: Station 9018.7cb5.01f5 Authentication failed
    *Feb 24 16:57:13.026: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 Reason: Sending station has left the BSS
    *Feb 24 16:57:13.034: %DOT11-4-MAXRETRIES: Packet to client 0017.23a9.b474 reached max retries, removing the client
    *Feb 24 16:58:37.262: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b464 Reason: Sending station has left the BSS
    *Feb 24 16:58:43.302: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 Reason: Sending station has left the BSS
    *Feb 24 16:58:46.710: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 Reason: Sending station has left the BSS
    *Feb 24 16:58:48.338: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 17:02:27.078: %DOT11-7-AUTH_FAILED: Station 9018.7cb5.01f5 Authentication failed
    *Feb 24 17:04:45.486: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 843a.4b55.12ec Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 17:04:46.514: %DOT11-7-AUTH_FAILED: Station 9018.7cb5.01f5 Authentication failed
    *Feb 24 17:19:47.858: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Sending station has left the BSS
    *Feb 24 17:19:59.694: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.c1e8 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 17:25:36.682: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 17:26:40.910: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 17:27:01.002: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 17:27:27.390: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 17:27:47.626: %DOT11-4-MAXRETRIES: Packet to client f409.d8b0.313d reached max retries, removing the client
    *Feb 24 17:27:47.626: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Previous authentication no longer valid
    *Feb 24 17:27:47.630: %DOT11-4-MAXRETRIES: Packet to client f409.d8b0.313d reached max retries, removing the client
    *Feb 24 17:31:49.458: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 Reason: Sending station has left the BSS
    *Feb 24 17:32:53.530: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 843a.4b55.12ec Reason: Sending station has left the BSS
    *Feb 24 17:40:59.858: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.c1e8 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 18:08:22.578: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.c1e8 Reason: Sending station has left the BSS
    *Feb 24 18:36:31.482: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230b.9bdf Reason: Previous authentication no longer valid
    *Feb 24 18:57:16.774: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 18:57:25.642: %DOT11-7-AUTH_FAILED: Station f409.d8b0.313d Authentication failed
    *Feb 24 18:57:38.958: %DOT11-6-ASSOC: Interface Dot11Radio0, Station  f409.d8b0.313d Associated KEY_MGMT[WPA PSK]
    *Feb 24 18:59:28.442: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 19:23:40.450: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 19:40:30.433: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Sending station has left the BSS
    *Feb 24 19:40:30.449: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 19:45:30.009: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Sending station has left the BSS
    *Feb 24 19:45:38.109: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 19:48:41.953: %DOT11-4-MAXRETRIES: Packet to client 6c88.145d.0db8 reached max retries, removing the client
    *Feb 24 19:48:41.953: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Previous authentication no longer valid
    *Feb 24 19:48:42.029: %DOT11-4-MAXRETRIES: Packet to client 6c88.145d.0db8 reached max retries, removing the client
    *Feb 24 19:48:45.305: %DOT11-6-ASSOC: Interface Dot11Radio0, Station BE-AP4 6c88.145d.0db8 Associated KEY_MGMT[WPA PSK]
    *Feb 24 19:52:20.877: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Feb 24 19:52:21.877: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Feb 24 19:52:30.957: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Feb 24 19:52:31.957: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Feb 24 19:57:43.173: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 6c88.145d.0db8 Reason: Sending station has left the BSS
    *Feb 24 20:00:09.885: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b433 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:01:08.445: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b465 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:01:25.453: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b453 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:01:47.549: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b449 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:02:07.469: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b456 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:02:23.713: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b5da Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:02:45.761: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b466 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:02:53.133: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b449 Reason: Sending station has left the BSS
    *Feb 24 20:02:57.913: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b456 Reason: Sending station has left the BSS
    *Feb 24 20:03:14.521: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b5db Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:03:24.673: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b466 Reason: Sending station has left the BSS
    *Feb 24 20:03:29.653: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b453 Reason: Sending station has left the BSS
    *Feb 24 20:03:39.125: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b458 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:03:49.093: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b5da Reason: Sending station has left the BSS
    *Feb 24 20:03:51.113: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b5d7 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:03:52.549: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b5da Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:03:54.905: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b433 Reason: Sending station has left the BSS
    *Feb 24 20:04:12.565: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b458 Reason: Sending station has left the BSS
    *Feb 24 20:04:19.213: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b5db Reason: Sending station has left the BSS
    *Feb 24 20:04:22.865: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b465 Reason: Sending station has left the BSS
    *Feb 24 20:04:24.965: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b465 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:04:26.341: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b433 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:04:27.089: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b5d7 Reason: Sending station has left the BSS
    *Feb 24 20:05:29.437: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b5d7 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:06:46.761: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b470 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:06:50.233: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b474 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:07:03.725: %DOT11-6-ASSOC: Interface Dot11Radio0, Station CBP BE 0017.23a9.b461 Reassociated KEY_MGMT[WPA PSK]
    *Feb 24 20:07:52.513: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee16 Reason: Previous authentication no longer valid
    *Feb 24 20:08:09.513: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.230a.ee6b Reason: Previous authentication no longer valid
    *Feb 24 20:08:40.685: %DOT11-6-ROAMED: Station f409.d8b0.313d Roamed to 2c3e.cf54.f590
    *Feb 24 20:08:40.685: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station f409.d8b0.313d Reason: Sending station has left the BSS
    *Feb 24 20:09:40.053: %DOT11-7-AUTH_FAILED: Station f409.d8b0.313d Authentication failed
    *Feb 24 20:31:25.833: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b433 Reason: Sending station has left the BSS
    *Feb 24 20:31:29.373: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b5d7 Reason: Sending station has left the BSS
    *Feb 24 20:31:52.053: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b5da Reason: Sending station has left the BSS
    *Feb 24 20:32:29.245: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b465 Reason: Sending station has left the BSS
    *Feb 24 20:33:46.221: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b470 Reason: Sending station has left the BSS
    *Feb 24 20:33:49.717: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b474 Reason: Sending station has left the BSS
    *Feb 24 20:34:03.213: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 0017.23a9.b461 Reason: Sending station has left the BSS

    Hi
    if you want to get any higher data rates (802.11n) you have to configure WPA2/AES & not TKIP
    dot11 ssid BE-WAP1
       vlan 15
       authentication open
       authentication key-management wpa version 2
       guest-mode
       wpa-psk ascii 7 password
    interface Dot11Radio0
     encryption vlan 15 mode ciphers aes-ccm
     no encryption vlan 15 mode ciphers tkip
     ssid BE-WAP1
    Also enable 5GHz band as well. Then see if the problem occurs for both bands
    interface Dot11Radio1
     encryption vlan 15 mode ciphers aes-ccm
     ssid BE-WAP1
     channel width 40-above
     no shut
    interface Dot11Radio0.15
     encapsulation dot1Q 15 native
     bridge-group 1
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • The version of OLE on the client and server machines does not match. (Exception from HRESULT: 0x80010110)

    Hi,
    I have installed FIM CM Client on one machine and FIM CM update service on another machine. Both are windows server 2008 r2 machines.
    When i try to enroll a permanent smart card for a user, its shows me the following error:-
    The version of OLE on the client and server machines does not match. (Exception from HRESULT: 0x80010110)
    Also there is no logging done for the particular event.
    I am able to change my smart card pin and view my smart card info. through the FIM CM client. 
    Is there a compatibility issue of FIM CM 2010 with Windows server 2008 r2?
    Thanks

    Hi,
    Sorry for the delay in reply.
    Please try the following steps first:
    Open Powershell as Administrator
    Go to Start--> Run and type wbemtest.exe.
    •Click Connect. 
    •In the namespace text box type "root" (without quotes).
    •Click Connect.
    •Click Enum Instances…
    •In the Class Info dialog box enter Superclass Name as "__ProviderHostQuotaConfiguration" (without quotes) and press OK. Note: the Superclass name includes a double underscore at the front.
    •In the Query Result window, double-click "__ProviderHostQuotaConfiguration=@"
    •In the Object Editor window, double-click HandlesPerHost.
    •In the Value dialog, type in 8192
    •Click Save Property.
    •Click Save Object.
    Under properties find the property "MemoryPerHost" or any other ones you need to modify  and double click it
    Change the value from 512 MB which is 536870912 to 1GB which is 1073741824
    Click Save Property
    Click Save Object.
    •Close Wbemtest.
    •Restart the computer.
    And if all nodes are Windows server 2012, install the following update rollup as well:
    Windows RT, Windows 8, and Windows Server 2012 update rollup: August 2013
    http://support.microsoft.com/KB/2862768
    If you have any feedback on our support, please send to [email protected]

  • Async tcp client and server. How can I determine that the client or the server is no longer available?

    Hello. I would like to write async tcp client and server. I wrote this code but a have a problem, when I call the disconnect method on client or stop method on server. I can't identify that the client or the server is no longer connected.
    I thought I will get an exception if the client or the server is not available but this is not happening.
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    How can I determine that the client or the server is no longer available?
    Server
    public class Server
    private readonly Dictionary<IPEndPoint, TcpClient> clients = new Dictionary<IPEndPoint, TcpClient>();
    private readonly List<CancellationTokenSource> cancellationTokens = new List<CancellationTokenSource>();
    private TcpListener tcpListener;
    private bool isStarted;
    public event Action<string> NewMessage;
    public async Task Start(int port)
    this.tcpListener = TcpListener.Create(port);
    this.tcpListener.Start();
    this.isStarted = true;
    while (this.isStarted)
    var tcpClient = await this.tcpListener.AcceptTcpClientAsync();
    var cts = new CancellationTokenSource();
    this.cancellationTokens.Add(cts);
    await Task.Factory.StartNew(() => this.Process(cts.Token, tcpClient), cts.Token, TaskCreationOptions.LongRunning, TaskScheduler.Default);
    public void Stop()
    this.isStarted = false;
    foreach (var cancellationTokenSource in this.cancellationTokens)
    cancellationTokenSource.Cancel();
    foreach (var tcpClient in this.clients.Values)
    tcpClient.GetStream().Close();
    tcpClient.Close();
    this.clients.Clear();
    public async Task SendMessage(string message, IPEndPoint endPoint)
    try
    var tcpClient = this.clients[endPoint];
    await this.Send(tcpClient.GetStream(), Encoding.ASCII.GetBytes(message));
    catch (Exception exception)
    private async Task Process(CancellationToken cancellationToken, TcpClient tcpClient)
    try
    var stream = tcpClient.GetStream();
    this.clients.Add((IPEndPoint)tcpClient.Client.RemoteEndPoint, tcpClient);
    while (!cancellationToken.IsCancellationRequested)
    var data = await this.Receive(stream);
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    private async Task Send(NetworkStream stream, byte[] buf)
    await stream.WriteAsync(BitConverter.GetBytes(buf.Length), 0, 4);
    await stream.WriteAsync(buf, 0, buf.Length);
    private async Task<byte[]> Receive(NetworkStream stream)
    var lengthBytes = new byte[4];
    await stream.ReadAsync(lengthBytes, 0, 4);
    var length = BitConverter.ToInt32(lengthBytes, 0);
    var buf = new byte[length];
    await stream.ReadAsync(buf, 0, buf.Length);
    return buf;
    Client
    public class Client
    private TcpClient tcpClient;
    private NetworkStream stream;
    public event Action<string> NewMessage;
    public async void Connect(string host, int port)
    try
    this.tcpClient = new TcpClient();
    await this.tcpClient.ConnectAsync(host, port);
    this.stream = this.tcpClient.GetStream();
    this.Process();
    catch (Exception exception)
    public void Disconnect()
    try
    this.stream.Close();
    this.tcpClient.Close();
    catch (Exception exception)
    public async void SendMessage(string message)
    try
    await this.Send(Encoding.ASCII.GetBytes(message));
    catch (Exception exception)
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.SafeInvoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    private async Task Send(byte[] buf)
    await this.stream.WriteAsync(BitConverter.GetBytes(buf.Length), 0, 4);
    await this.stream.WriteAsync(buf, 0, buf.Length);
    private async Task<byte[]> Receive()
    var lengthBytes = new byte[4];
    await this.stream.ReadAsync(lengthBytes, 0, 4);
    var length = BitConverter.ToInt32(lengthBytes, 0);
    var buf = new byte[length];
    await this.stream.ReadAsync(buf, 0, buf.Length);
    return buf;

    Hi,
    Have you debug these two applications? Does it go into the catch exception block when you close the client or the server?
    According to my test, it will throw an exception when the client or the server is closed, just log the exception message in the catch block and then you'll get it:
    private async void Process()
    try
    while (true)
    var data = await this.Receive();
    this.NewMessage.Invoke(Encoding.ASCII.GetString(data));
    catch (Exception exception)
    Console.WriteLine(exception.Message);
    Unable to read data from the transport connection: An existing   connection was forcibly closed by the remote host.
    By the way, I don't know what the SafeInvoke method is, it may be an extension method, right? I used Invoke instead to test it.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Client disconnection notification for NIO server

    A server accepts connections from clients and registers accepted channels for reading:
    while (true)
        if (selector.select()>0)
            Iterator<SelectionKey> iterator = selector.selectedKeys().iterator();
            while(iterator.hasNext())
                SelectionKey opKey = iterator.next();
                iterator.remove();
                if (opKey.isAcceptable())
                    clientSocketChannel = serverSocketChannel.accept();
                    clientSocketChannel.configureBlocking(false);
                    clientSocketChannel.register(selector, SelectionKey.OP_READ);
    . . .One of the server's clients disconnects from it by means of socketChannel.close() while the servert is locked with selector.select() (that is the server have nothing to read from its clients and nobody is connecting to it).Will the server be unlocked when the client performs socketChannel.close()? If so, what notification/exception will the server receive?

    One of the server's clients disconnects from it by means of socketChannel.close() while the servert is locked with selector.select()The select() will immediately return; the corresponding channel will be readable; and the read() will return -1.

  • RMI detect client disconnect

    Hello, I want to detect when a network disconnect occurs. I implemented a TimerTask that checks every X seconds if the remote object is still bound in the registry, by doing a Naming.lookup(). When I unplug the cable of my computer (to simulate the disconnect), the Naming.lookup() just seems to hang, there is no response... When I plug in the cable again, then I get a response, but this is not the idea... Is there a way to set a timeout or something on this method call?
    thanks

    When I was toying around with chat servers using the RMI Technology, I would have the server keep a vector of RMI Clients (almost like the registry). Then when I went to send a message, I would try to cast the Vector element into the correct type of a client and write the message. If an exception was thrown, I knew the client was not connected any longer and I removed the client from the vector. This approach I have since seen in a lot of documentation on chat servers.
    I haven't tried this but you may try calling the Naming.list () and comparing the values to see if you find a match.
    Hope this helps

Maybe you are looking for

  • Set up a family with Apple Products

    What is the best way to set up a family with multiple apple products? Equipment: My wife and I each have iPhone v4s We have an AppleTV version 1 and an AppleTV version 2 iPad 2 NAS in the closet with iTunes server (which we don't utilize) iTunes inst

  • Trying to find-out if any PSU/patches present in the Oracle_Home

    Hi Experts, I have a Oracle_Home copied from a different server and using which , we have created a DB and it is being used for Agile applications. But , initially , after the DB creation , we have not configure the inventory for the Oracle_Home. And

  • Project portfolio management

    Hi Project management consultants, I want to confirm the following: 1. Is the Project System module now called Project management? 2. Is Project portfolio management = project system? 3. There are several project management courses like PLM 2xx : Log

  • Question about "ANALYZE TABLE VALIDATE STRUCTURE" in 9i

    Hi, I have a 9.2.0.8 database on AIX. After a storage copy of my produztion datafiles from a site to another I performed a DBV to ensure that all copies were correct. After I correctly started my db. Now, could be a good idea to perform a "ANALYZE TA

  • Tarantella native client don`t printing with printer usb

    tarantella native client don`t printing with printer usb