ServerSocket disconnect client

How can I disconnect a client from ServerSocket?
Example code:
protected var socket:ServerSocket = new ServerSocket();
[Bindable] // for keeping track of the clients
protected var clientSockets:ArrayCollection = new ArrayCollection();
protected var clientIP:Array = new Array(); 
protected function createServer():void
    socket.bind(1234,"0.0.0.0");
    socket.addEventListener(ServerSocketConnectEvent.CONNECT, clientConnectedHandler);
    // start listening for connections socket.listen();
    // adds the client to the list and adds the disconnect handler         
protected function clientConnectedHandler(event:ServerSocketConnectEvent):void
    clientSockets.addItem(event.socket);
    clientIP.push(event.socket.remoteAddress);
    event.socket.addEventListener(Event.CLOSE,clientDisconnectedHandler);
protected function clientDisconnectedHandler(event:Event):void
    clientIP.splice(clientSockets.getItemIndex(event.target),1);
    clientSockets.removeItemAt(clientSockets.getItemIndex(event.target));
    event.target.removeEventListener(Event.CLOSE,clientDisconnectedHandler);
public function closeServer():void
    if(socket.bound){
        socket.close();
From my code here, I am able to detect and know when the client is disconnected. But how can I disconnect a client connection from ServerSocket?
Thank you.

As the docs say for the close() method:
The close event is dispatched only when the server closes the connection; it is not dispatched when you call the close() method.
So the function you run to close a connection should do all the similar work the event handler is doing as well. Besides, the event handler should be running the close() method and you wouldn't want to run the close() method twice on the same socket.
You can always centralize that into a function, e.g.:
function RemoveClient(sock:Socket):void
     // code to remove socket from ArrayCollection and close()
The handler and you can either call this same function to centralize the code into one function.
Otherwise just handle those two contexts differently. If you manually close one, duplicate the code necessary to fully prune your array and properly close your Socket.

Similar Messages

  • ServerSocket does not detect a disconnected client

    Hi,
    I have created a serverscoket, which will accept 'n' number of clients and send data to all the connected clients.
    And the server should detect when any client goes down or disconnected from network and give the appropriate message to the use that this particluar client has got disconnected.
    I'm able to detect the disconnected client, when the client application is shut down properly (and the application closes the socket). But while the application is running, when the network card is unplugged, then my server is not able to detect this connection loss, and it continues to send the data to the client without throwing any exception.
    Any help would really be greatly appreciated.
    Thanks,
    Hema

    I Asume you don't mean the ServerSocket but the Socket the ServerSocket accepted, for this Socket you can try using
    acceptedSocket.setKeepAlive (true);This may speed up the disconnection detection depending on the implementation of the keepalive mechanism.
    But it then may be that the connection will be terminated, although the connection is only very slow.
    You have to test out, what is better for your purpose.

  • Error in resource clean up for a disconnected client

    Hi
    we are using NW04s portal. in the default.log of this dispatcher I continuously receive the following error. this is fulling my log in less then 10 minutes. anobody have an id ??
    regards
    #1.#00156004CA3300070000FEEC000062CA00043EE5ADC2F2ED#1195056074160#com.sap.engine.core.manipulator.TCPRunnableConnection##com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection()#######OrderedChannel for http service##0#0#Warning#1#/System/Network#Java###Exception occurred while closing connection.
    [EXCEPTION]
    #1#java.net.SocketException: Socket already closed.
            at iaik.security.ssl.SSLTransport.a(Unknown Source)
            at iaik.security.ssl.SSLOutputStream.flush(Unknown Source)
            at com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection(TCPRunnableConnection.java:194)
            at com.sap.engine.core.manipulator.TCPRunnableConnection$CloseThread.run(TCPRunnableConnection.java:1050)
            at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:547)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    #1.#00156004CA3300070000FEED000062CA00043EE5ADC2F71B#1195056074162#com.sap.engine.services.httpserver.dispatcher##com.sap.engine.services.httpserver.dispatcher#######OrderedChannel for http service##0#0#Error##Plain###Connection [237267712] is NOT removed! serverToConnections = [{299438950={}, 299438951={}, 299438952={}, 278697050={}, 278697051={}, 278697052={}, 8914750={}, 8914751={}, -1={}, 8914752={}, 299438900={}, 278697000={}, 8914700={}, 261671250={}, 261671251={}, 261671252={}, 261671200={}, 289070750={com.sap.engine.core.manipulator.TCPRunnableConnection@4c032069[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237253376], com.sap.engine.core.manipulator.TCPRunnableConnection@5424bf0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237255680], com.sap.engine.core.manipulator.TCPRunnableConnection@73eef3b0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237250816], com.sap.engine.core.manipulator.TCPRunnableConnection@5978bb14[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260288], com.sap.engine.core.manipulator.TCPRunnableConnection@44ad78a2[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260800]}, 289070751={com.sap.engine.core.manipulator.TCPRunnableConnection@193c7c35[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237256960], com.sap.engine.core.manipulator.TCPRunnableConnection@6909037d[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260544], com.sap.engine.core.manipulator.TCPRunnableConnection@68634baf[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237235200]}, 289070752={com.sap.engine.core.manipulator.TCPRunnableConnection@4e3f905b[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237242368], com.sap.engine.core.manipulator.TCPRunnableConnection@5424bf0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237255680], com.sap.engine.core.manipulator.TCPRunnableConnection@7b15d277[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237247744], com.sap.engine.core.manipulator.TCPRunnableConnection@6ba5d6d6[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237249280], com.sap.engine.core.manipulator.TCPRunnableConnection@23ec4333[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237199104], com.sap.engine.core.manipulator.TCPRunnableConnection@3f29a75a[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237213952]}}]#
    #1.#00156004CA3300070000FEEE000062CA00043EE5ADC2F885#1195056074162#com.sap.engine.services.httpserver.dispatcher##com.sap.engine.services.httpserver.dispatcher#######OrderedChannel for http service##0#0#Error##Plain###Error in resource clean up for a disconnected client
    java.lang.NullPointerException

    Hi guys
    We are running a EP 7.0. We have external clients connecting from the internet through a 3rd party application gateway / reverse proxy. We have the problem that this gateway responds with 'service unavailable' while direct http(s) connections to the portal work without problem.
    Now i noticed the same messages in the dispatcher default trace.
    2008-02-07 17:40:55:155 Connection 300800 is NOT removed! serverToConnections = ...
    2008-02-07 17:40:55:154 Exception occurred while closing connection. EXCEPTION java.net.SocketException: Socket already closed....
    2008-02-07 17:40:55:154 Cannot get input and output streams from socket. ConnectionsManipulator is not initialized. EXCEPTION java.io.EOFException: Connection closed by remote host....
    I do not have a solution here, but i list some information on our system, so you can compare it to your environnements.
    - Enterprise Portal 7.0 SP13
    - our network guys observed a lot of tcp connections from the gateway to the portal with status CLOSE_WAIT
    - they also observed the portal sending a RST tcp packet instead of FIN (or FIN_ACK?)
    - the application gateway runs on Sun Solaris the portal on Linux x86_64
    - connection uses https
    The issue is very obscure, we are trying to tcpdump and decrypt the data, but no luck so far.
    Best regards, Michael

  • WAP321 random disconnecting clients

    Hi all,
    I'm having problems with my WAP321 that is randomly disconnecting clients. It's not disconnecting all clients, but just a couple of clients. It's random which clients get disconnected and it can be different clients that will be disconnected when it happens a couple times, but they do get disconnected at the same time.
    My setup:
    Cisco ASA5505
    |
    Cisco WAP321
    |
    Cisco 7925 phone - iPhone - Macbook - three IP cam's (different brands) - and some more clients
    Last time it occurred I just for sure changed DHCP server from Cisco ASA5505 to two windows servers, now it happened again, my 7925 started beeping (enabled SSID monitoring on it so it alerts when it isn't connected to my Callmanager) and my iPhone couldn't connect to the SSID. My Macbook was still just connected. Retrieved a diagnostics report and checked the logging, rebooted the WAP321 and everything started connecting again.
    Noticed screens are scaled so hope it's readable...
    The MAC address is my iphone. I turned off the 7925 because the beeping was annoying so no logging from the 7925 trying to connect.
    Logging is saying:
    assoc request from [mac] BSSID [bssid] SSID LEVELS
    STA [mac] deauthed from BSSID [bssid] reason 3: STA is leaving IBSS or ESS
    There is nothing wrong with the coverage, the WAP321 is about ten feet from the iPhone and Cisco 7925 phone
    Can anybody help me how to best troubleshoot this issue. I'm not familiar with the troubleshoot/debug options available for the WAP321

    Dear Wesley,
    Thank you for reaching the Small Business Support Community.
    There is an opened caveat on the latest firmware release, version 1.0.4.2; CSCue24521:
    -Symptom: Some clients may lose wireless connection when authenticating via Captive portal.
    -Workaround: Reconnect wireless devices.
    If this is not the case I'd like to know if you have tried using a different IEEE 802.11 standard, same as a different authentication type.  If you are not running the latest firmware release I then suggest you to, and something else I've seen from experience that fixes similar issues is to reset to factory conditions and reconfigure manually.
    http://software.cisco.com/download/release.html?mdfid=284152656&softwareid=282463166&release=1.0.1.10
    I hope you find this information helpful and please do not hesitate to reach me back of there is any further assistance I may help you with.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • Disconnecting clients

    Is there a way to disconnect clients who are connected to the weblogic 6.0
    server from the console?
    Thanks
    Sioux

    Is there a way to disconnect clients who are connected to the weblogic 6.0
    server from the console?
    Thanks
    Sioux

  • Regarding Disconnected Client

    Hi
    I have installed Oracle BI Server on one system and Client and Presentation services on other system. So can any one tell me how to Install Disconnected Client.
    I have tried to install Disconnected Client on the system where client is present but it install Oracle BI Server also.
    Please tell me how to install Oracle BI Disconnected analysis.
    Thanks
    Siddhartha P

    Hi,
    While we log on to Answers we can view the option " Disconnected Analysis" under the "more products" option but when i try to connect , i am getting error message like :
    Remote System
    There is no disconnected application set for usage.
    Error Details
         Error Codes: ASIVGRZC
    i am trying to short it out, any help will be appreciable
    Thanks & Regards,
    Brijesh

  • [WLAN Controller] Disconnect Client PC in AP

    Hi Guys,
    How can I disconnect client PC from AP using Wireless LAN controller 4402? I can only disconnect my APs but not the client of AP.
    Thanks in Advance.

    You're not the only one who's busy! :)
    When you choose to "CONTAIN" an AP, client or something, this means that up to 4 of your LAP will take a round-robin approach and transmit a massive amount of de-authenticate packet to the poor bugger. Basically, it's a DoS and the target will be unable to authenticate to your wireless network until you lift the containment. So make sure you want to do this.
    From the main webpage, Ad-Hoc rogue. You'll find the wireless MAC address of your target client. Click on this. In a new page, you'll find a number of drop-down menus. Choose "external", "malicious" and choose the number of APs and then you choose Contain.
    \Hope this helps.

  • How to remove disconnected client from admin console

    Hi All,
    I have developed a video chat application and during my testing, I found that if video chat is going on and in between the call if some one unplugged Internet cable then FMS admin console is taking too much time to disconnect as well as remove from list.
    Is there any way to remove disconnected client immediately from admin console then please help me either by doing any configuration or logic.
    Thanks
    Ram

    You can set the AutoCloseIdleClients parameter for your application (simple), or write your own active detection method (harder).
    Here is a link to old documentation for AutoCloseIdleClients:
    http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=03_configtasks_18.ht ml

  • How to connect back a disconnected client on an rmi server

    I am making a client -server rmi game .
    if a client get disconnected (throwing a remote exception on the server) how can I
    have some other client or same client continue from the the same point as it got disconnected.
    it obvioulsy requires state preservation but how?

    well actually I am making a game.
    if a player logs out during the game , when the server
    tries to pass it information it gets a remoteexception at the server.
    What I need is that any other player could replace this loggged out player and should get the latest state of the game ie latest score (while other players coud play as much as they can without him) , latest turn etc.
    The game is coded in an object which contains the lates turn and score etc, but how do I give it out to a new player joining in the middle of the game?
    Also if the server keeps thrwoing remoteexceptions ,
    it might hang or might haveto be shut down to be restarted.

  • [solved] sshd not disconnecting clients on close

    When I shut down my sshd, either restarting the machine or manually, currently connected clients are not disconnected. Their ssh sessions just hang, and the terminal has to be closed. How can I make "/etc/rc.d/sshd stop" actually boot clients off?
    Last edited by rezza (2011-02-08 14:45:13)

    Their ssh sessions just hang, and the terminal has to be closed.
    You don't have to close the terminal. The OpenSSH client (i.e. ssh) supports 'escape sequences', and you can force the disconnect between the client and the server by pressing '~' and then '.'. That said, you must have entered a newline just before, so the sequence if often '<enter>', '~', '.'.
    If you want more info about this, look at the 'ESCAPE CHARACTERS' sections of the ssh man page.

  • Disconnecting clients from Streaming Server

    Hello,
    We have Streaming Server installed to stream online-seminars to the clients. We want to manually disconnect some clients during the translation while leaving others online. What is the way to do it? Clients connect to server by opening a web-page on the other web-server with embedded flash player which has the source streamer uri rtmp://our_server/live.
    Thank you,
    Olga Butygina.

    Спасибо за ответ!
    У нас как раз php-сайт c данными о клиентах в mysql, так что предлагаемый вариант - то что надо. Одна проблема: мы используем уже готовый плеер (http://www.longtailvideo.com/players/jw-flv-player/) и не задумывались о разработке собственного флэшового плеера.
    Разреши задать тебе пару вопросов.
    1. Такой плеер, способный общаться с php-сервером, можно написать на Flex в свободном IDE или же требуется Flash Professional? Насколько я знаю, во Flash уже есть готовый компонент FLVPlayBack, можно ли без него обойтись во Flex?
    2. С помощью Loadvars можно также посылать серверу информацию о запуске проигрывателя для пополнения счетчика просмотров или есть более простой способ внедрить такой посыльщик запроса в обычный swf, содержащий видео?
    С уважением,
    Ольга Бутыгина.

  • Wlse disconnect client

    Is it possible in some way that WLSE disconnect a client? We have problems that client's loose there connection even if there are close to a accesspoint.

    No

  • RV220-W, disconnecting clients

    Hi,
    We have had this router for about a year, and have had problems since the start. Clients suddenly loose internet connection, this happenes maybe 5 times a day. After some minutes it is up again. When this happens and I log into the router and view the dash board, it seems to fix itself faster. The router is always connected and has public IP, so it seem to be on the "LAN side". The router has latest firmware, 1.0.4.17..
    There are not many entries in the error log either, but here are some:
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] IP:       ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] BCAST:    ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] SUBNET:   255.255.255.252
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] GW:       ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] DNS1:     195.159.0.100
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] DNS2:     195.159.0.200
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] Interface:eth1
    Thu Dec  5 09:20:44 2013(GMT+0100) [rv220w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Thu Dec  5 09:21:50 2013(GMT+0100) [rv220w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    Thu Dec  5 09:38:04 2013(GMT+0100) [rv220w][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 9 dot11STA 1 failed. status=-1
    Thu Dec  5 09:38:04 2013(GMT+0100) [rv220w][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=1
    2011-01-01 00:00:41: [rv220w][IKE] INFO:  IKE started
    Thanks
    Regards
    Kjetil

    Hi,
    We have had this router for about a year, and have had problems since the start. Clients suddenly loose internet connection, this happenes maybe 5 times a day. After some minutes it is up again. When this happens and I log into the router and view the dash board, it seems to fix itself faster. The router is always connected and has public IP, so it seem to be on the "LAN side". The router has latest firmware, 1.0.4.17..
    There are not many entries in the error log either, but here are some:
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] IP:       ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] BCAST:    ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] SUBNET:   255.255.255.252
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] GW:       ------- IP removed intentionally ---------
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] DNS1:     195.159.0.100
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] DNS2:     195.159.0.200
    Thu Dec  5 09:20:30 2013(GMT+0100) [rv220w][System][PLATFORM] Interface:eth1
    Thu Dec  5 09:20:44 2013(GMT+0100) [rv220w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Thu Dec  5 09:21:50 2013(GMT+0100) [rv220w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    Thu Dec  5 09:38:04 2013(GMT+0100) [rv220w][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 9 dot11STA 1 failed. status=-1
    Thu Dec  5 09:38:04 2013(GMT+0100) [rv220w][System][EVTDSPTCH] umiIoctl (18, UMI_CMD_DB_UPDATE(4)) failed. table=dot11STA row=1
    2011-01-01 00:00:41: [rv220w][IKE] INFO:  IKE started
    Thanks
    Regards
    Kjetil

  • AP1262 disconnecting clients regularly

    I have an AP 1262 that is often dropping the connection. It does it about every 20 minutes and only lasts for a few seconds but it is enough to disrupt the entire office. I've got it setup for WPA2/AES after changing it from WPA/TKIP and it has no effect. I'm using the 6.5dbi antenna and coverage is decent. One office (on the far end) has 3 out of 5 bars and it gets dropped just as much as the ones with 5 out of 5 bars. I'm out of ideas. The office backs up to a small airport so I'm hoping it's not an interference issue because there won't be any way to resolve that issue.
    As a side note, they have a 2.4ghz wireless phone in the office that is also dropping calls. I'm not sure if they are connected because I haven't noticed if they are dropping at the same time. The device is less than 6 months old so it should have the latest firmware on it. I programmed a new AP1262 and installed it yesterday with a new antenna and put it in place and it's doing the same thing. I'd really appreciate any ideas/help on this one. Thanks!

    As per the given config, you have not enable 5GHz radio, it is shutdown (shown in red line). Please enable it & advertise SSID on that radio.(show in blue text)
    interface Dot11Radio1
    no ip address
    no ip route-cache
    shutdown
    encryption mode ciphers aes-ccm
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    ssid OZ-NASHVILLE
    Also noticed some unwanted commands on your config, your Gig 0 interface config with an IP, which is not right
    interface GigabitEthernet0
    ip address 10.0.0.1 255.255.255.0
    no ip route-cache
    duplex auto
    speed auto
    no keepalive
    bridge-group 1
    Also in 2.4GHz band you have statically select the channel (which is not good if that channel is congested)
    interface Dot11Radio0
    encryption mode ciphers aes-ccm
    ssid OZ-NASHVILLE
    antenna gain 7
    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. m
    6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
    channel 2437
    station-role root
    Also under SSID configuration, I would get rid of "infrastructure-ssid optional" command if you simply have normal wireless clients
    dot11 ssid OZ-NASHVILLE
       authentication open
       authentication key-management wpa version 2
       guest-mode
       infrastructure-ssid optional
       wpa-psk ascii 7 something_in_hex
    In summary I preferred you do  a clean configuration (IMPORTANT:You should have console access to this ap if you erasing the config like this) by erasing the current config & put a configuration like below. Type the your wireless access password instead of in the below configuration.
    AP#erase startup-config
    Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
    [OK]
    Erase of nvram: complete
    AP#reload
    System configuration has been modified. Save? [yes/no]: no
    Proceed with reload? [confirm]
    dot11 ssid OZ-NASHVILLE
       authentication open
       authentication key-management wpa version 2
       guest-mode
       wpa-psk ascii
    interface Dot11Radio0
    encryption mode ciphers aes-ccm
    ssid OZ-NASHVILLE
    no shutdown
    interface Dot11Radio1
    encryption mode ciphers aes-ccm
    ssid OZ-NASHVILLE
    no shutdown
    interface BVI1
    ip address 192.168.88.200 255.255.255.0
    ip default-gateway 192.168.88.1
    Once you have clean up the configuration, you can disable radio 0 & measure the stability of 5GHz (radio 1).  Do a test like that & let us know how it goes.
    HTH
    Rasika
    ***** Pls rate all useful responses ****

  • Relocating xdo.cfg on a Siebel disconnected client?

    Hello all,
    I have BIP 10.1.3.4 integrated with Siebel 8.1.1.4 and used to generate reports in remote client.
    I have a question about relocating xdo.cfg to a folder other that JRE_HOME/lib. For a variety of reasons it is difficult to be able to keep and maintain the file in there. So I am investigating an alternative approach of relocating that file without letting BIP lose sight of it.
    From a variety of Google searches on XDO, I've found out that the XDO subsystem (for the lack of a better word) could be potentially searching for xdo.cfg under
    1. "xdo.ConfigFile" and "xdo.DeliveryConfigFile" system properties ( Absolute paths for the config files )
    2. "XDO_TOP" system property ( XDO's top directory )
    3. "java.home/lib"
    ([source 1|http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12063/oracle/dss/util/xdo/common/config/ConfigLocation.html], [source 2|http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/e10462/oracle/apps/xdo/template/FOProcessor.html] ).
    This is backed up by a few references ( [here's one|http://psofttechguy.blogspot.com/2008/05/xml-publisher-part-2.html] ) to non-Siebel documents that refer to applications setting the java property to the direct location of the file.
    So that brings up the idea of using JVM switches to set that specific property. The idea was to use the final command line to look something like:
    java -Dxdo.ConfigFile=C:\Siebel\8.1\Client_1\XMLP\xdo.cfg <etc etc>
    So I went ahead and made the following change to
    1.     Move xdo.cfg from JRE/lib to C:\Siebel\8.1\Client_1\XMLP\
    2.     Modify the [XMLPJvmSubsys] section of the client CFG so it looks like the following:
    [XMLPJvmSubsys]
    CLASSPATH = <trimmed>
    DLL = C:\Progra~1\Java\jre6\bin\client\jvm.dll
    VMOPTIONS = -Dxdo.ConfigFile=C:\Siebel\8.1\Client_1\XMLP\xdo.cfg
    3.     Retry generating the report to see if it works (I have a test case that would fail if BIP did not see xdo.cfg)
    Unfortunately, it did fail meaning that BIP was unable reference. I can see that the options are being correctly picked up. Client log extract is below:
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 Got following JVM parameters from 'XMLPJvmSubsys' jvm subsystem, JVM will be initialized based on these parameters.
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 DLL = C:\Progra~1\Java\jre6\bin\client\jvm.dll
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 CLASSPATH = {trimmed}
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 VMOPTIONS = -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM will be initialized with following parameters:
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM dll path = 'C:\Progra~1\Java\jre6\bin\client\jvm.dll'
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 VM options:
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Djava.class.path={trimmed}
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Xmx100m
    JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
    GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM total VMOptions are 4
    GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 0 are -Djava.class.path={trimmed}
    GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 1 are -Xmx100m
    GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 2 are -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
    GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 3 are vfprintf
    I was wondering if anyone has attempted anything similiar and if you could share the results? If not, you could try :-)
    Any ideas what else I can do?
    Thanks in advance.

    Hi,
    Try to create ExecutionMode argument of QueryPage method and then set it to ExecutionMode = ForwardOnly prior to invoking the EAI Siebel Adapter.
    The best is to copy EAI Siebel Adapter and then modify it and use within your process.
    Best regards,
    Alex.
    Edited by: AlexM87 on Jun 2, 2010 3:16 PM

Maybe you are looking for

  • Trying to converting fillable word documents to fillable pdf-when opening in Reader, no longer fillable

    I am converting fillable word documents (set up as tables with protection activated) into fillable pdf forms using LiveCycle but am having problems once I try to open them in Adobe Reader 9.2. I am unable to save the pdf as dynamic (the only option i

  • Should I throw away my PC and go for this mac?? Please help

    Hi all, I am fed up of PC's and want to get a mac. There is one selling for £300 very close to where I live.I went yesterday to see it and it needed a bit of dusting thats it..was well kept and hardly used..Its an imac with the configuration below.Pl

  • Error message while creating a ztable

    Hi, I am trying to create a ztable with 2 fileds mandt and age-which is user created dataelement and domain and now when i am  trying to activate the table i get  warning "Enhancement category for table missing" "Enhancement category for Include or s

  • GX630 turbo button not working

    I'm not a computer guy so lingo and where to find things aren't on the top of my head, so if responding please keep that in mind. I bought this computer from a friend. It has AMD Athlon-X2, vista 32bit. At first the Eco and Turbo button wouldn't work

  • New Adobe Lightroom 6/CC direct download links

    For anyone who's been having issues downloading LR via the CC Desktop app or otherwise, here's another solution and way to simply download the new versions for Windows and Mac OS (without any download manager): Adobe Lightroom 6/CC Direct Download Li