Client stuck in loop

the following method sends a file to the server...
/* Sends the file to the server.
     private void sendFile() {
          try {
               BufferedOutputStream bos = new BufferedOutputStream(clientSock.getOutputStream());
               FileInputStream fis = new FileInputStream(f);
               byte[] buffer = new byte[1024];
               int i = 0;
               int p = 0;
               while ((i = fis.read(buffer)) != -1) {
                    bos.write(buffer, 0, i); //*
                    p += i;
                    updateProgress(p);
               if (p == FileSize) //file is fully sent
                    isComplete = true;
               fis.close();
               bos.close();
          catch (IOException e) { new HermesDialog(frame).showMessageDialog("Unknown Error 8159", "If you see this again, please contact the author."); }
     }when i terminate the connection on the server side, the client stops at the line marked with the commented * and stays there. is there some way to know that the connection has been terminated and break out of the loop? i have already tried...
Socket.isConnected()
Socket.isClosed()
Socket.isInputShutdown()
Socket.isOutputShutdown()

That's odd, you should get an exception for attempting to write to a closed socket. Are you sure the server didn't just stop reading? If that happens your writes will eventually block.
The correct way to handle this is to read from the socket, you will get an empty read when the socket closes.

Similar Messages

  • HT201089 Sign in to Approve stuck in loop- any fixes? This worked fine this morning

    Sign in to Approve stuck in loop- any fixes? This worked fine this morning, but now when asked to approve I am repeatedly prompted for my iCloud password. Other iCloud services are working fine.

    Hi
    Have you tried allowing cookies and west data in safari

  • UDP client stuck in infinite loop

    public static void main(String args[]) throws Exception
          BufferedReader inFromUser= new BufferedReader(new   InputStreamReader(System.in));
          DatagramSocket clientSocket= new DatagramSocket();
          InetAddress IPAddress = InetAddress.getLocalHost();
          byte[] sendData = new byte[1024];
          byte[] receiveData = new byte[1024];
          String sentence = "";
          boolean quit = true;
               while(quit == true);
               String initiateConntact = "hi there";
               sendData= initiateConntact.getBytes();
               DatagramPacket sendPacket= new DatagramPacket(sendData, sendData.length, IPAddress, 9876);
               clientSocket.send(sendPacket);
               DatagramPacket receivePacket= new DatagramPacket(receiveData, receiveData.length);
               clientSocket.receive(receivePacket);
               String modifiedSentence= new String(receivePacket.getData());
               InetAddress getIPFromServer = receivePacket.getAddress();
               System.out.println("The server is located at : " + getIPFromServer);
               sentence = inFromUser.readLine();
               System.out.println("From Server:" + modifiedSentence);
                  if(sentence.equals("bye"));
                     quit = false;
                             clientSocket.close();
          }I am just courious why this pice of code gets stuck in an infinite loop.
    (it seems anyway). It doesnt even make it into the while statement. If i replace the while with an if statement, everything works smoothly. Does anyone know what is actually happening here and why?
    Thanks for your time.

    Why didnt the java compiler report the ;? or the
    missing =?Because they're both syntactically valid.
    You might want to code a loop with no body:
    while ((ch = readChar()) != 0);
    (same as)
    while ((ch = readChar()) != 0)
    // do nothing
    And you might want to assign a boolean variable and compare it at the same time:
    while (flag = callSomeMethod())
    (as opposed to)
    while ((flag = callSomeMethod()) == true)
    Although in both cases I'd write them differently rather than making a statement which has 'side-effects' and makes for slightly less-readable code.

  • Presario F700 stuck in loop

    My 79 year old mother's F700 is stuck in a loop. When she tries to start it, the led lights go on, the fan comes on for a few secs, but then nothing. Every 20 seconds, it reboots to no avail.  I've tried the solutions that are posted for similar problems ( hard boot etc) but nothing chances.
    Please provide a solution. My mother is going nuts without her Intrent and mail.
    Thanks

    I got HP manager Ana called to provide 25% discount ($300), we turned it down.
    why HP freaky afraid of my comment in their HP Support document
    HP Notebook PCs – Troubleshooting LED Blink Codes or Beep Codes During Startup or Boot
    Content feedback : I tried paste it –the Caps, Lock/Num lights didn’t turn ‘ON” at all. you didn’t mention power button,power lights,touch pad lights on then off, on then off….
    After I adjust a connection nearby phone jack#2 original didn’t properly connect I got 3 more (DVD,WI-FI,SD-MS lights on then off, on then off…
    Guess what I got HP respose ?
    We’re very sorry!
    The page you requested can not be found.
    We apologize for the inconvenience!
    I tried Any other words than the above are all accepted !!!
    even I inquired –why are you so freaky afraid your client to tell you the real problems symptons.

  • FF 15.0 on Windows 7 (64 bit) PC opens in Safe Mode but will NOT open after letting FF do reset procedure; now "stuck" in loop.

    1) FF 15.0.0.4619 on Windows PC 64 bit machine. No themes; about a dozen fairly standard plug-ins; a few extensions - fairly vanilla setup. Been having occassional problem this past week in viewing web PDFs.
    Crash occurred after some program (adobe ??) wanted to do routine update.
    2) Upon clicking FF icon pop up indicates "problem and unexpected crash" but clicking details button does NOT provide any info. Clicking on Restart FF button offers me option to Start in Safe Mode or Quit FF.
    3) Starts in Safe Mode and first time I did that FF reported Java as being disabled and NOT upto date. Did Java update/install (Java Platform SE 7 U7 10.7.2). FF still will not start except in Safe Mode.
    4) Re-booted computer ... Clicking FF icon brings up pop up with problem and crash sentence but no details. Following screen offers Reset to Default option, and upon clicking Reset it takes me back to the same pop up - so I am stuck in a loop that seems to accomplish nothing. Using Reset upon entering Sage Mode results in same loop.
    I really hate using IE so appreciate any assistance in getting back to beloved FF.

    http://kb.mozillazine.org/Standard_diagnostic_%28Firefox%29

  • After Hotsynching a Palm Treo 680, its Hotsynch stuck in loop, lock ups, etc.

    Hello,
    My father is having problem with his Palm Treo 680 (unlocked). Before the incident, he Hotsynched between his Treo and his Dell Optiplex machine (Windows 2000 SP4 with all updates; USB connection).
    The PDA went stuck in a Hotsynch screen on the PDA even if it is disconnected and hard resetted (battery removal since there is no hole). Eventually, the issue stopped (don't know what he did). However, there are still random lock ups and the looping Hotsynch again (no specific times and patterns). Also removing the extra memory cards didn't help either. Also, he reported that his phone didsn't ring either from incoming calls.
    Does anyone know what's going on? Is the PDA dying since he uses it daily all almost all day when he is awake? His warranty expired already, he said. It seems like a lot of people had problems from my Google searches.
    FYI if it helps, the Hotsynch logs BEFORE the problems (he didn't install anything new -- only data changes and updates): http://pastebin.ca/678475
    Thank you in advance.
    Post relates to: Treo 680 (Unlocked GSM)
    Post relates to: Treo 680 (Unlocked GSM)

    This behavior has been reported by users whose phones got wet in the connector area.
    Was this the case in yours?
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Iphone4s and iCloud/Apple Movie Trailers app stuck in loop using battery on wifi

    This one is a long story and took me a day or so of looking around to figure out.  I don't know if it causes all the battery drain issues, but it was at times causing some usage on my 4s.
    Background:
    I use my mac as an iTunes server - always running - so AppleTV can reach it etc via homesharing.  I have a TimeCapsule too and a neat feature is wake on demand proxy where if the the mac is set for wake on demand and it is a sleep, the AppleTV will wake it via the proxy.   Works great.  Even the iOS remote apps will wake it.  Anything requesting a bonjour service that is active on that sleeping mac will wake it.  All was good.
    Then one day, I noticed it waking in the middle of the night - whenever the iPhone turned on with a notification.  I thought that was weird.  I quit the apps. hard reset, etc.  Still occured.  I could put the mac to sleep and just turn on my iPhone and it would wake.  Note I have an iPad and it did not exhibit this behavior.  I gave up for a few days.  Mac would go back to sleep after 10 minutes so no big deal.
    Side note  I also have wifi sync OFF.  I had it on for itunes syncing but noticed that iTunes maintained a constant connection to the phone even when not wired so you can drag and drop to the phone etc.    So to be sure that was not draining battery, it turned it back off.  It also would wake on demand when it was enabled so I knew it wasn't that setting causing the issue.
    Investigation:
    I started with netstat and my airport logs.  I found my mac address, ip address, and then found when I turned on the phone a connection established everytime to port 49166 on the phone.   It would create a connection everytime the phone turned on.
    I used 'sudo lsof -i -P' to find the process opening the host port on the mac to that phone port.  It was 'ubd'.  Looking that up on google, I found it was the Ubiquity process.    I also found that it had a log in '~\Library\Logs\Ubiquity'.  Looking at the log, I found the following occuring whenver I turned on my phone and usually very few minutes while the phone was on:
    [ERROR]       99090c4718 [11/11/22 09:50:34.347] {D2650C3E} 264.connect-https://xxxxx-xxxxx-iPhone.local.:49166 parse_cert_challenge:608 signer 0: com.apple.idms.appleid.prd.4243556669426c674b3255694250464d4d41395633513d3d
    [ERROR]       9911fa663c [11/11/22 09:50:34.497] {D2650C3E} 264.http_runloop client_received_error:401 client 0x7fa868433850 error The operation couldn’t be completed. (OSStatus error -9801.) userinfo <CFBasicHash 0x7fa86862e5b0 [0x7fff74f3af40]>{type = immutable dict, count = 0,
    [ERROR]       9911fa663c [11/11/22 09:50:34.497] {D2650C3E} 264.http_runloop client_received_error:401 entries =>
    [ERROR]       9911fa663c [11/11/22 09:50:34.497] {D2650C3E} 264.http_runloop client_received_error:401 }
    [ERROR]       9911fa663c [11/11/22 09:50:34.497] {D2650C3E} 264.http_runloop client_received_error:401
    [ERROR]       9b655ad834 [11/11/22 09:50:44.486] {D2650C3E} 264.ubd-main-loop save_local_state:5772 NOT saving identity   0: 'com.apple.idms.appleid.prd.4243556669426c674b3255694250464d4d41395633513d3d' of type 2
    [ERROR]       9d5e1dfa80 [11/11/22 09:50:52.954] {D2650C3E} 264. shutdown_file_transfers:714 cancelling any pending ftrs from peer 0x0003
    I assumed those 401 errors were http errors.  The logging would kick in whenver the phone was turned on.   I figured a loop like that must be using battery at least on wifi.  I don't think it does this on 3g.  I didn't know if this was related to the wake issue but it was the only clue.
    I found a macworld article on problems with iCloud/Ubquity causing a hang.  I didn't have a hang but I wondered if there was a file sync of some sort going on.  I remembered reading somewhere that on OSX, documents for sync are kept in '~/Library/Mobile Documents'.  So I looked there.  I found one file called '43LU875E5~com~apple~movietrailer' and a hidden directory called '.ubd'. which has files with names and id's that matched some early parts of the log.
    I was at a loss.  Since it was a connection problem, I took Safari on OSX, turned on the phone, and connected to the https address in the log.  Sure enough, I got messages from keychain to add roots and ccerts etc. Did this and eventually got an error returned.  But it did connect which meant the phone was running a web server.  Neat.  And ubd wanted to connect to it and couldn't and was going to keep trying forever.
    Since the only clue I had was the movies trailer data file, I went to my iCloud control panel and sure enough there is a movies trailer data file in iCloud (along with my ipad and iphone backups).  So I tried to delete it .  iCloud returned an error and could not delete.  OSX console log showed an http 500 error.  
    So, I figure not much else to do, so I delete the app from my phone and my ipad.  It even gives a nice warning when deleting that you have a file in iCloud that you may want to delete.  Unfortunately, I still couldn't.
    Final Testing
    After deleting the app from the phone, I checked the ubiquity log.  I could turn on and off the phone and it would no longer create the log entries, no netstat connection, no web server running anymore.  I put the mac to sleep, and turned on the phone,  It would not wake it up.  Repeated test.  Passed.  Opened the Remote App and it woke up the Mac as expected.  Everything was back to normal and I no longer had a looping connection between my Mac and my phone.   Note - this occured even when the trailers app was shutdown on the iphone.  This appeared to be an iCloud sync issue.
    Final Thoughts
    - This did not occur with my iPad and it had the same app.  I deleted it there to be safe.
    - I have no clue how much battery this uses.  I have pretty good life most of the time and my assumption is no matter what, it would help to turn this loop off.  It was really the waking the mac all the time that had me bothered. I just stumbled on a bigger issue.
    - I doubt the problem is occuring all the time. My ipad did not have the issue, only the iPhone.  It was likely an anomoly that showed up and may or may not occur.  I thought posting the experience and if anyone else is having similar problems this may help.  I am not advocting that everyone remove the app.  Just take a look around if you are using the app and are seeing issues.

    Thank you!!! Thank you!!! Thank you!!! Thank you!!!
    Hallelujah!!! Thanks for the correction (fat fingers, as you suspected).
    Now to the good news. I started Safari, then pasted the URL in and pressed Enter. To my utter amazement the quicktime "Q" logo appeared briefly, then a "screen" box in the window and the movie itself began to load. After a short while it began to play, just like it should!
    More good news. The exact same technique worked in Firefox as well!
    Now the not-so-good news. When I enter the URL in Quicktime Player "Open URL", the player window opens showing the audio and video controls but no "viewing screen". I let it run for about 5 minutes and nothing ever appeared. I must qualify this by saying that right now my wireless connection is running very slow, so I will try QTP again when things are moving faster.
    Believe it or not, this is the very first suggestion I tried that actually made a noticable difference. Of course, this is still a workaround (which I will gladly use). Hope there is a permanent resolution to this somewhere.
    BTW, I plan on downloading and re-installing OS X 10.5.2 using the "Combo" package. My original install of both 10.5.1 and .2 were done via "Software Update" and this is the only other suggestion I've seen that might resolve my issue. My plan is to do the re-install only on the G5. If it corrects the problem there, I'll wait a week and then do the same with my MacBook.
    In either case I will let you know the results in a follow-up post to this topic.

  • ITunes Match Broken stuck in Loop

    iTunes Match no longer works. It seems stuck in an loop cycle of checking and uploading my tradks. Never had this problem before the latest iTunes update.

    I found this to be an "unofficial" ISP problem.  I use WOW/Knology and I read of this happening with Comcast (surprise!  surprise!).  Evidently, the iTunes Match transfer was using too much bandwidth and WOW clamped down on this.
    My iTunes Match was in an endless loop.  Following all the instructions that I found about this in the support area did not resolved the issue.  I did find two answers claiming to resolve this issue.  Both mentioned "port throttling"--that is, limiting the upload speed on a specific port (https--443) or a variety of ports.  I tried the easiest and throttled port 433 to 128K max and reran iTunes Match.  It complete parts 1 and 2 easily.  iTunes Match is working on part 3 currently.  Slowly but surely--has has been working steadily for 16-18 hours now (my iTunes library is ~85GB).  (The transfer listed each file as it is being transferred.  It is interesting to see the transfer penalty of never throwing "anything" away.)
    There are several port-throttling programs for the Mac.  " Entonnoir " was the one recommended and the one I am using.  It is a free download --the publisher does ask for a donation.

  • My recursive file search is stuck in loop...

    I am running on OS X using Java version 1.4.2_09.
    I am trying to make a recursive search through the file system to count up all the objects that qualify as files...and eventually perform some function on them that is not yet written. My goal is to create the same output that the unix command: "find / -type file" would return. However, my search is getting stuck in an endless loop which gets deeper and deeper and deeper... I think the cause is the search following links, or mount points.
    Here are selected lines of output showing the repetition created by the scan. There are tons of files and folders between each of these lines, but the key is that the same Application file path (in italics) is being touch multiple times, and the prefix (underlined path) is being prepended to the to itself over and over and over again.
    First Time Pass: (this is correct - and in italics)
    /Applications/Adium.app/Contents/Resources/is.lproj
    Second Time Pass: (notice the italics, we covered this path is pass 1 - notice underlined)
    /automount/Servers/powerbook.local/Applications/Adium.app/Contents/Resources/is.lproj
    Third Time Pass: (notice the underlined, it is duplicated and also seen in pass 2)
    /automount/Servers/powerbook.local/automount/Servers/powerbook.local/Applications/Adium.app/Contents/Resources/is.lproj
    N Time Pass:
    will just repeat - "/automount/Servers/powerbook.local" N-1 times.
    I can't get past the automount directory...making me believe that it is just following mount points. The funny part is, if you navigate one of these rediculously long (and repetative) paths that is outputed, it is legitament and takes you to the file. Here is the code minus the methods to verify user input.
    import java.lang.*;
    import java.io.*;
    import java.util.*;
    public class hogan {
        public String src=null; //source...where to begin recursive scan
        public File[] fnfArray=null;
        public List fnfList;
        public ArrayList list, deeperList;
        public Iterator filesIter;
        public int folders=0, files=0, unknown=0;
        public static void main (String args[]){
            hogan h=new hogan(); //this is because I made my variable public.  is that bad or good?
            h.vInput(args); //verifies the switches are formated correctly in another method.
            h.vSwitches(new File(h.src)); //verifies the values of the switches are legitament.
            h.getFiles(new File(h.src)); //begin recursive scan.
            System.out.println("\nTotal Files Found:   " + h.files);
            System.out.println("Total Folders Found: " + h.folders);
            System.out.println("Total Unknown Found: " + h.unknown);
            System.out.println("Total Objects Found: " + (h.files+h.folders+h.unknown) + "\n");
        public ArrayList getFiles(File startDir)
            list=new ArrayList();
            fnfArray=startDir.listFiles();//"Files And Folders Array"
            fnfList=Arrays.asList(fnfArray);//Files And Folders List"       
            Iterator filesIter=fnfList.iterator();
            File currentFile=null;
            while(filesIter.hasNext()){
                currentFile=(File)filesIter.next();
                list.add(currentFile);
                if((currentFile.isDirectory()) && (currentFile.listFiles()!=null)){
                    System.out.println("Folder: " + currentFile);//output where we are in the scan
                    deeperList=getFiles(currentFile);
                    list.addAll(deeperList);
                else if(currentFile.isFile()){
                    System.out.println("File:   " + currentFile);//output where we are in the scan
                    files++;
            Collections.sort(list);
            return list;
    Is there a way to prevent a recursive search from following links or mount points. Can you set some attribute to files touched that says..."You've been here already, move on to the next."??? Thanks alot, and I'm sorry for my code, I am as green as it gets when it comes to java, and as rusty as it gets when it comes to programming. Thanks!!!
    Hippie Joe

    Just wanted to update you...I did get it working. The problem was, as I expected some looping between symbolic links and mount points. So, The File API has this thing called a Canonical path. I didn't know what it was, so had to look it up. In doing that, I stumbled acrossed:
    This piece of code: currentFile.equals(currentFile.getCanonicalFile()
    From this forum thread: http://www.jguru.com/faq/view.jsp?EID=42115
    The author was replying on how to filter soft links in Unix enviroments since "depending on their target" isFile and isDirectory could return true. I thought this was my problem, so threw it in a try catch block and all is well! Here is "my" (thanks community!) new code for a recursive method. Does anyone see some alterations to make this more efficient? Thanks!
    Hippie Joe
    public ArrayList getFiles(File startDir)
            list=new ArrayList();
            fnfArray=startDir.listFiles();//"Files And Folders Array"
            fnfList=Arrays.asList(fnfArray);//Files And Folders List"       
            Iterator filesIter=fnfList.iterator();
            File currentFile=null;
            while(filesIter.hasNext()){
                currentFile=(File)filesIter.next();
                list.add(currentFile);
                try{
                    if(currentFile.equals(currentFile.getCanonicalFile())){
                        if((currentFile.isDirectory()) && (currentFile.listFiles()!=null)){
                            System.out.println("Folder: " + currentFile);
                            folders++;
                            deeperList=getFiles(currentFile);
                            list.addAll(deeperList);
                        }else if(currentFile.isFile()){
                            System.out.println("File:   " + currentFile);
                            files++;
                        }else if(currentFile.isDirectory() && currentFile.listFiles()==null){
                            System.out.println("Folder: " + currentFile);
                            folders++;
                        }else
                            unknown++;
                catch(IOException ex){
                    links++;
            Collections.sort(list);
            return list;
        }

  • Static IP clients stuck on dhcp_reqd after upgrade to LAP

    I have wireless thermal printers that have static IP addresses. They are on an open wlan and the dhcp required box is not checked.
    The client gets hung at DHCP_REQD even though the client has a static address.
    Controllers are standalone wlc4402(x2) running 41.1.185.0. Access-points are a mix of 1510, 1231 and 1242. Clients running 802.1x PEAP and DHCP are ok (different SSID).
    This is the log from the WCS troubleshooting window:
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 Controller association request message received.
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 Received reassociation request from client.
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 The wlan to which client is connecting does not require 802 1x authentication.
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 Client does not have an IP address yet.
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 Client Moved to DHCP Required State.
    09/17/2007 06:57:49 EDT INFO 42.201.0.40 Client moved to associated state successfully.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 Controller association request message received.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 Received reassociation request from client.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 The wlan to which client is connecting does not require 802 1x authentication.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 Client does not have an IP address yet.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 Client Moved to DHCP Required State.
    09/17/2007 07:00:00 EDT INFO 42.201.0.40 Client moved to associated state successfully.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 Controller association request message received.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 Received reassociation request from client.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 The wlan to which client is connecting does not require 802 1x authentication.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 Client does not have an IP address yet.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 Client Moved to DHCP Required State.
    09/17/2007 07:00:05 EDT INFO 42.201.0.40 Client moved to associated state successfully.

    We got wireless network cameras (Axis 207W) that only connects when they are configured with DHCP, If they are configured with IP-addresses they get stuck at DHCP_REQ.
    Our Laptops connects with both DHCP or IP configured, on the same WLAN as the cameras.
    The cameras has no sleep mode.

  • SAP Business One Client Stuck While upgrading

    Hi Experts,
    I have successfully run the upgrade 8.8 patch leve 8 on the server(windows 2003). The server also had the client installed.
    As usually we opened up the client for autoupgrade, it seems like it was taking too much time to upgrade and it looked like the client upgrade got stuck.
    So we ended the task(The client icon on the desktop disappeared the next moment. ) and tried to upgrade the client using the B1share folder.
    We get the messages like Error 1605: This action is valid only for currently installed products . when i say okay
    Error:Number:0*80040702
    Description: Failed to load Dll; Creator dll
    Next i have also tried to uninstall from add\remove programs, then it says
    error 1628: failed to complete installation.
    Please let me know how to solve this problem.
    Regards,
    Chidamber.

    Hi! 
    Im having the same problem after i tried to upgrade my version to SBO 8.8 PL 08.  Ive also tried to run the fix mentioned in sap notes 1408662.   To no luck, i still cant access my SBO client.  Whenever I try to access the client I get this message - "The B1 upgrade failed to locate the setup file needed for the upgrade".
    Help please
    Camille

  • Installation stuck in loop

      I recently upgraded my hard drive and installed OS X lion. It gave me a kernel error which got stuck in restarting non stop and now I have been trying to install mavericks which is stuck in a loop. It installs but refuses to restart automatically and when I restart it it just goes back to the utilities screen. I tried verifying the disk which gives off unused nodes errors and run repair which fixes it and then veryfing gives off another unused node. Not sure if something is failing, missing, broken or what I can do to make it work correctly.

    Also when I try installing lion from my disc it goes to the installation bar then to a black screen and gives me an error that says the Mac OS X installation could not be completed.

  • PEAP clients stuck in the 8021X_REQD state

    Hi,
    I've got complaining for lots of PEAP clients not connecting to wireless network. Everything was working fine before. I logged into WLC and found out these clients are associated but stuck in the 8021X_REQD state. I checked our Radius server and couldn't find the failed log. The below message shows the debug for a client 00:0b:6b:24:66:55 and the attachment is the client info shown on the WLC. Please help. Thanks.
    (vau-cr-wlc4402-1) >debug client 00:0b:6b:24:66:55
    (vau-cr-wlc4402-1) >Mon Aug  8 15:40:53 2011: 00:0b:6b:24:66:55 802.1x 'timeoutEvt' Timer expired for station 00:0b:6b:24:66:55
    Mon Aug  8 15:40:53 2011: 00:0b:6b:24:66:55 Retransmit 1 of EAP-Request (length 127) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Association received from mobile on AP 00:1c:57:8b:34:e0
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 STA - rates (8): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 STA - rates (12): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Processing RSN IE type 48, length 20 for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Received RSN IE with 0 PMKIDs from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Initializing policy
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Change state to AUTHCHECK (2) last state 8021X_REQD (3)
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 10.115.148.80 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:1c:57:8b:34:e0
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 apfPemAddUser2 (apf_policy.c:209) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:34:e0 from Associated to Associated
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Stopping deletion of Mobile Station: (callerId: 48)
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Sending Assoc Response to station on BSSID 00:1c:57:8b:34:e0 (status 0)
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 apfProcessAssocReq (apf_80211.c:3838) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:34:e0 from Associated to Associated
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Connecting state
    Mon Aug  8 15:41:23 2011: 00:0b:6b:24:66:55 Sending EAP-Request/Identity to mobile 00:0b:6b:24:66:55 (EAP Id 1)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL START from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Connecting state
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP-Request/Identity to mobile 00:0b:6b:24:66:55 (EAP Id 2)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received Identity Response (count=2) from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 EAP State update from Connecting to Authenticating for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Authenticating state
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=204) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 WARNING: updated EAP-Identifer 2 ===> 204 for STA 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 204)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 204, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=205) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 205)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 205, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=206) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 206)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 206, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=207) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 207)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 207, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=208) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 208)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 208, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=209) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 209)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 209, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=210) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 210)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 210, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=211) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 211)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 211, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=212) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 212)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 212, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=213) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 213)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 213, EAP Type 25)
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=214) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:41:34 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 214)
    Mon Aug  8 15:42:04 2011: 00:0b:6b:24:66:55 802.1x 'timeoutEvt' Timer expired for station 00:0b:6b:24:66:55
    Mon Aug  8 15:42:04 2011: 00:0b:6b:24:66:55 Retransmit 1 of EAP-Request (length 127) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Association received from mobile on AP 00:1c:57:8b:0d:40
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 STA - rates (8): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 STA - rates (12): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing RSN IE type 48, length 20 for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received RSN IE with 0 PMKIDs from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Deleted mobile LWAPP rule on AP [00:1c:57:8b:34:e0]
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Updated location for station old AP 00:00:00:00:00:00-0, new AP 00:1c:57:8b:0d:40-0
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Initializing policy
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Change state to AUTHCHECK (2) last state 8021X_REQD (3)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 10.115.148.80 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:1c:57:8b:0d:40
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 apfPemAddUser2 (apf_policy.c:209) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:0d:40 from Associated to Associated
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Stopping deletion of Mobile Station: (callerId: 48)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending Assoc Response to station on BSSID 00:1c:57:8b:0d:40 (status 0)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 apfProcessAssocReq (apf_80211.c:3838) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:0d:40 from Associated to Associated
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Connecting state
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP-Request/Identity to mobile 00:0b:6b:24:66:55 (EAP Id 1)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received Identity Response (count=1) from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 EAP State update from Connecting to Authenticating for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Authenticating state
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=153) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 WARNING: updated EAP-Identifer 1 ===> 153 for STA 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 153)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 153, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=154) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 154)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response packet with mismatching id (currentid=154, eapid=153) from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 154, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=155) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 155)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 155, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=156) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 156)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 156, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=157) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 157)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 157, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=158) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 158)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 158, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=159) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 159)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 159, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=160) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 160)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 160, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=161) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 161)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 161, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=162) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 162)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 162, EAP Type 25)
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=163) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:42:33 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 163)
    Mon Aug  8 15:43:03 2011: 00:0b:6b:24:66:55 802.1x 'timeoutEvt' Timer expired for station 00:0b:6b:24:66:55
    Mon Aug  8 15:43:03 2011: 00:0b:6b:24:66:55 Retransmit 1 of EAP-Request (length 127) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:33 2011: 00:0b:6b:24:66:55 802.1x 'timeoutEvt' Timer expired for station 00:0b:6b:24:66:55
    Mon Aug  8 15:43:33 2011: 00:0b:6b:24:66:55 Retransmit 2 of EAP-Request (length 127) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Association received from mobile on AP 00:1c:57:8b:0d:40
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 STA - rates (8): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 STA - rates (12): 130 132 139 150 140 18 152 36 176 72 96 108 0 0 0 0
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing RSN IE type 48, length 20 for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received RSN IE with 0 PMKIDs from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Initializing policy
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Change state to AUTHCHECK (2) last state 8021X_REQD (3)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 10.115.148.80 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 10.115.148.80 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:1c:57:8b:0d:40
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 apfPemAddUser2 (apf_policy.c:209) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:0d:40 from Associated to Associated
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Stopping deletion of Mobile Station: (callerId: 48)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending Assoc Response to station on BSSID 00:1c:57:8b:0d:40 (status 0)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 apfProcessAssocReq (apf_80211.c:3838) Changing state for mobile 00:0b:6b:24:66:55 on AP 00:1c:57:8b:0d:40 from Associated to Associated
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Connecting state
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP-Request/Identity to mobile 00:0b:6b:24:66:55 (EAP Id 1)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received Identity Response (count=1) from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 EAP State update from Connecting to Authenticating for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 dot1x - moving mobile 00:0b:6b:24:66:55 into Authenticating state
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=174) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 WARNING: updated EAP-Identifer 1 ===> 174 for STA 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 174)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 174, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=175) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 175)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 175, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=176) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 176)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 176, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=177) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 177)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 177, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=178) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 178)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 178, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=179) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 179)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 179, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=180) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 180)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 180, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=181) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 181)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 181, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=182) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 182)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 182, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=183) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 183)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAPOL EAPPKT from mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Received EAP Response from mobile 00:0b:6b:24:66:55 (EAP Id 183, EAP Type 25)
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Response state for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Processing Access-Challenge for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Entering Backend Auth Req state (id=184) for mobile 00:0b:6b:24:66:55
    Mon Aug  8 15:43:37 2011: 00:0b:6b:24:66:55 Sending EAP Request from AAA to mobile 00:0b:6b:24:66:55 (EAP Id 184)
    Mon Aug  8 15:44:07 2011: 00:0b:6b:24:66:55 802.1x 'timeoutEvt' Timer expired for station 00:0b:6b:24:66:55
    Mon Aug  8 15:44:07 2011: 00:0b:6b:24:66:55 Retransmit 1 of EAP-Request (length 127) for mobile 00:0b:6b:24:66:55
    (vau-cr-wlc4402-1) >debug disable-all

    Hi,
    Check the username/password database on the AD if ur using one or check if the AD is integrated correctly with the IAS or  the ACS.
    Issue either on the IAS or ACS (RADIUS server) , the WLC is waiting for the response from the RADIUS.
    Regards
    Surendra

  • Iphoto 11 stuck in loop after upgrade

    Have recently upgraded to iPhoto 11 through the app store from the version that came with my MacBook Pro (v8 or 9).  iPhoto 11 is getting stuck in a loop with the gray screen and rotating busy icon in the middle.  I have tried a number of online advice actions but all seem to not work (permissions, DIV X, deleting some of the files in the package, etc).
    Surly there must be an official apple fix for this.

    iPhoto 11 is an application that runs on the Mac. You posted your questioning the iPhoto for iOS forum. Perhaps if you posted your question in the life > iPhoto forum you'll get more responses.

  • Clients stuck at 8021X_REQD

    I have a CISCO 5508 WLC and 2602 WAP's. Some clients fail to connect while others connect without issue. I am broadcasting 2 SSID's a WPA2 ssid and a 802.1x ssid. The client fails on both. 
    I debugged the client and i see the client is stuck in 8021X_REQD. It never progresses past that. BUT....I can physically take the WLC to the campus and put them on the same subnet as the clients and they will connect.  So I am leaning on a Routing issue, but what layer 3 issue would only effect SOME clients?
    I am at a loss

    (do1113cisco5508-02) >show interface detailed management
    Interface Name................................... management
    MAC Address...................................... 78:da:6e:da:a0:20
    IP Address....................................... 10.32.0.112
    IP Netmask....................................... 255.255.252.0
    IP Gateway....................................... 10.32.0.1
    External NAT IP State............................ Disabled
    External NAT IP Address.......................... 0.0.0.0
    VLAN............................................. untagged
    Quarantine-vlan.................................. 0
    Active Physical Port............................. 1
    Primary Physical Port............................ 1
    Backup Physical Port............................. Unconfigured
    DHCP Proxy Mode.................................. Global
    Primary DHCP Server.............................. 10.32.0.1
    Secondary DHCP Server............................ Unconfigured
    DHCP Option 82................................... Disabled
    IPv4 ACL......................................... Unconfigured
    mDNS Profile Name................................ Unconfigured
    AP Manager....................................... Yes
    Guest Interface.................................. No
    L2 Multicast..................................... Enabled
    --More-- or (q)uit

Maybe you are looking for

  • NWDI - Runtime error while compiling JSPs (PAR DC)

    Hello I am creating a PAR DC that needs to use some in house developed ValueObjects (accessed through a J2EE server library). Though my developed JSPDynPage is able to access the ValueObjects, when I try to use it in a JSP, I get a runtime compilatio

  • I would like firefox to automatically magnify.

    I know how to zoom in, but I have to do it each time I open a webpage. Sometimes, it will even reset the zoom when I click a link, and I have to do it again. It's a hassle and a huge drawback when using firefox with a high resolution screen. I would

  • Can I show one years events on my Curve

    The User guide seems to indicate that the calendar will only show events for the display period, i.e. day, week or month.  I plan further ahead than this and would like to be able to have the calendar show events as far ahead as one year. Can this be

  • I need to install an old version of firefox, like 3.6.12. Where do I download old versions?

    Latest versions of firefox are not playing nice with the old version of RedHat/Fedora that I am running on one of my systems. The firefox version I had on there is now corrupted and needs a reinstall. Upgrading the operating system is not an option.

  • Idoc to Proxy Scnerio

    Dear All , We are having one ECC--PI-SUS Scneriao . We triggering an Idoc from ECC named "Z_CREMAS_SUSMM.CREMAS03" and on receiver side having Inbound Proxy. Idoc is getting successfully trnasfered from ECC to Pi but in PI Sxmb_moni we are getting be