No longer able to connect to shared calendars

Hi ical has suddenly gone wonky. Was working fine. User access to Shared files (groups) has stopped with and now has error as follows;
"http 1.1 500 internal server error"
extract of error log as follows; Any ideas? thanks
2009-05-21 08:54:28+1000 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2009-05-21 08:54:29+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
2009-05-21 08:54:29+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
2009-05-21 08:54:29+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
2009-05-21 08:54:29+1000 [-] [caldav-8009] [AMP,client] Exception rendering:
2009-05-21 08:54:29+1000 [-] [caldav-8009] [AMP,client] Unhandled Error
2009-05-21 08:54:29+1000 [-] [caldav-8009] Traceback (most recent call last):
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
2009-05-21 08:54:29+1000 [-] [caldav-8009] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
2009-05-21 08:54:29+1000 [-] [caldav-8009] result = res.locateChild(self, path)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
2009-05-21 08:54:29+1000 [-] [caldav-8009] d = self.checkSacl(request)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
2009-05-21 08:54:29+1000 [-] [caldav-8009] d = defer.maybeDeferred(self.authenticate, request)
2009-05-21 08:54:29+1000 [-] [caldav-8009] --- <exception caught here> ---
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
2009-05-21 08:54:29+1000 [-] [caldav-8009] result = f(*args, **kw)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
2009-05-21 08:54:29+1000 [-] [caldav-8009] return super(SudoSACLMixin, self).authenticate(request)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
2009-05-21 08:54:29+1000 [-] [caldav-8009] d = self.principalsForAuthID(request, creds.username)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
2009-05-21 08:54:29+1000 [-] [caldav-8009] authnPrincipal = self.findPrincipalForAuthID(authid)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
2009-05-21 08:54:29+1000 [-] [caldav-8009] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
2009-05-21 08:54:29+1000 [-] [caldav-8009] principal = collection.principalForUser(authid)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 92, in principalForUser
2009-05-21 08:54:29+1000 [-] [caldav-8009] return self.principalForShortName(DirectoryService.recordType_users, user)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 89, in principalForShortName
2009-05-21 08:54:29+1000 [-] [caldav-8009] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 103, in principalForRecord
2009-05-21 08:54:29+1000 [-] [caldav-8009] return self.principalForUID(record.guid)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 127, in principalForUID
2009-05-21 08:54:29+1000 [-] [caldav-8009] return self.getChild(uidsResourceName).getChild(uid)
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 308, in getChild
2009-05-21 08:54:29+1000 [-] [caldav-8009] self.provision()
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 437, in provision
2009-05-21 08:54:29+1000 [-] [caldav-8009] self.provisionFile()
2009-05-21 08:54:29+1000 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 455, in provisionFile
2009-05-21 08:54:29+1000 [-] [caldav-8009] assert parent.exists(), "Parent %s of %s does not exist" % (parent, self)
2009-05-21 08:54:29+1000 [-] [caldav-8009] exceptions.AssertionError: Parent <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals> of <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_> does not exist
2009-05-21 08:54:29+1000 [-] [caldav-8009]

Update 2
stopped ical server - deleted the contents of the documents folder and restarted. now if I try to setup account get;
domain caldav no calendar home error code 1
the log says : Unauthenticated users not enabled with the 'calendar' SACL
2009-05-21 12:12:46+1000 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] Provisioning file: (users) don
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] Provisioning file: <DirectoryPrincipalTypeProvisioningResource: /Library/CalendarServer/Documents/principals/groups>
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] Provisioning file: (groups) projects
2009-05-21 12:12:46+1000 [-] [caldav-8009] [AMP,client] PROPFIND /principals/groups/projects/ HTTP/1.1
2009-05-21 12:12:46+1000 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
2009-05-21 12:12:46+1000 [-] [caldav-8010] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
2009-05-21 12:12:46+1000 [-] [caldav-8010] [AMP,client] PROPFIND / HTTP/1.1
2009-05-21 12:13:22+1000 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2009-05-21 12:13:22+1000 [-] [caldav-8009] [AMP,client] Provisioning file: (users) john
2009-05-21 12:13:22+1000 [-] [caldav-8009] [AMP,client] PROPFIND /principals/groups/projects/ HTTP/1.1
2009-05-21 12:14:29+1000 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
2009-05-21 12:14:29+1000 [-] [caldav-8010] [AMP,client] GET /principals/groups/projects/ HTTP/1.1
2009-05-21 12:14:29+1000 [-] [caldav-8010] [AMP,client] Initializing database /Library/CalendarServer/Documents/principals/.db.calendaruserproxy

Similar Messages

  • User no longer able to connect to afp shared drive

    I have upgraded our server to 10.7.1.  After about a week about 2/3 of our users are no longer able to connect to the shared drive using afp.  It worked fine for the first week and now several users cannot connect.  When attempting to coonect to the afp share it does not even attempt to authenticate.  Please help.

    Is the firewall service turned off? Can you connect to the localhost from the server itself (afp://127.0.0.1/) ?

  • User has no connection on shared calendar.

    I've checked the countless threads on here that are related to this, but to no avail. Here's the issue.
    I've got a user who accepts a shared calendar invite. When viewing the calendar, it shows up as "No connection." The user is otherwise able to view other calendars, send/receive mail, and other users can view the No connection calendar.
    No problem updates are installed. 

    Hi,
    Is the user able to view the shared calendar on OWA?
    If the user is still not able to view the calendar on OWA, please check if the permission has been removed.
    Let the owner right click on the calendar, Properties, Permissions, check if the user's name is listed. If not, re-gain the permission to the user.
    If the user is able to view the calendar on OWA, try the following steps:
    1. While Outlook 2010 is running, hold down the CTRL key, right-click the Outlook icon in the notification area, and then select Test E-mail AutoConfiguration.
    2. Verify that the correct e-mail address is in the box next to E-mail Address.
    3. Clear the check boxes next to Use Guessmart and Secure Guessmart Authentication.
    4. On the Test E-mail AutoConfiguration page, verify that the check box next to Use AutoDiscover is selected, and then click the Test button.
    Any error?
    We may fix it by reset autodiscover, refer to the link in which there's a user who had the same issue, you may find useful information:
    http://chicagotech.net/msapps/outlook13.htm
    Hope it helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • ICloud changes my calendar colors.  I am no longer able to pick my own calendar colors.  This is due to some bug on iCloud.  FIX THIS PROBLEM IMMEDIATELY APPLE!!!  THIS IS RIDICULOUS.  iCloud should not force us to pick calendar colors.

    iCloud changes my calendar colors.  I am no longer able to pick my own calendar colors.  This is due to some bug on iCloud.  FIX THIS PROBLEM IMMEDIATELY APPLE!!!  THIS IS RIDICULOUS.  iCloud should not force us to pick calendar colors.  We should be able to pick our own!!!!!

    Same here, Calender keeps reverting to Purple a color I never ever even picked, screw you iCloud, you continue to annoy me and baffle me with your inadequecies

  • After updating to 10.7.3 I am no longer able to connect to the internet.

    Updated to 10.7.3 this morning on my Macbook Air (Oct. 2010 model). After restarting, I am no longer able to connect to the internet. I can connect to the router, and pull a valid IP address (sometimes - other times I get an automatic private IP), but I am unable to get to any websites, check email, etc. I am able to ping websites AND visit websites using their IP addresses, but not using their DNS names.
    I called Applecare this morning, and the tech walked me through some troubleshooting steps, including:
    Rebooting into Repair partition to check connectivity there (same issues, no change)
    Deleting and recreating various config files (Networkinterfaces.plist, preferences.plist and com.apple.airport.preferences.plist) (no change)
    I've also tried reinstalling the update (both delta and combo), repairing disk permissions and rebooting into safe mode, nether of which has solved the issue.
    Also on the network are (Mini, not updated to 10.7.3), a PC, my iPhone and an Apple TV, all of which aren't experiencing any issues. Any ideas?
    Thanks.

    Here is something to try.  Boot into the Recovery HD by holding
    down Command+R when booting.  Select the get help online option.
    It initially opens Safari with a local web page, but you can use
    the bookmarks on the bookmark bar or even enter a website.
    Many extensions may not be available but it could tell you if
    it is your Lion install that is a problem or perhaps a hardware
    problem. 
    If you can browse around in this mode, then it could eliminate
    any possible hardware issues.  If you still have problems, then
    the issue could possibly be hardware/driver related.
    Give it a shot and see what happens.

  • I upgraded my iphone os into 5.1 I found out I'm no longer able to connect into my home Wi Fi....please help :(

    I upgraded my iphone os into 5.1 I found out I'm no longer able to connect into my home Wi Fi....please help

    Update router and reboot router.

  • My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    My apple tv, all of a sudden, is no longer able to connect to my computer.  I have restarted EVERYTHING, multiple times, still not working.

    Welcome to the Apple Community.
    Check your store location is set correctly, if this doesn't help, try restarting the Apple TV by removing ALL the cables for a 30 seconds.

  • No longer able to connect to Yamaha RX-V675 amp from Apple devices

    Sorry for the length of this post, but I wanted to get everything down in one hit and I REALLY need some help as it's driving me nuts!
    I have been happily connecting to my Yamaha RX-V675 amp from my Macbook Pro (2010) with no problems since I bought the amp a year or so ago - connected through iTunes > Airplay and it also appeared as a device in my System Preferences > Sound menu. I was playing music from the Remote app on my iPhone (6)/iPad (2) and was always able to connect, which I believe routes through iTunes/MB rather than the device itself.
    However, I noticed the other evening in iTunes on the MB that the Airplay menu had turned orange, but I wasn't using it so I didn't think anything more of it. Since then I've tried to connect and the Airplay option no longer appears, nor does the amp appear as a device in the Sys Pref > Sound menu. As an aside, connecting to the amp directly via Airplay from my iPhone and iPad has always been flaky - sometimes I would see the amp as an Airplay device but many times I wouldn't, to the point that I have given up trying.
    I also have a Synology Disc Station and I can use the DS Audio app on my iPhone/iPad to play music on the same amp via Airplay. Both the amp and MB are hard wired on my network, plus I have checked my router a number of times and the amp always shows up as connected (plus I can ping the amp and access its web console from a browser on my MB), so there is nothing wrong with the network connectivity of the the devices. I have tried all suggestions made in another similar post, including changing the name of the network on the Yamaha amp via it's web portal, which seems to have worked for many people but made no difference for me. I've also updated both OS X and iTunes with the latest updates, but it's made no difference. I can still however connect via the DS Audio app over Airplay every time.
    Even though I can connect via DS Audio, the app itself is a little clunky and I would really prefer to use Remote/iTunes as it is much slicker and previously worked a treat. Does anyone have any other suggestions? Any help would be very much appreciated as I losing a lot of hair over this!

    excuse me, not linksystem, its a verizon FIOS wireless router &amp; modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

  • Clients no longer able to connect

    Recently it appears most of our clients no longer are able to connect to our wireless network.
    I am assuming something changed for a certificate but not sure.
    The following is an attempt for a machine to connect. It does it's three tries then gives up.
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Adding mobile on LWAPP AP 00:07:0e:38:9c:e0(0)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Association received from mobile on AP 00:07:0e:38:9c:e0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying site-specific IPv6 override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying IPv6 Interface Policy for station 20:68:9d:9f:0b:4f - vlan 96, interface id 8, interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Applying site-specific override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f STA - rates (4): 130 132 139 150 0 0 0 0 0 0 0 0 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f STA - rates (12): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Processing RSN IE type 48, length 20 for mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f Received RSN IE with 0 PMKIDs from mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state AUTHCHECK (2)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:07:0e:38:9c:e0 vapId 1 apVapId 1
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f apfMsAssoStateInc
    *apfMsConnTask_0: Feb 24 09:24:29.454: 20:68:9d:9f:0b:4f apfPemAddUser2 (apf_policy.c:222) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Idle to Associated
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f Sending Assoc Response to station on BSSID 00:07:0e:38:9c:e0 (status 0)
    *apfMsConnTask_0: Feb 24 09:24:29.455: 20:68:9d:9f:0b:4f apfProcessAssocReq (apf_80211.c:4587) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f Station 20:68:9d:9f:0b:4f setting dot1x reauth timeout = 1800
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Connecting state
    *dot1xMsgTask: Feb 24 09:24:29.458: 20:68:9d:9f:0b:4f Sending EAP-Request/Identity to mobile 20:68:9d:9f:0b:4f (EAP Id 1)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f Received EAPOL START from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Connecting state
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.476: 20:68:9d:9f:0b:4f Sending EAP-Request/Identity to mobile 20:68:9d:9f:0b:4f (EAP Id 2)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAP Response packet with mismatching id (currentid=2, eapid=1) from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.485: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.485: 20:68:9d:9f:0b:4f Username entry (DOMAIN\user1) created for mobile
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f Received Identity Response (count=2) from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f EAP State update from Connecting to Authenticating for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Authenticating state
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.486: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Processing Access-Challenge for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Entering Backend Auth Req state (id=3) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.492: 20:68:9d:9f:0b:4f Sending EAP Request from AAA to mobile 20:68:9d:9f:0b:4f (EAP Id 3)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.496: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.497: 20:68:9d:9f:0b:4f Received EAP Response from mobile 20:68:9d:9f:0b:4f (EAP Id 3, EAP Type 25)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.497: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Processing Access-Challenge for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Entering Backend Auth Req state (id=4) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.498: 20:68:9d:9f:0b:4f Sending EAP Request from AAA to mobile 20:68:9d:9f:0b:4f (EAP Id 4)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Received EAPOL EAPPKT from mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Received EAP Response from mobile 20:68:9d:9f:0b:4f (EAP Id 4, EAP Type 25)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.510: 20:68:9d:9f:0b:4f Entering Backend Auth Response state for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Processing Access-Reject for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Sending EAP-Failure to mobile 20:68:9d:9f:0b:4f (EAP Id 4)
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Entering Backend Auth Failure state (id=4) for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.513: 20:68:9d:9f:0b:4f Setting quiet timer for 5 seconds for mobile 20:68:9d:9f:0b:4f
    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.513: 20:68:9d:9f:0b:4f dot1x - moving mobile 20:68:9d:9f:0b:4f into Unknown state
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Association received from mobile on AP 00:07:0e:38:9c:e0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying site-specific IPv6 override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying IPv6 Interface Policy for station 20:68:9d:9f:0b:4f - vlan 96, interface id 8, interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Applying site-specific override for station 20:68:9d:9f:0b:4f - vapId 1, site 'WIRELESS', interface 'corporate_wireless'
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1393)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f STA - rates (4): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f STA - rates (12): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Processing RSN IE type 48, length 20 for mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f Received RSN IE with 0 PMKIDs from mobile 20:68:9d:9f:0b:4f
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Initializing policy
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Change state to AUTHCHECK (2) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    *apfMsConnTask_0: Feb 24 09:24:30.122: 20:68:9d:9f:0b:4f 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:07:0e:38:9c:e0 vapId 1 apVapId 1
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f apfPemAddUser2 (apf_policy.c:222) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f Sending Assoc Response to station on BSSID 00:07:0e:38:9c:e0 (status 0)
    *apfMsConnTask_0: Feb 24 09:24:30.123: 20:68:9d:9f:0b:4f apfProcessAssocReq (apf_80211.c:4587) Changing state for mobile 20:68:9d:9f:0b:4f on AP 00:07:0e:38:9c:e0 from Associated to Associated
    The line item that stands out is *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.481: 20:68:9d:9f:0b:4f Received EAP Response packet with mismatching id (currentid=2, eapid=1) from mobile 20:68:9d:9f:0b:4f
    But I am not seeing where the problem lies.
    Thanks

    *Dot1x_NW_MsgTask_0: Feb 24 09:24:29.512: 20:68:9d:9f:0b:4f Processing Access-Reject for mobile 20:68:9d:9f:0b:4f
    You need to check your RADIUS server logs as WLC proces the ACCESS-REJECT coming from that. In Radius log it should say why client get rejected.
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • No longer able to connect...tells me to 'See administrator'

    We have a wireless network set up at work using an Airport Express. Its set up using a WEP password for security. I've been able to connect to it in the past but for some reason now it won't. I'm still able to connect to it with my iphone thou. After entering the proper Network name and password (with proper caps) on the "Enter the Name of the Network" window, it tells me to "See Administrator" on the bottom left corner above the Show Networks button.
    Does anyone have any idea whats going on?

    n/m...someone changed a setting on me. working now

  • No longer able to connect to Itunes store. Diagnostic included.

    I used to be able to connect to the Itunes store but cant now. I have checked and itunes IS allowed through my firewall. Maybe you know something that I dont? When I run diagnostics it says "secure link to itunes store failed" and this is the diagnostics;
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 10.5.2.11
    QuickTime 7.6.8
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0016AB1C03A4D988
    Current user is not an administrator.
    The current local date and time is 2012-01-10 14:00:17.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD M880G with ATI Mobility Radeon HD 4250
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.5.2.11 (x64) is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {C3DC8ABD-BD12-4DE0-AD67-1EDCAF51667A}
    Description:    Atheros AR9285 802.11b/g/n WiFi Adapter
    IP Address:    10.19.251.120
    Subnet Mask:    255.255.0.0
    Default Gateway:    10.19.0.1
    DHCP Enabled:    Yes
    DHCP Server:    10.100.0.25
    Lease Obtained:    Tue Jan 10 12:54:00 2012
    Lease Expires:    Wed Jan 11 12:54:00 2012
    DNS Servers:    195.226.228.72
            195.226.228.74
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    SSL 3.0 Support:    Enabled
    TLS 1.0 Support:    Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-01-10 13:54:19.

    When disabling the firewall, same problem. with this diagnostic;
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    Hewlett-Packard HP Pavilion dv6 Notebook PC
    iTunes 10.5.2.11
    QuickTime 7.6.8
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 003EA7DC033727B0
    Current user is not an administrator.
    The current local date and time is 2012-01-10 14:08:55.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    ATI Technologies Inc., AMD M880G with ATI Mobility Radeon HD 4250
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.5.2.11 (x64) is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {C3DC8ABD-BD12-4DE0-AD67-1EDCAF51667A}
    Description:    Atheros AR9285 802.11b/g/n WiFi Adapter
    IP Address:    10.19.251.120
    Subnet Mask:    255.255.0.0
    Default Gateway:    10.19.0.1
    DHCP Enabled:    Yes
    DHCP Server:    10.100.0.25
    Lease Obtained:    Tue Jan 10 12:54:00 2012
    Lease Expires:    Wed Jan 11 12:54:00 2012
    DNS Servers:    195.226.228.72
            195.226.228.74
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    SSL 3.0 Support:    Enabled
    TLS 1.0 Support:    Enabled
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was unsuccessful.
    The network connection timed out.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-01-10 14:04:10.

  • No longer able to connect to linksys on iphone4 or macbook 2.2

    I was able to connect to my parents home linksystem for years, as well as my airport express. Recently i had an internet hotspot that i connected to with my iPhone4 &amp; macbook. After using the hotspot the linksystem at home now has a "timeout error" every time i try to connect it. the iPhone &amp; macbook both see it, show full signal, but cannot connect.
    my mothers iPad connects, my fathers PC's both connect.
    I can connect to apple store wifi, any other wifi, hotspots, etc.
    I cannot for the life of me reconnect with the linksystem.
    YES, i have restarted it, yes it is on, yes i have checked my settings. it was in my keychain as a KNOWN, working, correct good wifi. no the password didn't change. I've been an apple guy since middle school, and i never had this issue that remained after a hard reset of the linksys.
    literally one week i used a hotspot and then went back to their house and suddenly nogo.
    what kind of glitch/erraneous data could be affecting my (just updated to OS Lion &amp; iOS5, still no connect) iPhone4 &amp; 2008 macbook 2.2ghz?

    excuse me, not linksystem, its a verizon FIOS wireless router &amp; modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

  • WRT54GS - No longer able to connect to internet

    Hello
    I've been using the WRT54GS for at least three years without any major problems. My set up has two main PCs, one in the basement we'll call F-PC and the other on the second floor we'll call M-PC. F-PC connects via wire to the WRT54GS, which in turn connects to the Motorola cable modem.  M-PC connects wirelessly via a Belkin device.
    This weekend I had some problems on M-PC, so re-installed Vista. After the re-install I accidentally ran an .exe file on it which contained a virus called dropper.vb.oq according to AVG, which I only installed after running the exe file. I probably didn't set the firewall up right away either. There were no effects when I ran the .exe, it just didn't visibly do anything.
    After deleting the infected file, I noticed that M-PC could no longer connect to the internet. I checked F-PC and same thing. I tried logging in to the router but it wasn't recognising my password, so tonight I reset the modem and re-entered all the settings. Still no luck, yet when I remove the router from F-PC and just plug it directly in to the cable modem, I can get online. I have upgraded the firmware to 4.71.4 tonight.
    When I have the router in place, I can't connect to the internet, yet the internet LED on the front of the WRT54GS flickers constantly. I am able to ping the router when I connect it directly to the PC and it works.
    My questions are:
    1)The failure of the router is probably unconnected to running an infected file, right? Could a virus on a computer wirelessly connected to another really knock out the router?
    2)Does anyone have any suggestions as to what might be causing the problem, or should I just buy a new router?
    Thanks for taking the time to read
    Mark
    Message Edited by tannersarms on 04-07-2008 07:58 PM

    virus cannot affect router. Seems like a settings issue on router. Who is your ISP? Try cloning MAC address of router with that of your main computer.

  • No longer able to connect to AT&T 3G with Gobi 2000 Modem

    Never had any issues before; I'd always see the AT&T connection available from the Network Connections area.  This is Windows 7 64-bit.  I put the SIM into an AT&T authorized USB data card to test being able to use my account on other devices.  As soon as I returned the SIM to my battery compartment, I could no longer connect.  I've tried replacing the SIM several times as well as uninstalling/reinstalling the Gobi driver.  What else might I be able to try - this is so frustrating!
    ThinkPad T510 with Win7 64-bit

    Just curious jminiman,
    Have you ever tried to use different SIM card other than AT&T? I placed an order T410 with Gobi 2000 GPS 3G and wonder if I could use GSM SIM card of other carriers (in Europe particularly)
    I selected Verizon Open SIM card when configured the machine.
    Thanks

  • Since iOS 7 update I am no longer able to connect to Opel Insignia navi cd 500 system via cable. The system is no longer recognizing my iPhone 4. Is there any solution?

    First time I connected after an update, there was a message on the phone that this accessory is no longer supported. After that there were no more messages and car's display is showing the message "no USB device connected" even though iPhone is connected to a cable. It was working fine on iOS 3, 4, 5 and 6.

    You clearly did not notice that you have joined a USER TO USER COMMUNITY FORUM
    This is NOT Apple ,Apple do not read nor do they  therefore respond
    So if you would like to wind your neck in ........................
    try a reset of iPhone and then a restore,best, as new and if it then functions correctly try restoring with your backup

Maybe you are looking for