Unknown behaviour of interface TableModelListener

Hi,
I don�t succeed to implement interface TableModelListener in an inherited class of JTable.
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.util.Vector;
import javax.swing.JTable;
import javax.swing.event.TableModelEvent;
import javax.swing.event.TableModelListener;
class ContrTab extends JTable implements MouseListener, MouseMotionListener, TableModelListener {
     private Object target=null;
     public ContrTab(Vector rows, Vector colHead) {
          super (rows, colHead);
          super.addMouseListener(this);
          super.getModel().addTableModelListener(this); // this instead of super doesn't change anything
//     public static void main(String[] args) {}
     public void mouseEntered(MouseEvent me) {
          target = me.getSource().getClass().getName();
          System.out.println("mouse moves over " + target);
     public void mouseClicked(MouseEvent me) {}
     public void mouseExited(MouseEvent me) {}
     public void mousePressed(MouseEvent me) {}
     public void mouseReleased(MouseEvent me) {}
     public void mouseDragged(MouseEvent arg0) {}
     public void mouseMoved(MouseEvent arg0) {}
     public void tableChanged(TableModelEvent x) {
          System.out.println("reaction of tableChanged-method because of " + x);     
}1) What astonishes me first:
The compiler even doesn�t complain when I omit the TableModelListener method
�tableChanged� inside this class after adding this interface.
2) What happens adding the tableChanged method
The table (i.e. the instance of this inherited class) isn�t constructed anymore by the calling class
Who�s got answers to 1) and 2)
Thanks

Thanks for your answer, but I'm not sure if I've got it right:
The syntax of tableChanged is
public void tableChanged(TableModelEvent e)My code:
public void tableChanged(TableModelEvent x) {
          System.out.println("reaction of tableChanged-method because of " + x);     
     }and that's how I made it, I didn't change the signature means I didn't overload it.
So what do you mean?
Kind regards

Similar Messages

  • Cisco SFP GLC-LH-SM unknown in show interface status

    Hi all,
    Client installed a single mode fibre run from Distribution Switch to Access switch. The distance is not even greater than 100 Metres but the client insisted since the fibre is free.
    On the Cisco Catalyst 2960X-24TS-L (Access layer not stacked) the SFP is identified, but on the Cisco Catalyst 2960X-24TS-L (Distribution switch stacked) the SFP module is "unknown".
    access_sw#
    Gi1/0/49 access_sw po notconnect 1 auto auto 1000BaseLX SFP
    dist_sw#
    Gi1/0/49 dist_sw po notconnect 1 auto auto unknown
    Distribution switch is running 150-2.EX4
    Access switch is running 150-2.EX5
    I have configured on both sides speed nonegotiate, above output is showing that the 2 are not even talking to each other since their status is still auto auto...
    Any ideas is gladly appreciated in terms of what show commands or diagnostic tests I can do for the interface just to test it?
    I have tried to test it but it is saying diagnostic monitoring is not running, how can I run that feature as well?  Is that network impacting if I did?
    Kind regards,

    Hi,
    Is there a link light on either side of the connection?
    Is the SFP on the distro switch also LX?
    If there is no link light, try crossing the strands on one side of the connection and test again.
    HTH

  • The instance is using interface 'eth0' of type 'Unknown'.

    Hello,
    I've installed an oracle cluster 10.2.0.1.0 with two computer successfully.
    The two computer are SUSE linux ; "uname -a" display
    Linux dbprod1 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC 2006 x86_64
    x86_64 x86_64 GNU/Linux
    After a month I was obliged to change the subnet of eth0. So i must change the
    addresses of the 2 machines and the 2 VIP address.
    With the utility oifcfg I correct the information about the interface eth0. (I
    execute also vipca)
    oifcfg iflist
    eth0 10.23.11.0
    eth1 10.25.13.0
    oifcfg getif
    eth0 10.23.11.0 global public
    eth1 10.25.13.0 global cluster_interconnect
    Now in the EM I obtain this two warnings (one for each instance):
    mbprod_mbprod2: Interconnect; Interface Type;The instance is using interface
    'eth0' of type 'Unknown'.
    mbprod_mbprod1:Interconnect; Interface Type; The instance is using interface
    'eth0' of type 'Unknown'.
    How can I correct the problem?
    Thank you very much.

    Manorama wrote:
    Suppose we are using interface, to use the method declared in the interface, which is implemented in another class. Now what is the difference between using the interface instead of directly instantiating the implemented class to use the method. Can anyone explain me in detail.To use an interface an implementing class must be instantiated somewhere (though not necessarilly in your own code). The object in question is accessed through the interface, but in reality every Object is an instance of a concrete class. For example say you connect to a database. DriverManager gives you an object which implements java.sql.Connection. The object you get will actulay be of a class defined inside the database provider's libraries and which you may well not be allowed to instanciate yourself, all you need to know is that it implements Connection. And because you handle it as a reference to Connection, you don't need to care what the actual class is, you can change the database URL and switch to a completely different database driver without changing your code.

  • DCOM Interface Error

    I have created the SAP service from the following path:
    cmd:
    D:\usr\sap\DM0\SCS00\exe>sapstartsrv.exe  <Press Enter>
    Enter following values:
    SID = DM0
    NR = 01
    Startprofile = D:\usr\sap\DM0\SYS\profile\START_DVEBMGS01_sapserver
    User = SAPSERVER\Administrator
    password = india123
    Press OK button.
    Now SAPDM0_01 Service gets displayed in the services.msc.
    Note : I have doubt in the path(D:\usr\sap\DM0\SCS00\exe) I have selected while creating SAP Service. Please correct me if i am wrong.
    In SAP Management Console,
    Added Plugin.
    DM0 sapserver 00
    DM0 sapserver 01
    Right-click on DM0 ---> All Tasks ---> Start.
    Error Message Popup :
    Cannot connect to SAP Service on sapserver.
    WebService error :20
    Unknown error
    DCOM Interface error : 80080005
    Server execution failed.
    When tried to Start SAP server from cmd,
    D:\usr\sap\DM0\SCS00\exe>sapstart.exe pf=D:\usr\sap\DM0\SYS\profile\START_DVEBMG
    S01_sapserver name=DM0 nr=00 SAPDIAHOST=sapserver
    Start service SAPDM0_00 on machine
    sapserver
    Service start pending
    Service SAPDM0_00 not started:
      Current State: 2
      Exit Code: 0
      Service Specific Exit Code: 0
      Check Point: 0
      Wait Hint: 0
    Cannot connect to DCOM Interface of Start Service: -2146959355
    Please guide me to resolve the issue.
    Thanks in Advance.

    Hi Shitij,
    Thanks for your reply.
    The issue remains the same even after re-registering the service.
    While Installing and registering the Service, the following error appears:
    Error: Service not started.
    While starting the service from SAP Management Console, the following error also appears:
    Error:
    Cannot connect to SAP Serviceon sapserver.
    Web Service error : 20
    Unknown error.
    DCOM Interface error : 80040154
    Class not registered.
    Please guide me to resolve the issue.
    Edited by: Sathya Kala Veeraraj on May 6, 2010 4:55 PM

  • ErrDisable at SFP Interface between C3750 with C3560

    Hello,
    Requirement: connecting 2 lan switches with SFP cable.
    The LAN Switches to be connected are: C3560-24TS+2SFP with C3750-24TS+2SFP
    Cable SFP: CAB-SFP-50CM-cable
    when the installation is done, the error show up in the SFP interface, as below:
    Port      Name               Status       Vlan       Duplex  Speed Type
    Gi1/0/1                      err-disabled 1            auto   auto unknown
    Test_Switch#sh interfaces status err-disabled
    suspected err is from the cable, which is not working for both lan switch.
    Port      Name               Status       Reason
    Gi1/0/1                      err-disabled gbic-invalid
    Question: what type of cabling is suitable/compatible to be used for connecting 2 different types of lan switches?
    Run the errdisable recovery but not help much.
    Thanks in advance.
    Regards,
    Hira

    Hi
    As I understand it, you can only use that cable with 3560s:
    http://www9.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a00800a7af7.shtml#patch-cable
    Quote 'The Catalyst 3560 switch supports the SFP module patch cable, a 1/2 meter, copper, passive cable with SFP module connectors at each end. The patch cable can connect two Catalyst 3560 switches in a cascaded configuration. '
    Or https://supportforums.cisco.com/docs/DOC-1515/diff;jsessionid=0C72B9E367B58777F2C7AF045001E637.node0?secondVersionNumber=3
    Regards
    Aaron
    Please rate helpful posts...

  • Error -1074388957 occurred at Open DeviceNet Interface.vi

    NI-CAN:  (Hex 0xBFF62023) The Interface is invalid or unknown. 
    The interface is assigned to a specific port within the device and detected in MAX

    The 8532 board needs a different driver. The Ni-DNET 1.6.6 driver is for our legacy hardware line. You need the NI-IndCom for Devoicenet 2.0.2 driver from here. However it currently doesn't have a API as you know it from 1.6.6.
    So it would be better if you try the 2.1 Beta from here.  We will release soon so the Beta driver should be in good shape.
    DirkW

  • Lion takes 15 seconds to log in after reboot on Macbook Pro 13" (early 2011)

    I have been having sluggish performance (repeated beachballs, etc.) on my Macbook Pro 13-inch (2.7 GHz Intel Core i7, 4 GB RAM), which I bought this summer pre-installed with Lion.
    I didn't migrate my old system, I just installed everything on my new machine. After about 9 years of OS X upgrades on various machines, I decided to start fresh and just installed my applications and transferred the data manually. It took some time, but I wanted it lean and clean.
    Within weeks though, things were starting to slow down. This morning, it took over 15 seconds after reboot before I could even log in to my user account (I clicked on the icon for my account, and after 4-5 seconds it beachballed for 10 seconds before the field for the password "slid" into place).
    I've tried checking and unchecking having Lion restore my previous session before rebooting; closing all applications before restarting; not closing applications before restarting. But consistently, right after logging in for several minutes, and then after several hours of use (and/or the next day, if I put my laptop to sleep instead of shutting it down) opening, saving documents, viewing mailboxes after opening Mail, or even viewing folder contents in the Finder can take from several to 30+ seconds.
    Here is the log from my most recent boot. I have Dropbox, LogMeIn, Default Folder, and Growl (the pre-App Store version), and I have Parallels (which I very rarely use), but I don't see why any of these would slow down my machine before I even log in. Besides this, I have pretty standard fair applications. I would very much appreciate any help/advice!
    06/12/11 02:57:20,000 bootlog: BOOT_TIME 1323161840 0
    06/12/11 02:57:35,567 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    06/12/11 02:57:36,000 kernel: PMAP: PCID enabled
    06/12/11 02:57:35,578 UserEventAgent: CertsKeychainMonitor: configuring
    06/12/11 02:57:35,752 UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    06/12/11 02:57:35,752 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    06/12/11 02:57:36,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    06/12/11 02:57:36,000 kernel: vm_page_bootstrap: 987432 free pages and 52952 wired pages
    06/12/11 02:57:36,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    06/12/11 02:57:36,000 kernel: zone leak detection enabled
    06/12/11 02:57:36,000 kernel: standard timeslicing quantum is 10000 us
    06/12/11 02:57:36,000 kernel: mig_table_max_displ = 73
    06/12/11 02:57:36,000 kernel: TSC Deadline Timer supported and enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for TMSafetyNet
    06/12/11 02:57:36,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Sandbox
    06/12/11 02:57:36,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Quarantine
    06/12/11 02:57:36,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    06/12/11 02:57:36,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    06/12/11 02:57:36,000 kernel: The Regents of the University of California. All rights reserved.
    06/12/11 02:57:36,000 kernel: MAC Framework successfully initialized
    06/12/11 02:57:36,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    06/12/11 02:57:36,000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    06/12/11 02:57:36,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    06/12/11 02:57:36,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    06/12/11 02:57:36,000 kernel: [ PCI configuration begin ]
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    06/12/11 02:57:36,000 kernel: console relocated to 0xf10000000
    06/12/11 02:57:36,000 kernel: PCI configuration changed (bridge=16 device=4 cardbus=0)
    06/12/11 02:57:36,000 kernel: [ PCI configuration end, bridges 12 devices 16 ]
    06/12/11 02:57:36,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    06/12/11 02:57:36,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagementClient: ready
    06/12/11 02:57:36,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe1f2470; max speed s800.
    06/12/11 02:57:36,000 kernel: BTCOEXIST off
    06/12/11 02:57:36,000 kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    06/12/11 02:57:36,000 kernel: 5.100.98.75
    06/12/11 02:57:36,000 kernel: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    06/12/11 02:57:36,000 kernel: rooting via boot-uuid from /chosen: 96C21F61-797D-3976-A440-77523146C652
    06/12/11 02:57:36,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    06/12/11 02:57:36,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartitionScheme/Customer@2
    06/12/11 02:57:36,000 kernel: BSD root: disk0s2, major 14, minor 2
    06/12/11 02:57:36,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    06/12/11 02:57:36,000 kernel: Kernel is LP64
    06/12/11 02:57:22,205 com.apple.launchd: *** launchd[1] has started up. ***
    06/12/11 02:57:35,250 com.apple.launchd: (com.parallels.desktop.launchdaemon) Unknown key for boolean: HopefullyExitsFirst
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key for string: Version
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key: Version
    06/12/11 02:57:38,000 kernel: BCM5701Enet: Ethernet address 3c:07:54:11:19:ea
    06/12/11 02:57:38,000 kernel: AirPort_Brcm4331: Ethernet address 28:cf:da:d7:d5:9c
    06/12/11 02:57:38,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    06/12/11 02:57:38,000 kernel: IO80211Interface::efiNVRAMPublished(): 
    06/12/11 02:57:39,000 kernel: Previous Shutdown Cause: 5
    06/12/11 02:57:39,000 kernel: DSMOS has arrived
    06/12/11 02:57:39,082 airportd: _processDLILEvent: en1 attached (down)
    06/12/11 02:57:40,000 kernel: Created virtif 0xffffff800ba49c00 p2p0
    06/12/11 02:57:40,000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,132 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,516 com.apple.SecurityServer: Session 100000 created
    06/12/11 02:57:41,763 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    06/12/11 02:57:41,763 configd: DHCP en1: INIT-REBOOT transmit failed
    06/12/11 02:57:41,778 configd: setting hostname to "MacBook-Pro-dAutrefois.local"
    06/12/11 02:57:41,782 configd: network configuration changed.
    06/12/11 02:57:41,934 mDNSResponder: mDNSResponder mDNSResponder-320.10 (Aug  2 2011 19:56:51) starting OSXVers 11
    06/12/11 02:57:44,952 com.apple.SecurityServer: Entering service
    06/12/11 02:57:45,892 systemkeychain: done file: /var/run/systemkeychaincheck.done
    06/12/11 02:57:45,905 configd: network configuration changed.
    06/12/11 02:57:45,907 configd: network configuration changed.
    06/12/11 02:57:45,908 mDNSResponder: D2D_IPC: Loaded
    06/12/11 02:57:45,908 mDNSResponder: D2DInitialize succeeded
    06/12/11 02:57:45,910 mDNSResponder: Adding registration domain autrefois.members.mac.com.
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,425 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    06/12/11 02:57:46,425 com.apple.pfctl: No ALTQ support in kernel
    06/12/11 02:57:46,425 com.apple.pfctl: ALTQ related functions disabled
    06/12/11 02:57:46,548 Parallels: Loading kernel extension  prl_hypervisor.kext
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    06/12/11 02:57:48,000 kernel: en1: 802.11d country code set to 'US'.
    06/12/11 02:57:48,000 kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    06/12/11 02:57:48,000 kernel: MacAuthEvent en1   Auth result for: 00:25:bc:8d:98:b5  MAC AUTH succeeded
    06/12/11 02:57:48,000 kernel: wlEvent: en1 en1 Link UP
    06/12/11 02:57:48,000 kernel: AirPort: Link Up on en1
    06/12/11 02:57:48,000 kernel: en1: BSSID changed to 00:25:bc:8d:98:b5
    06/12/11 02:57:48,423 Parallels: Loading kernel extension  prl_hid_hook.kext
    06/12/11 02:57:48,946 awacsd: Starting awacsd connectivity-47 (Jul  7 2011 20:52:38)
    06/12/11 02:57:48,956 awacsd: Connecting AWACS client: autrefois
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: AirPort: RSN handshake complete on en1
    06/12/11 02:57:49,000 kernel: /drv/ HypApic.c:230   Host APIC  phy 0xFEE00000  lin 0xffffff807edde000  ver 0x15
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3718   [vtdInit]
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3734   [vtdInit] VTD initialization disabled
    06/12/11 02:57:49,000 kernel: /drv/ HypLowCache.c:173   Low cache initialized (6848 kB for 8 VMs on 4096 MB)
    06/12/11 02:57:49,000 kernel: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:174   Parallels IPI irq = 0 ipi = 0(0x0)
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:181   Parallels Hypervisor 6.0.12094.676494 loaded.
    06/12/11 02:57:49,241 com.apple.usbmuxd: usbmuxd-263 on Aug 23 2011 at 00:44:06, running 64 bit
    06/12/11 02:57:49,422 UserEventAgent: ServermgrdRegistration cannot load config data
    06/12/11 02:57:49,462 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    06/12/11 02:57:50,516 Parallels: Loading kernel extension  prl_usb_connect.kext
    06/12/11 02:57:51,000 kernel: /prl_hid/ Parallels HID Helper started.
    06/12/11 02:57:51,314 xpchelper: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,488 xpchelper: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,662 loginwindow: Login Window Application Started
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,460 Parallels: Trying to load kernel extensions, exit status: 0
    06/12/11 02:57:57,520 mds: (Normal) FMW: FMW 0 0
    06/12/11 02:57:58,384 Parallels: Starting Parallels networking...
    06/12/11 02:57:58,484 configd: network configuration changed.
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    06/12/11 02:57:58,500 UserEventAgent:   <empty>
    06/12/11 02:58:11,435 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,436 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,496 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,572 com.apple.launchd: (com.apple.netbiosd[99]) Exited abnormally: Hangup: 1
    06/12/11 02:58:12,198 Parallels: Loading kernel extension  prl_netbridge.kext
    06/12/11 02:58:12,644 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:12,652 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:16,412 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,414 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,417 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: CertsKeychainMonitor: ready to process keychain & timer events
    06/12/11 02:58:17,960 Parallels: Loading kernel extension  prl_vnic.kext
    06/12/11 02:58:18,000 kernel: com.parallels.kext.prlnet 6.0.12094.676494 has started.
    06/12/11 02:58:19,946 ntpd: proto: precision = 1.000 usec
    06/12/11 02:58:21,000 kernel: macx_swapon SUCCESS
    06/12/11 02:58:22,652 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Merrol's Network because it is protected and not on the exception list
    06/12/11 02:58:22,655 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    06/12/11 02:58:22,000 kernel: com.parallels.kext.vnic 6.0.12094.676494 has started.
    06/12/11 02:58:22,656 configd: network configuration changed.
    06/12/11 02:58:23,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:24,000 kernel: nspace-handler-set-snapshot-time: 1323161906
    06/12/11 02:58:24,757 awacsd: RouteDiscovery: sendmsg error (6): Device not configured
    06/12/11 02:58:25,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:25,000 kernel: utun0: attached with 0 suspended link-layer multicast membership(s)
    06/12/11 02:58:26,838 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    06/12/11 02:58:27,206 com.apple.mtmfs: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//mtmfsMap64
    06/12/11 02:58:27,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:30,892 com.apple.launchd: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:58:30,895 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    06/12/11 02:58:32,589 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:32,791 com.apple.SecurityServer: Session 100005 created
    06/12/11 02:58:32,792 loginwindow: Login Window Started Security Agent
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:38,379 authorizationhost: Failed to authenticate user <autrefois> (error: 9).
    06/12/11 02:58:42,604 vpnagent: Cisco AnyConnect VPN Client Agent started, version 2.5.3041
    06/12/11 02:58:42,680 vpnagent: Function: initMsgCatalog File: i18n/MsgCatalog.cpp Line: 179 Current locale: en-us
    06/12/11 02:58:42,681 vpnagent: Function: loadProfiles File: ProfileMgr.cpp Line: 112 No profile is available.
    06/12/11 02:58:42,682 vpnagent: Function: fileExists File: Utility/sysutils.cpp Line: 500 Invoked Function: _tstat Return Code: 2 (0x00000002) Description: unknown File: /opt/cisco/vpn/AnyConnectLocalPolicy.xml Error: No such file or directory
    06/12/11 02:58:44,239 vpnagent: Current Preference Settings: CertificateStoreOverride: false CertificateStore: All ShowPreConnectMessage: false AutoConnectOnStart: false MinimizeOnConnect: true LocalLanAccess: false AutoReconnect: true AutoReconnectBehavior: DisconnectOnSuspend AutoUpdate: true ProxySettings: Native AllowLocalProxyConnections: true PPPExclusion: Disable PPPExclusionServerIP:  AutomaticVPNPolicy: false TrustedNetworkPolicy: Disconnect UntrustedNetworkPolicy: Connect TrustedDNSDomains:  TrustedDNSServers:  AlwaysOn: false ConnectFailurePolicy: Closed AllowCaptivePortalRemediation: false CaptivePortalRemediationTimeout: 5 ApplyLastVPNLocalResourceRules: false AllowVPNDisconnect: true EnableScripting: false TerminateScriptOnNextEvent: false EnableAutomaticServerSelection: false AutoServerSelectionImprovement: 20 AutoServerSelectionSuspendTime: 4 AuthenticationTimeout: 12
    06/12/11 02:58:44,617 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,617 vpnagent: Function: logInterfaces File: RouteMgr.cpp Line: 2076 Invoked Function: logInterfaces Return Code: 0 (0x00000000) Description: IP Address Interface List: 
    06/12/11 02:58:44,617 vpnagent: Function: readConfigParamFromFile File: vpnconfig.cpp Line: 3171 The specified configuration file for MUS service does not exist
    06/12/11 02:58:44,617 vpnagent: Default route not cleared, no store
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,725 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - started:159 uid:0 (parent:1 launchd)
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:45,244 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.244 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:45,497 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.496 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:45,812 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic0
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic1
    06/12/11 02:58:45,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:45,814 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,891 Parallels: Parallels networking sucessfully started
    06/12/11 02:58:45,893 Parallels: Restarting CiscoVPN
    06/12/11 02:58:46,093 SystemStarter: Unknown service: CiscoVPN
    06/12/11 02:58:46,096 Parallels: Starting Parallels Dispatcher Service
    06/12/11 02:58:46,099 Parallels: Parallels Dispatcher Server sucessfully started
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fe80::21c:42ff:fe00:8%9#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (11) for fe80::21c:42ff:fe00:8#123
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fec0:0:0:fea9::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (12) for fec0:0:0:fea9::1#123
    06/12/11 02:58:46,944 ntpd: bind(33) AF_INET6 fe80::21c:42ff:fe00:9%10#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (14) for fe80::21c:42ff:fe00:9#123
    06/12/11 02:58:46,945 ntpd: bind(33) AF_INET6 fec0:0:0:feaa::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (15) for fec0:0:0:feaa::1#123
    06/12/11 02:58:47,155 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:58:48,686 prl_naptd: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    06/12/11 02:58:48,687 prl_naptd: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    06/12/11 02:58:49,000 kernel: vnic0: promiscuous mode enable failed
    06/12/11 02:58:49,000 kernel: vnic1: promiscuous mode enable failed
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:49,726 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:50,000 kernel: utun_ctl_connect: creating interface utun1
    06/12/11 02:58:50,000 kernel: SIOCPROTODETACH_IN6: utun1 error=6
    06/12/11 02:58:51,075 com.logmein.logmeinguiagent: 2011-12-06 02:58:51.075 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:51,472 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.842 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - started:204 uid:0 (parent:1 launchd)
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:52,844 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: 2011-12-06 02:58:53.365 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:53,367 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:58:56,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:56,000 kernel: /drv/ HypIoctls.c:912   Ioctl VT-d status: 0
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:59,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:00,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - started:206 uid:0 (parent:1 launchd)
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.388 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.909 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:59:03,911 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:59:04,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,550 loginwindow: Login Window - Returned from Security Agent
    06/12/11 02:59:08,557 loginwindow: USER_PROCESS: 68 console
    06/12/11 02:59:08,588 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:59:08,667 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeingui) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,794 com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: load: option requires an argument -- D
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    06/12/11 02:59:09,568 UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 19471
    06/12/11 02:59:09,741 com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[210]) Exited with code: 1
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.421 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - started:243 uid:501 (parent:176 launchd)
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:12,511 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:59:13,488 LogMeInGUI: LogMeIn GUI started
    06/12/11 02:59:14,000 com.logmein.logmeinguiagent: 2011-12-06 02:59:13.999 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:17,283 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    06/12/11 02:59:17,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:17,832 [0x0-0x14014].com.elgato.eyetvhelper: EyeTV Helper version 3.5.2 build 306
    06/12/11 02:59:18,596 LogMeInGUI: Config watcher thread started
    06/12/11 02:59:18,650 LogMeInGUI: applicationDidFinishLaunching
    06/12/11 02:59:18,664 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    06/12/11 02:59:19,820 LogMeInGUI: remoteControl:INACTIVE
    06/12/11 02:59:19,843 LogMeInGUI: processLine:ACCESSMASK: 18446743936270597119
    06/12/11 02:59:25,431 Mail: Using V2 Layout
    06/12/11 02:59:27,111 SystemUIServer: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,112 com.apple.SystemUIServer.agent: SystemUIServer: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,123 Dock: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,123 com.apple.Dock.agent: Dock: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,400 Finder: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,400 com.apple.Finder: Finder: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Entered INJECT_pthread_entry
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Installing event loop timer
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: proc: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: upp: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: InstallEventLoopTimer: 0x7fff898b10de
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: GetMainEventLoop: 0x7fff89872861
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Loading /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle/Contents/MacOS/Dr opboxBundle
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: timer installed!
    06/12/11 02:59:27,908 com.apple.Finder: Dropbox: dlopen returned: 0x7ff29bd821b0
    06/12/11 02:59:27,908 com.apple.Finder: module initializer in main thread?: 1
    06/12/11 02:59:32,294 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:32,637 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:33,219 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:48,648 Mail: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:48,648 [0x0-0x1e01e].com.apple.mail: Mail: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:58,932 LKDCHelper: Starting (uid=501)
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - sessionTerminating
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer stop
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - GUIAgent - DisplayServerStopped.Sent[243]
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: Session - Error occured:read errno: (9) Bad file descriptor
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Connection closed
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Closing DisplayServer
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Exiting
    06/12/11 03:01:59,168 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent[243]) Exited with code: 1
    06/12/11 03:02:02,557 com.logmein.logmeingui: Determine OS version
    06/12/11 03:02:02,557 com.logmein.logmeingui: leopard
    06/12/11 03:02:02,557 com.logmein.logmeingui:   Executing command:unload -S Aqua /Library/LaunchAgents/com.logmein.logmeinguiagent.plist on launchd with sessiontype::Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui:   In session:Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui: Executing command:/bin/launchctl unload -w "/Library/LaunchDaemons/com.logmein.logmeinserver.plist" 2>&1 euid:0 uid:0
    06/12/11 03:03:02,059 com.apple.launchd.peruser.501: ([0x0-0x16016].com.getdropbox.dropbox[253]) Exited: Killed: 9
    06/12/11 03:03:09,151 com.apple.Finder: Dropbox: Not loading image DropboxBundle because it's already loaded.
    06/12/11 03:03:10,249 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:10,536 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:29,189 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:35,292 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:48,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:03:49,964 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:49,965 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:01,187 Microsoft AutoUpdate: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,039 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,040 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,311 Microsoft Outlook: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:08,526 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,527 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:15,917 Mail: -[POP3Connection fetchMessages:totalBytes:] failed: Error Domain=NSPOSIXErrorDomain Code=54 "Échec de la tentative d’envoi de données vers le serveur « (null) »." UserInfo=0x7f8b2951df10 {NSLocalizedDescription=Échec de la tentative d’envoi de données vers le serveur « (null) ».}
    06/12/11 03:04:23,226 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,030 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,215 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,978 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,070 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,372 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,523 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,540 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:26,536 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:26,946 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:27,853 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,034 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,802 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,047 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,167 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,434 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,684 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,685 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:30,878 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,900 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,123 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:42,094 Safari: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 03:04:42,094 [0x0-0x24024].com.apple.Safari: Safari: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 03:05:00,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: Bug: launchd_core_logic.c:3059 (25247):3
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: job_mig_intran() was confused by PID 388 UID 0 EUID 0 Mach Port 0x1a07:
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Bug: launchd_core_logic.c:8610 (25247):3: j != NULL
    06/12/11 03:05:10,381 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,527 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:11,237 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:11,372 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:13,629 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:13,630 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:15,156 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,245 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,347 Microsoft Outlook: CFURLCreateWithBytes w

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Windows XP SP3 can't authenticate in 802.1x

    Hi all,
    I'm trying to get working a fresh install with 802.1x in it. I have a serious issue with Windows XP SP3 not authenticating at all... I can see (with a Wireshark) EAPoL Start messages going out from the host, but nothing happens after. The switch is pretending that it has a timeout on dot1x exchanges. We don't have any issue with Windows 7 at all !!!!
    I'm giving you details about the setup :
    Switches : Cisco switching architecture (IOS IP Services K9 12.2(55)SE)
    Authentication Server : Cisco Secure ACS 4.2
    Directories : Microsoft Active Directory and OpenLDAP for the directories
    PKI : External (opensource)
    Clients : Windows XP SP3 and a very few Windows 7
    EAP Method for the moment : PEAP MSCHAPv2
    Concerning switches, typical config is the following (only necessary things appear) :
    swi-test-802.1x#sh run
    Building configuration...
    Current configuration : 6481 bytes
    aaa new-model
    aaa group server radius ACS
    server X.X.X.X auth-port 1645 acct-port 1646
    deadtime 60
    aaa authentication login ACS_RADIUS group ACS local
    aaa authentication dot1x default group ACS local
    aaa authorization exec ACS_RADIUS group ACS local
    aaa authorization network default group ACS
    aaa accounting dot1x default start-stop group ACS
    aaa accounting exec ACS_RADIUS start-stop group ACS
    aaa accounting network ACS_RADIUS start-stop group ACS
    aaa session-id common
    ip device tracking
    dot1x system-auth-control
    interface FastEthernet0/X
    description Typical FlexAuth port 802.1x
    switchport mode access
    switchport voice vlan 160
    ip access-group Acl_Default_Acl in
    authentication event fail action next-method
    authentication event server dead action authorize vlan 99
    authentication event no-response action authorize vlan 99
    authentication host-mode multi-domain
    authentication order mab dot1x
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    authentication timer inactivity server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 10
    spanning-tree portfast
    ip access-list extended Acl_Default_Acl
    permit ip any any
    radius-server host X.X.X.X auth-port 1645 acct-port 1646 key XXX
    radius-server vsa send accounting
    radius-server vsa send authentication
    end
    If I'm using Windows 7, no problem...
    I've tried to modify different registry keys concerning authMode, SupplicantMode (twice applicable but only right until XP SP2), BlockTime for reauth, following everytime Microsoft recommandations and the different published kb...
    I've tried with GPO for a global change or modifying XML template of the interface, but nothing changes...
    I'm giving you the debugs (radius authentication and dot1x events) :
    swi-test-802.1x#
    swi-test-802.1x#
    *Mar  1 01:19:25.727: dot1x-ev(Fa0/1): Interface state changed to UP
    *Mar  1 01:19:25.735: dot1x-ev:DOT1X Supplicant not enabled on FastEthernet0/1
    *Mar  1 01:19:26.230: dot1x-ev(Fa0/1): Interface state changed to DOWN
    *Mar  1 01:19:26.230: dot1x-ev:dot1x_supp_port_down: No DOT1X subblock found on FastEthernet0/1
    *Mar  1 01:19:28.327: dot1x-ev(Fa0/1): Interface state changed to UP
    *Mar  1 01:19:28.336: dot1x-ev:DOT1X Supplicant not enabled on FastEthernet0/1
    *Mar  1 01:19:28.697: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
    *Mar  1 01:19:29.510: %AUTHMGR-5-START: Starting 'mab' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:19:29.510: RADIUS/ENCODE(0000000B):Orig. component type = DOT1X
    *Mar  1 01:19:29.510: RADIUS(0000000B): Config NAS IP: 0.0.0.0
    *Mar  1 01:19:29.510: RADIUS/ENCODE(0000000B): acct_session_id: 11
    *Mar  1 01:19:29.510: RADIUS(0000000B): sending
    *Mar  1 01:19:29.510: RADIUS/ENCODE: Best Local IP-Address 10.248.2.21 for Radius-Server 10.248.64.20
    *Mar  1 01:19:29.510: RADIUS(0000000B): Send Access-Request to 10.248.64.20:1645 id 1645/19, len 206
    *Mar  1 01:19:29.510: RADIUS:  authenticator 3C AE B6 01 13 26 4E 77 - 94 33 B1 40 B7 A6 06 F8
    *Mar  1 01:19:29.510: RADIUS:  User-Name           [1]   14  "60eb699a0e0f"
    *Mar  1 01:19:29.510: RADIUS:  User-Password       [2]   18  *
    *Mar  1 01:19:29.510: RADIUS:  Service-Type        [6]   6   Call Check                [10]
    *Mar  1 01:19:29.510: RADIUS:  Framed-MTU          [12]  6   1500                     
    *Mar  1 01:19:29.510: RADIUS:  Called-Station-Id   [30]  19  "00-1A-6D-FE-AA-83"
    *Mar  1 01:19:29.510: RADIUS:  Calling-Station-Id  [31]  19  "60-EB-69-9A-0E-0F"
    *Mar  1 01:19:29.510: RADIUS:  Message-Authenticato[80]  18 
    *Mar  1 01:19:29.510: RADIUS:   2F C3 4E 65 14 AF D3 8E B9 E5 29 C3 28 13 C6 B8             [ /Ne)(]
    *Mar  1 01:19:29.510: RADIUS:  EAP-Key-Name        [102] 2   *
    *Mar  1 01:19:29.510: RADIUS:  Vendor, Cisco       [26]  49 
    *Mar  1 01:19:29.510: RADIUS:   Cisco AVpair       [1]   43  "audit-session-id=0AF80215000000030048C250"
    *Mar  1 01:19:29.510: RADIUS:  NAS-Port-Type       [61]  6   Ethernet                  [15]
    *Mar  1 01:19:29.510: RADIUS:  NAS-Port            [5]   6   50001                    
    *Mar  1 01:19:29.510: RADIUS:  NAS-Port-Id         [87]  17  "FastEthernet0/1"
    *Mar  1 01:19:29.510: RADIUS:  NAS-IP-Address      [4]   6   10.248.2.21              
    *Mar  1 01:19:29.519: RADIUS(0000000B): Started 5 sec timeout
    *Mar  1 01:19:29.527: RADIUS: Received from id 1645/19 10.248.64.20:1645, Access-Reject, len 50
    *Mar  1 01:19:29.527: RADIUS:  authenticator B0 3B E5 8F 22 D1 C1 66 - F6 8F 1A 7E 88 49 AA BB
    *Mar  1 01:19:29.527: RADIUS:  Reply-Message       [18]  12 
    *Mar  1 01:19:29.527: RADIUS:   52 65 6A 65 63 74 65 64 0A 0D          [ Rejected]
    *Mar  1 01:19:29.527: RADIUS:  Message-Authenticato[80]  18 
    *Mar  1 01:19:29.527: RADIUS:   91 5F 64 12 73 8E 76 0C 31 DD 2B B7 2E EC 6E BA          [ _dsv1+.n]
    *Mar  1 01:19:29.527: RADIUS(0000000B): Received from id 1645/19
    *Mar  1 01:19:29.527: RADIUS/DECODE: Reply-Message fragments, 10, total 10 bytes
    *Mar  1 01:19:29.527: %MAB-5-FAIL: Authentication failed for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:19:29.527: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:19:29.527: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:19:29.527: dot1x-ev(Fa0/1): Couldn't find the supplicant in the list
    *Mar  1 01:19:29.527: dot1x-ev(Fa0/1): Sending create new context event to EAP for 0x9E000002 (60eb.699a.0e0f)
    *Mar  1 01:19:29.535: dot1x-ev(Fa0/1): Created a client entry (0x9E000002)
    *Mar  1 01:19:29.535: dot1x-ev(Fa0/1): Dot1x authentication started for 0x9E000002 (60eb.699a.0e0f)
    *Mar  1 01:19:29.535: %AUTHMGR-5-START: Starting 'dot1x' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:19:29.535: dot1x-ev(Fa0/1): Sending EAPOL packet to 60eb.699a.0e0f
    *Mar  1 01:19:29.535: dot1x-ev(Fa0/1): Role determination not required
    *Mar  1 01:19:29.535: dot1x-ev(Fa0/1): Sending out EAPOL packet
    *Mar  1 01:19:30.290: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
    *Mar  1 01:19:39.828: dot1x-ev(Fa0/1): Sending EAPOL packet to 60eb.699a.0e0f
    *Mar  1 01:19:39.828: dot1x-ev(Fa0/1): Role determination not required
    *Mar  1 01:19:39.828: dot1x-ev(Fa0/1): Sending out EAPOL packet
    *Mar  1 01:19:50.113: dot1x-ev(Fa0/1): Sending EAPOL packet to 60eb.699a.0e0f
    *Mar  1 01:19:50.113: dot1x-ev(Fa0/1): Role determination not required
    *Mar  1 01:19:50.113: dot1x-ev(Fa0/1): Sending out EAPOL packet
    *Mar  1 01:20:00.414: dot1x-ev(Fa0/1): Received an EAP Timeout
    *Mar  1 01:20:00.414: %DOT1X-5-FAIL: Authentication failed for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID
    *Mar  1 01:20:00.414: dot1x-ev(Fa0/1): Sending event (2) to Auth Mgr for 60eb.699a.0e0f
    *Mar  1 01:20:00.414: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:20:00.414: dot1x-ev(Fa0/1): Received Authz fail for the client  0x9E000002 (60eb.699a.0e0f)
    *Mar  1 01:20:00.414: dot1x-ev(Fa0/1): Deleting client 0x9E000002 (60eb.699a.0e0f)
    *Mar  1 01:20:00.414: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:20:00.414: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (60eb.699a.0e0f) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:20:00.414: %AUTHMGR-5-VLANASSIGN: VLAN 99 assigned to Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:20:00.422: dot1x-ev:Delete auth client (0x9E000002) message
    *Mar  1 01:20:00.422: dot1x-ev:Auth client ctx destroyed
    *Mar  1 01:20:00.422: dot1x-ev:Aborted posting message to authenticator state machine: Invalid client
    *Mar  1 01:20:00.733: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0AF80215000000030048C250
    *Mar  1 01:20:00.733: RADIUS/ENCODE(0000000B):Orig. component type = DOT1X
    *Mar  1 01:20:00.733: RADIUS(0000000B): Config NAS IP: 0.0.0.0
    *Mar  1 01:20:00.733: RADIUS/ENCODE: Best Local IP-Address 10.248.2.21 for Radius-Server 10.248.64.20
    *Mar  1 01:20:00.733: RADIUS(0000000B): Started 5 sec timeout
    *Mar  1 01:20:00.741: RADIUS: Received from id 1646/9 10.248.64.20:1646, Accounting-response, len 20
    swi-test-802.1x#
    swi-test-802.1x#
    If anyone has an idea. Another thiong to mention, hosts have a Trend OfficeScan solution for Host protection, but the same on Windows 7 and everything is OK.
    Thanks for your precious help.
    Pierre-Louis

    Hi Pierre-Louis,
    A couple of questions here:
    -We have a voice vlan defined for the port and multi-domain config.During your tests, do you have the PC connected behind an IP Phone?
    -Which authentication method do you want to go for PC/IP phone?
    -Whats the IP Phone model/vendor ?
    In the logs , we have an Access-Reject for the client MAB auth attempt and then failover to dot1x auth.However, I dont see a Phone MAC in the logs.
    On the switch debug, we see several EAPOL packets to client 60eb.699a.0e0f, which seems a Quanta computer based on the MAC vendor.
    However no EAPOL packets seen from client side.You did indicate seeing an EAPOL Start from the host PC on a sniffer trace.
    -Are you sniffing on the client adapter itself or the switchport to which client is connected?
    -If we have an IP phone inbetween, do you also see the EAPOL start packet from the client when sniffing on the switchport ?
    Windows XP ,SP3 has some changes as compared to earlier SP versions:
    http://support.microsoft.com/kb/949984
    The following output would help to further isolate on problem.You will need to ensure that we have timesync between sniffer traces and debug logs for correlation.
    On switch, save logging output of:
    debug radius
    debug dot1x all
    debug authentication all
    debug authentication feature mab_pm all
    debug authentication feature mda all
    debug authentication feature voice all
    Simultaneously you can capture sniffer trace by spanning switch port interface to  which Phone/PC is connected.Please don't use any filters during the sniffer capture.
    After above steps please do a shut/no shut for tested port interface and replicate the problem with Win XP SP3.
    Following the test, you can also obtain the output of "show auth sessions int
    HTH,
    Alex

  • Missing Instances in SAP Management Console

    Hello,
    After troubles with Deploy (error message occurs) I tried to restart the J2EE Engine with sapmmc, but it does not start correctly (not all icons are green). So I stopped the J2EE engine, rebooted my developer PC and afterwards the list in sapmmc is empty. I only can see "Console Root", "SAP Systems" on the left side and "There are no items to show in this view" on the right side.
    Should I start any service manually?
    sapstartsrv.exe
    Error : Cannot install service.
    CreateService failed: 421
    The account name is invalid or does not exist, or the password is invalid for the account name specified.
    STARTSAP name=dm0 nr=01 sapdiahost=sapserver  (NO Change)
    librfc32.dll and librfc32u.dll files are present in C:\WINDOWS\system32.
    SAPLOC or SAPMNT folders are not available.
    when SAPDM0_00 in services.msc started, after starting it automatically  shuts down.
    SAPOSCOL in services.msc is in started status only.
    SAP MMC
    1. Copy sapmmc.dll, sapmmcms.dll, sapmmcdb6.dll, sapmmcinf.dll, sapmmcada.dll, and sapstartsrv.exe to C:\Windows\system32
    2. Check that librfc32.dll is available in C:\Windows\system32 (both librfc32.dll and librfc32u.dll are likely available if you have installed SAP GUI already) If not, copy from the SAR file.
    3. Change directory
    >cd C:\Windows\System32
    4. Register DCOM Type library of the service
    > sapstartsrv -t
    Click on u201COKu201D in the following Window
    5. Copy sapmmc.dll, sapmmcms.dll, sapmmcdb6.dll, sapmmcinf.dll, sapmmcada.dll, and sapstartsrv.exe to C:\Windows\system32
    6. Check that librfc32.dll is available in C:\Windows\system32 (both librfc32.dll and librfc32u.dll are likely available if you have installed SAP GUI already) If not, copy from the SAR file.
    7. Change directory
    >cd C:\Windows\System32
    8. Register DCOM Type library of the service
    > sapstartsrv -t
    Click on u201COKu201D in the following Window
    9. Start mmc from DOS or Run
    10. Click on menu "File" u2013 "Add/Remove Snap-in"
    11. Click on "Add"
    12. Select "SAP System Manager" then "Add"
    13. Enable "Export user mode" option then click "Next"
    14. click on "Next"
    15. Type the system information <SID> as System and "<hostname> <instance number>" as Instance, then click on "Add". The entry should be displayed in the "Fixed instance list" window. Add more entries or Click on "Finish"
    Right-click on SID and select start.
    Error : Cannot connect to SAP Service on sapserver
    WebService error:20
    Unknown error
    DCOM Interface error:80070424
    The specified service does not exist as an installed service.
    Server execution failed.
    Please help me in solving the above issue.

    Hi,
    See note: 535532
    Mid way through the note it says:
    You can then register the SAP J2EE Engine as a windows-service by using the SAP J2EE Engine Config Tool. Open a command prompt and change to the directory <J2EE Engine installation directory>configtool and run configtool.bat or start this tool via your Start-Menu "Tools->Config Tool" of the J2EE Server entry. Select at the left navigation area of this tool the entry "cluster/ server" the checkbox "Enabled" at the tabstrip "NT Service". Apply these settings by clicking on "File->Apply" at the menu. Do the same with the entry "cluster / dispatcher".
    After you have finished these steps you can register now the J2EE Engine as a windows service.
    Start service.exe, which is also located in the directory
    <J2EE Engine installation directory>configtool. It works with three
    parameters:
    Service.exe u2013install u2013 the service(s) is (are) registered as NT/2000 Service(s). For each specified cluster node, a separate service is generated. All services have startup mode automatic. To start the service(s), open the Control Panel ¨Services folder. Find the service in the list of available services (for example: SAP J2EE Server 1, SAP J2EE Dispatcher 1, SAP J2EE Server 2, and so on). Select it, and choose u201CStartu201D on the right-hand side. No u201CStartup Parametersu201D are needed for the service to run. The system starts the particular J2EE Engine 6.20 node in background mode. It can be used and administered as usual. The only difference is that the server does not run in a console window.
    There may be other notes along these lines.
    You should also check any notes on the setup of SAP in MSCS cluster, as it will contain instructions for registering the services.
    Hope this gives you a pointer in the right direction.

  • Price difference in inovice(scheduling agreement)

    Hello Gurus,
    Can anyone please suggest me on the systems unknown behaviour given below.
    We have scheduling agreement in currency GBP and Local currency EUR, when we post GR, it is getting posted perfectly i.e with proper accounting entries as Inventory account to GR IR account and proper values . But when we post the Invoice system is crediting the same GRIR amount to vendor account which is right and debiting a huge unknown figure to Price difference account and the difference between these two is getting credited to GRIR account. This is completely out of logic.
    Exchange rates are perfectly ok. when we create another scheduling agreement with the same data(as old scheduling agreement) it is working fine. now I am not able to find out where the problem is, can anyone suggest on this.
    Thank you,
    Srinivas

    Hi Srinivas,
    This will happen normally when the price in MMSA difference from the current standard cost estimate in material master.  The difference between these two will post to Price difference account normally.
    Check what is the last costing period/year for that material.  Complete the costing run for current period and post now.  It solves your problem
    ~Thanks!
    Rajesh

  • Impact of COMAPTIBLE parameter on database

    My database version is 10.2.0.4.0 and COMPATIBLE parameter value is 9.2.0.1, When run one select query its shows error
    ORA-01652: unable to extend temp segment by 64 in tablespace TEMPTBS2.
    But while try to run the same query on database version 10.2.0.4.0 with COMPATIBLE parameter value =10.2.0.3.0, it runs without any error.
    Size of tablespace-TEMPTBS2 is same on both database.But Execution plan is differ in both database.
    Is it the impact of COMAPTIBLE parameter ?
    Edited by: user10540254 on Nov 5, 2008 4:38 AM

    Hi,
    COMPATIBLE controls the behaviour of interfaces, the available features and specific parameter settings (for instance for the optimizer).
    Example 1:
    Database 10.2.0.4 with COMPATIBLE=9.2.0
    Database uses a 10.2.0.4 oracle kernel with all 10.2.0.4 code - but is parameterized and has just features available like in 9.2.0
    Example 2:
    Database 10.2.0.4 with COMPATIBLE=10.2.0.3
    Database uses a 10.2.0.4 oracle kernel with all 10.2.0.4 code - but is parameterized like in 10.2.0.3 - but has all 10.2. features available.
    Please see the doc in the Server Reference at otn.oracle.com for more info on COMPATIBLE.
    Kind regards
    Mike

  • 802.1x EAP-TLS with NPS/W2008 - Authentication result 'timeout'

    Hello
    [Env on my lab investigation]
    supplicant - W7 with cert
    authenticator - Catalyst 2960 with IOS 15.0(1)SE2 /newest/
    authentication server 2x - W2008/NPS like a RADIUS server
    [Config some part of authenticator]
    interface FastEthernet0/1
    switchport access vlan 34
    switchport mode access
    authentication event fail retry 1 action authorize vlan 47
    authentication event server dead action authorize vlan 35
    authentication event no-response action authorize vlan 47
    authentication event server alive action reinitialize
    authentication port-control auto
    dot1x pae authenticator
    dot1x timeout quiet-period 15
    dot1x timeout tx-period 15
    spanning-tree portfast
    [Symptoms]
    After reboot authenticator the supplican connected to FE0/1 finally put into the Guest VLAN 47 and before that I saw on the authenticators console Authentication result 'timeout', but when the switch is up and running the the same port authenticator FE0/1 the same supplicant W7 with cert now I connect to authenticator finally supplicant put into static VLAN 34.
    [Summary]
    The problem is the end station that are still connected to the supplicant port /use a EAP-TLS/ after the reboot supplicant! All of them will be put into the Guest VLAN instead of static VLAN 34!
    [The question]
    What is wrong and how to configure/tune and what authenticator or authentication server to prevent after the reboot to observe a authentication timeouts?
    Of course the supplicant after 20 minutes /next EAPOL start farmet put into VLAN 34 .
    [Logs]
    During this I observed the wireshark supplicant and authenticator console and NPS wireshark, below:
    1. supplicant and authenticator orderflow at wireshar:
    - supplicant EAPOL Start
    - authenticator EAP Request Identity
    - supplicat  Response Identity, 3 times
    - supplicant EAPOL Start
    - authenticator EAP Failure
    - authenticator EAP Request Identity x2
    - supplicat  Response Identity x2
    and again, more detail about flow from whireshar chart at the end
    2. authenticator console saw like this:
    *Mar  1 00:02:51.563: %DOT1X-5-FAIL: Authentication failed for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    *Mar  1 00:02:51.563: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    *Mar  1 00:02:51.563: %DOT1X-5-RESULT_OVERRIDE: Authentication result overridden for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    krasw8021x>
    *Mar  1 00:03:52.876: %DOT1X-5-FAIL: Authentication failed for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    *Mar  1 00:03:52.876: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    *Mar  1 00:03:52.876: %DOT1X-5-RESULT_OVERRIDE: Authentication result overridden for client (5c26.0a12.cf80) on Interface Fa0/1 AuditSessionID 0A0E2E96000000030000EAF2
    and finaly
    *Mar  1 00:05:00.286: %AUTHMGR-5-VLANASSIGN: VLAN 47 assigned to Interface Fa0/1 AuditSessionID 0A0E2E96000000040003C914
    *Mar  1 00:05:01.167: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0E2E96000000040003C914
    *Mar  1 00:05:01.302: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
    3. Authentication server:
    - NPS doesn'e recived any RADIUS Access-Request/Response.
    [supplicant EAPOL flow chart, source wireshark]
    |Time     | Cisco_f9:98:81                        | Dell_12:cf:80                         |
    |         |                   | Nearest           |                  
    |0,041    |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |0,045    |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |0,051    |                   |         Start     |                   |EAPOL: Start
    |         |                   |(0)      <------------------  (0)      |
    |0,065    |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |0,075    |                   |         Response, Identity            |EAP: Response, Identity [RFC3748]
    |         |                   |(0)      <------------------  (0)      |
    |0,075    |                   |         Response, Identity            |EAP: Response, Identity [RFC3748]
    |         |                   |(0)      <------------------  (0)      |
    |18,063   |                   |         Start     |                   |EAPOL: Start
    |         |                   |(0)      <------------------  (0)      |
    |18,065   |         Failure   |                   |                   |EAP: Failure
    |         |(0)      ------------------>  (0)      |                   |
    |18,268   |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |18,303   |                   |         Response, Identity            |EAP: Response, Identity [RFC3748]
    |         |                   |(0)      <------------------  (0)      |
    |18,307   |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |18,307   |                   |         Response, Identity            |EAP: Response, Identity [RFC3748]
    |         |                   |(0)      <------------------  (0)      |
    |37,073   |         Request, EAP-TLS [R           |                   |EAP: Request, EAP-TLS [RFC5216] [Aboba]
    |         |(0)      ------------------>  (0)      |                   |
    |67,941   |         Request, EAP-TLS [R           |                   |EAP: Request, EAP-TLS [RFC5216] [Aboba]
    |         |(0)      ------------------>  (0)      |                   |
    |98,805   |         Request, EAP-TLS [R           |                   |EAP: Request, EAP-TLS [RFC5216] [Aboba]
    |         |(0)      ------------------>  (0)      |                   |
    |129,684  |         Failure   |                   |                   |EAP: Failure
    |         |(0)      ------------------>  (0)      |                   |
    |144,697  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |160,125  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |175,561  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |190,996  |         Failure   |                   |                   |EAP: Failure
    |         |(0)      ------------------>  (0)      |                   |
    |206,002  |         Failure   |                   |                   |EAP: Failure
    |         |(0)      ------------------>  (0)      |                   |
    |206,204  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |212,103  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |227,535  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    |242,970  |         Request, Identity [           |                   |EAP: Request, Identity [RFC3748]
    |         |(0)      ------------------>  (0)      |                   |
    /regards Piter 

    Hi,
    Did you ever try to configure re-authentication?
    Is the client is up and running if you connect it to the switch?
    Sent from Cisco Technical Support iPad App

  • Authentication Host-Mode Multi-Auth not working

    hi
    In my lab environment I configured 802.1x with "Multi-Auth" mode for multiple clients on a single protected port to be authenticated agains Microsoft NPS AAA server.
    Switch ports configured with Single-Host or Mult-Host options are working fine but "Multi-Auth" mode its not working. My hardware details and configurations are as follows
    Catalyst Model = WS-C2960S-24TSL running IOS 12.2(55)SE2
    Current configuration : 10423 bytes
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    aaa new-model
    aaa group server radius NPS
    server-private x.x.x.x auth-port 1645 acct-port 1646 key <removed>
    aaa authentication dot1x default group NPS
    aaa authorization network default group NPS
    aaa session-id common
    switch 1 provision ws-c2960s-24ts-l
    authentication mac-move permit
    dot1x system-auth-control
    spanning-tree mode pvst
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    interface GigabitEthernet1/0/1
    switchport access vlan 5
    switchport mode access
    authentication order dot1x webauth
    authentication priority dot1x webauth
    authentication port-control auto
    authentication timer reauthenticate 7200
    authentication violation protect
    dot1x pae authenticator
    spanning-tree portfast
    interface GigabitEthernet1/0/5
    switchport access vlan 5
    switchport mode access
    switchport voice vlan 98
    authentication host-mode multi-auth
    authentication order dot1x mab webauth
    authentication priority dot1x
    authentication port-control auto
    dot1x pae authenticator
    interface GigabitEthernet1/0/7
    switchport access vlan 5
    switchport mode access
    authentication host-mode multi-host
    authentication order dot1x webauth
    authentication priority dot1x webauth
    authentication port-control auto
    authentication timer reauthenticate 7200
    authentication violation protect
    dot1x pae authenticator
    spanning-tree portfast
    interface Vlan5
    ip address x.x.x.x x.x.x.x
    interface Vlan98
    no ip address
    radius-server vsa send accounting
    radius-server vsa send authentication
    end
    My debug log for Authentication, dot1x and AAA is as follows.
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) dot1x_pm_mda_port_link_linkcomingup: voice VLAN 98, data VLAN 5
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Setting domain ALL to UNATHED
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Host access set to ask on unauthorized port since feature
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5)  host access set to 1 on GigabitEthernet1/0/5
    *Mar  1 01:58:51.354: dot1x-ev(Gi1/0/5): Interface state changed to UP
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Enabling dot1x in switch shim
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Host access set to ask on unauthorized port since feature
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5)  host access set to 1 on GigabitEthernet1/0/5
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Host access set to ask on unauthorized port since feature
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5)  host access set to 1 on GigabitEthernet1/0/5
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Received clear security violation
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Received clear security violation
    *Mar  1 01:58:51.354: AUTH-EVENT (Gi1/0/5) Link UP
    *Mar  1 01:58:51.360: AAA/BIND(00000004): Bind i/f
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Assigned AAA ID 0x00000004
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Retrieved Accounting Session ID 0x00000004
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Allocated new Auth Manager context (handle 0x83000002)
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Initialising Method dot1x state to 'Not run'
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Adding method dot1x to runnable list for Auth Mgr context 0x
    *Mar  1 01:58:51.360: AUTH-EVENT: auth_mgr_idc_add_record: Recv audit_sid=0000000000000002006CD0E0
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Sending START to dot1x (handle 0x83000002)
    *Mar  1 01:58:51.360:     dot1x_auth Gi1/0/5: initial state auth_initialize has enter
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_initialize_enter called
    *Mar  1 01:58:51.360:     dot1x_auth Gi1/0/5: during state auth_initialize, got event 0(cfg_auto)
    *Mar  1 01:58:51.360: @@@ dot1x_auth Gi1/0/5: auth_initialize -> auth_disconnected
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_disconnected_enter called
    *Mar  1 01:58:51.360:     dot1x_auth Gi1/0/5: idle during state auth_disconnected
    *Mar  1 01:58:51.360: @@@ dot1x_auth Gi1/0/5: auth_disconnected -> auth_restart
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_restart_enter called
    *Mar  1 01:58:51.360: dot1x-ev(Gi1/0/5): Sending create new context event to EAP for 0x4100002D (0000.0000.0000)
    *Mar  1 01:58:51.360:     dot1x_auth_bend Gi1/0/5: initial state auth_bend_initialize has enter
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_initialize_enter called
    *Mar  1 01:58:51.360:     dot1x_auth_bend Gi1/0/5: initial state auth_bend_initialize has idle
    *Mar  1 01:58:51.360:     dot1x_auth_bend Gi1/0/5: during state auth_bend_initialize, got event 16383(idle)
    *Mar  1 01:58:51.360: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_initialize -> auth_bend_idle
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_idle_enter called
    *Mar  1 01:58:51.360: dot1x-ev(Gi1/0/5): Created a client entry (0x4100002D)
    *Mar  1 01:58:51.360: dot1x-ev(Gi1/0/5): Dot1x authentication started for 0x4100002D (0000.0000.0000)
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Received handle 0x4100002D from method
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Context changing state from 'Idle' to 'Running'
    *Mar  1 01:58:51.360: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Method dot1x changing state from 'Not run' to 'Running'
    *Mar  1 01:58:51.360: dot1x-ev:DOT1X Supplicant not enabled on GigabitEthernet1/0/5
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): Posting !EAP_RESTART on Client 0x4100002D
    *Mar  1 01:58:51.360:     dot1x_auth Gi1/0/5: during state auth_restart, got event 6(no_eapRestart)
    *Mar  1 01:58:51.360: @@@ dot1x_auth Gi1/0/5: auth_restart -> auth_connecting
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_connecting_enter called
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): 0x4100002D:auth_restart_connecting_action called
    *Mar  1 01:58:51.360: dot1x-sm(Gi1/0/5): Posting RX_REQ on Client 0x4100002D
    *Mar  1 01:58:51.365:     dot1x_auth Gi1/0/5: during state auth_connecting, got event 10(eapReq_no_reAuthMax)
    *Mar  1 01:58:51.365: @@@ dot1x_auth Gi1/0/5: auth_connecting -> auth_authenticating
    *Mar  1 01:58:51.365: dot1x-sm(Gi1/0/5): 0x4100002D:auth_authenticating_enter called
    *Mar  1 01:58:51.365: dot1x-sm(Gi1/0/5): 0x4100002D:auth_connecting_authenticating_action called
    *Mar  1 01:58:51.365: dot1x-sm(Gi1/0/5): Posting AUTH_START for 0x4100002D
    *Mar  1 01:58:51.365:     dot1x_auth_bend Gi1/0/5: during state auth_bend_idle, got event 4(eapReq_authStart)
    *Mar  1 01:58:51.365: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_idle -> auth_bend_request
    *Mar  1 01:58:51.365: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_enter called
    *Mar  1 01:58:51.365: dot1x-ev(Gi1/0/5): Sending EAPOL packet to group PAE address
    *Mar  1 01:58:51.365: dot1x-ev(Gi1/0/5): Role determination not required
    *Mar  1 01:58:51.365: dot1x-registry:registry:dot1x_ether_macaddr called
    *Mar  1 01:58:51.365: dot1x-ev(Gi1/0/5): Sending out EAPOL packet
    *Mar  1 01:58:51.365: EAPOL pak dump Tx
    *Mar  1 01:58:51.365: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    *Mar  1 01:58:51.365: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    *Mar  1 01:58:51.365: dot1x-packet(Gi1/0/5): EAPOL packet sent to client 0x4100002D (0000.0000.0000)
    *Mar  1 01:58:51.365: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_idle_request_action called
    *Mar  1 01:58:53.352: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/5, changed state to up
    *Mar  1 01:58:54.353: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/5, changed state to up
    *Mar  1 01:59:22.188: dot1x-sm(Gi1/0/5): Posting EAP_REQ for 0x4100002D
    *Mar  1 01:59:22.188:     dot1x_auth_bend Gi1/0/5: during state auth_bend_request, got event 7(eapReq)
    *Mar  1 01:59:22.188: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_request -> auth_bend_request
    *Mar  1 01:59:22.188: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_request_action called
    *Mar  1 01:59:22.188: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_enter called
    *Mar  1 01:59:22.188: dot1x-ev(Gi1/0/5): Sending EAPOL packet to group PAE address
    *Mar  1 01:59:22.188: dot1x-ev(Gi1/0/5): Role determination not required
    *Mar  1 01:59:22.188: dot1x-registry:registry:dot1x_ether_macaddr called
    *Mar  1 01:59:22.188: dot1x-ev(Gi1/0/5): Sending out EAPOL packet
    *Mar  1 01:59:22.188: EAPOL pak dump Tx
    *Mar  1 01:59:22.188: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    *Mar  1 01:59:22.188: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    *Mar  1 01:59:22.188: dot1x-packet(Gi1/0/5): EAPOL packet sent to client 0x4100002D (0000.0000.0000)
    *Mar  1 01:59:53.016: dot1x-sm(Gi1/0/5): Posting EAP_REQ for 0x4100002D
    *Mar  1 01:59:53.016:     dot1x_auth_bend Gi1/0/5: during state auth_bend_request, got event 7(eapReq)
    *Mar  1 01:59:53.016: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_request -> auth_bend_request
    *Mar  1 01:59:53.016: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_request_action called
    *Mar  1 01:59:53.016: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_enter called
    *Mar  1 01:59:53.016: dot1x-ev(Gi1/0/5): Sending EAPOL packet to group PAE address
    *Mar  1 01:59:53.016: dot1x-ev(Gi1/0/5): Role determination not required
    *Mar  1 01:59:53.016: dot1x-registry:registry:dot1x_ether_macaddr called
    *Mar  1 01:59:53.016: dot1x-ev(Gi1/0/5): Sending out EAPOL packet
    *Mar  1 01:59:53.016: EAPOL pak dump Tx
    *Mar  1 01:59:53.016: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    *Mar  1 01:59:53.016: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    *Mar  1 01:59:53.016: dot1x-packet(Gi1/0/5): EAPOL packet sent to client 0x4100002D (0000.0000.0000)
    *Mar  1 02:00:23.844: dot1x-ev(Gi1/0/5): Received an EAP Timeout
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): Posting EAP_TIMEOUT for 0x4100002D
    *Mar  1 02:00:23.844:     dot1x_auth_bend Gi1/0/5: during state auth_bend_request, got event 12(eapTimeout)
    *Mar  1 02:00:23.844: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_request -> auth_bend_timeout
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_timeout_enter called
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_request_timeout_action called
    *Mar  1 02:00:23.844:     dot1x_auth_bend Gi1/0/5: idle during state auth_bend_timeout
    *Mar  1 02:00:23.844: @@@ dot1x_auth_bend Gi1/0/5: auth_bend_timeout -> auth_bend_idle
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): 0x4100002D:auth_bend_idle_enter called
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): Posting AUTH_TIMEOUT on Client 0x4100002D
    *Mar  1 02:00:23.844:     dot1x_auth Gi1/0/5: during state auth_authenticating, got event 14(authTimeout)
    *Mar  1 02:00:23.844: @@@ dot1x_auth Gi1/0/5: auth_authenticating -> auth_authc_result
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): 0x4100002D:auth_authenticating_exit called
    *Mar  1 02:00:23.844: dot1x-sm(Gi1/0/5): 0x4100002D:auth_authc_result_enter called
    *Mar  1 02:00:23.844: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Gi1/0/5 AuditSessionID
    *Mar  1 02:00:23.844: dot1x-ev(Gi1/0/5): Sending event (2) to Auth Mgr for 0000.0000.0000
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Received AUTHC_RESULT from dot1x (handle 0x83000002)
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Authc Result: no-response
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Method dot1x changing state from 'Running' to 'Authc Failed'
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Context changing state from 'Running' to 'Authc Failed'
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Existing AAA ID: 0x00000004
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Received AAA ID 0x00000004 from method
    *Mar  1 02:00:23.844: AUTH-EVENT: Enter auth_mgr_idc_modify_keys
    *Mar  1 02:00:23.844: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Gi1/0/5 AuditSessionID 0000000000000002006CD0E0
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Sending AUTHZ_FAIL to dot1x (handle 0x83000002)
    *Mar  1 02:00:23.844: dot1x-ev(Gi1/0/5): Received Authz fail for the client  0x4100002D (0000.0000.0000)
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Method dot1x changing state from 'Authc Failed' to 'Failed over'
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Sending DELETE to dot1x (handle 0x83000002)
    *Mar  1 02:00:23.844: dot1x-ev(Gi1/0/5): Deleting client 0x4100002D (0000.0000.0000)
    *Mar  1 02:00:23.844: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Gi1/0/5 AuditSessionID 0000000000000002006CD0E0
    *Mar  1 02:00:23.844: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Gi1/0/5 AuditSessionID 0000000000000002006CD0E0
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) No more runnable methods
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Context changing state from 'Authc Failed' to 'No Methods'
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Building default attribute list for unresponsive client
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Signalling Authc fail for client 0000.0000.0000
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.844: %AUTHMGR-5-FAIL: Authorization failed for client (Unknown MAC) on Interface Gi1/0/5 AuditSessionID 0000000000000002006CD0E0
    *Mar  1 02:00:23.844: AUTH-EVENT (Gi1/0/5) Client 0000.0000.0000, Context changing state from 'No Methods' to 'Authz Failed'
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Signalling Authz fail for client 0000.0000.0000
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) dot1x_switch_authz_fail: Called for GigabitEthernet1/0/5 and 0000.0000.0000
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Host access set to ask on unauthorized port since feature
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5)  host access set to 1 on GigabitEthernet1/0/5
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Setting domain DATA to UNATHED
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Authorized client count: 0
    *Mar  1 02:00:23.849: AUTH-SYNC (Gi1/0/5) Syncing update for context (0000.0000.0000)
    *Mar  1 02:00:23.849: AUTH-EVENT: Started Auth Manager tick timer
    *Mar  1 02:00:23.849: AUTH-EVENT (Gi1/0/5) Started 'restart' timer (60s) for client 0000.0000.0000
    *Mar  1 02:00:23.849: dot1x-sm(Gi1/0/5): Posting_AUTHZ_FAIL on Client 0x4100002D
    *Mar  1 02:00:23.849:     dot1x_auth Gi1/0/5: during state auth_authc_result, got event 22(authzFail)
    *Mar  1 02:00:23.849: @@@ dot1x_auth Gi1/0/5: auth_authc_result -> auth_held
    *Mar  1 02:00:23.849: dot1x-ev:Delete auth client (0x4100002D) message
    *Mar  1 02:00:23.849: dot1x-ev:Auth client ctx destroyed
    *Mar  1 02:00:23.849: dot1x-ev:Aborted posting message to authenticator state machine: Invalid client

    Multiauthentication Mode
    Available in Cisco IOS Release 12.2(33)SXI and later releases, multiauthentication (multiauth) mode allows one 802.1X/MAB client on the voice VLAN and multiple authenticated 802.1X/MAB/webauth clients on the data VLAN. When a hub or access point is connected to an 802.1X port (as shown in Figure 60-5), multiauth mode provides enhanced security over the multiple-hosts mode by requiring authentication of each connected client. For non-802.1X devices, MAB or web-based authentication can be used as the fallback method for individual host authentications, which allows different hosts to be authenticated through different methods on a single port.
    Multiauth also supports MDA functionality on the voice VLAN by assigning authenticated devices to either a data or voice VLAN depending on the data that the VSAs received from the authentication server.
    Release 12.2(33)SXJ and later releases support the assignment of a RADIUS server-supplied VLAN in multiauth mode, by using the existing commands and when these conditions occur:
    •The host is the first host authorized on the port, and the RADIUS server supplies VLAN information.
    •Subsequent hosts are authorized with a VLAN that matches the operational VLAN.
    •A host is authorized on the port with no VLAN assignment, and subsequent hosts either have no VLAN assignment, or their VLAN information matches the operational VLAN.
    •The first host authorized on the port has a group VLAN assignment, and subsequent hosts either have no VLAN assignment, or their group VLAN matches the group VLAN on the port. Subsequent hosts must use the same VLAN from the VLAN group as the first host. If a VLAN list is used, all hosts are subject to the conditions specified in the VLAN list.
    •After a VLAN is assigned to a host on the port, subsequent hosts must have matching VLAN information or be denied access to the port.
    •The behavior of the critical-auth VLAN is not changed for multiauth mode. When a host tries to authenticate and the server is not reachable, all authorized hosts are reinitialized in the configured VLAN.
    NOTE :
    •Only one voice VLAN is supported on a multiauth port.
    •You cannot configure a guest VLAN or an auth-fail VLAN in multiauth mode.
    for more information :
    http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/dot1x.html

  • 802.1x authentication problem on C2960S-48TS-L with Linux clients

    Hi,
    Due to implementing wired 802.1x in my company I fased with problem of authentication of some Linux computers (Ubuntu 13.10+) via mab at the one of my Access switches(C2960S-48TS-L). The problem exist on IOS 12.55 and 15.0(2)SE6.
    It seems that Authenticator can't detect MAC address of supplicant. In debug the MAC address is (Unknown MAC) or (0000.0000.0000). 
    Before authentication I could see registered MAC address on the switchport interface(without 802.1x settings on the port):
    sh mac address-table interface g1/0/2          "before 802.1x authentication"
    Vlan    Mac Address       Type        Ports
       2    0015.990f.60d9    STATIC      Gi1/0/2
    The host should get to Vlan 2 after failed authentication(according to port settings). But actually after trying to authenticate the host on this port
    loses connection with network and doesn't get in 2 Vlan
    sh mac address-table interface g1/0/2              "after 802.1x authentication"
    Vlan    Mac Address       Type        Ports
    sh authentication sessions
    Interface  MAC Address     Method   Domain   Status         Session ID
    Gi1/0/24   (unknown)       dot1x    DATA     Authz Success  6A7D1FAF0000000000023E32
    Gi1/0/25   (unknown)       dot1x    DATA     Authz Success  6A7D1FAF0000000200024193
    Gi1/0/2    (unknown)       mab      UNKNOWN  Running        6A7D1FAF000000280011BA1A
    sh dot1x interface g1/0/2 details
    Dot1x Info for GigabitEthernet1/0/2
    PAE                       = AUTHENTICATOR
    QuietPeriod               = 5
    ServerTimeout             = 0
    SuppTimeout               = 30
    ReAuthMax                 = 2
    MaxReq                    = 2
    TxPeriod                  = 3
    sh run int g1/0/2
    interface GigabitEthernet1/0/2
     description ## User Port ##
     switchport access vlan 2
     switchport mode access
     switchport voice vlan 5
     switchport port-security maximum 5
     switchport port-security
     switchport port-security aging time 2
     switchport port-security aging type inactivity
     ip arp inspection limit rate 120
     authentication event fail retry 0 action authorize vlan 2
     authentication event server dead action authorize vlan 2
     authentication event no-response action authorize vlan 2
     authentication host-mode multi-host
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate 3900
     authentication timer inactivity 300
     authentication violation restrict
     mab
     dot1x pae authenticator
     dot1x timeout quiet-period 5
     dot1x timeout tx-period 3
     storm-control broadcast level 1.00
     storm-control multicast level 1.00
     storm-control action trap
     no cdp enable
     spanning-tree portfast
     spanning-tree bpduguard enable
     spanning-tree guard root
    end
    I have tried to change  authentication host-mode to multi-domain but the problem remains.
    "debug dot1x all" in the attached file.
    Please help me to resolve this issue

    I have removed port security but still have failed authentication on the port
    002262: Mar 26 16:23:26.516: dot1x-ev(Gi1/0/2): Deleting client 0x9A000053 (0000.0000.0000)
    002263: Mar 26 16:23:26.516: dot1x-ev:Delete auth client (0x9A000053) message
    002264: Mar 26 16:23:26.516: dot1x-ev:Auth client ctx destroyed
    002265: Mar 26 16:23:26.715:     dot1x_auth Gi1/0/2: initial state auth_initialize has enter
    002266: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_initialize_enter called
    002267: Mar 26 16:23:26.715:     dot1x_auth Gi1/0/2: during state auth_initialize, got event 0(cfg_auto)
    002268: Mar 26 16:23:26.715: @@@ dot1x_auth Gi1/0/2: auth_initialize -> auth_disconnected
    002269: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_disconnected_enter called
    002270: Mar 26 16:23:26.715:     dot1x_auth Gi1/0/2: idle during state auth_disconnected
    002271: Mar 26 16:23:26.715: @@@ dot1x_auth Gi1/0/2: auth_disconnected -> auth_restart
    002272: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_restart_enter called
    002273: Mar 26 16:23:26.715: dot1x-ev(Gi1/0/2): Sending create new context event to EAP for 0x6D000054 (0000.0000.0000)
    002274: Mar 26 16:23:26.715:     dot1x_auth_bend Gi1/0/2: initial state auth_bend_initialize has enter
    002275: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_initialize_enter called
    002276: Mar 26 16:23:26.715:     dot1x_auth_bend Gi1/0/2: initial state auth_bend_initialize has idle
    002277: Mar 26 16:23:26.715:     dot1x_auth_bend Gi1/0/2: during state auth_bend_initialize, got event 16383(idle)
    002278: Mar 26 16:23:26.715: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_initialize -> auth_bend_idle
    002279: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_idle_enter called
    002280: Mar 26 16:23:26.715: dot1x-ev(Gi1/0/2): Created a client entry (0x6D000054)
    002281: Mar 26 16:23:26.715: dot1x-ev(Gi1/0/2): Dot1x authentication started for 0x6D000054 (0000.0000.0000)
    002282: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): Posting !EAP_RESTART on Client 0x6D000054
    002283: Mar 26 16:23:26.715:     dot1x_auth Gi1/0/2: during state auth_restart, got event 6(no_eapRestart)
    002284: Mar 26 16:23:26.715: @@@ dot1x_auth Gi1/0/2: auth_restart -> auth_connecting
    002285: Mar 26 16:23:26.715: dot1x-sm(Gi1/0/2): 0x6D000054:auth_connecting_enter called
    002286: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): 0x6D000054:auth_restart_connecting_action called
    002287: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): Posting RX_REQ on Client 0x6D000054
    002288: Mar 26 16:23:26.721:     dot1x_auth Gi1/0/2: during state auth_connecting, got event 10(eapReq_no_reAuthMax)
    002289: Mar 26 16:23:26.721: @@@ dot1x_auth Gi1/0/2: auth_connecting -> auth_authenticating
    002290: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): 0x6D000054:auth_authenticating_enter called
    002291: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): 0x6D000054:auth_connecting_authenticating_action called
    002292: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): Posting AUTH_START for 0x6D000054
    002293: Mar 26 16:23:26.721:     dot1x_auth_bend Gi1/0/2: during state auth_bend_idle, got event 4(eapReq_authStart)
    002294: Mar 26 16:23:26.721: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_idle -> auth_bend_request
    002295: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_enter called
    002296: Mar 26 16:23:26.721: dot1x-ev(Gi1/0/2): Sending EAPOL packet to group PAE address
    002297: Mar 26 16:23:26.721: dot1x-ev(Gi1/0/2): Role determination not required
    002298: Mar 26 16:23:26.721: dot1x-registry:registry:dot1x_ether_macaddr called
    002299: Mar 26 16:23:26.721: dot1x-ev(Gi1/0/2): Sending out EAPOL packet
    002300: Mar 26 16:23:26.721: EAPOL pak dump Tx
    002301: Mar 26 16:23:26.721: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    002302: Mar 26 16:23:26.721: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    002303: Mar 26 16:23:26.721: dot1x-packet(Gi1/0/2): EAPOL packet sent to client 0x6D000054 (0000.0000.0000)
    002304: Mar 26 16:23:26.721: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_idle_request_action called
    002305: Mar 26 16:23:29.814: dot1x-sm(Gi1/0/2): Posting EAP_REQ for 0x6D000054
    002306: Mar 26 16:23:29.814:     dot1x_auth_bend Gi1/0/2: during state auth_bend_request, got event 7(eapReq)
    002307: Mar 26 16:23:29.814: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_request -> auth_bend_request
    002308: Mar 26 16:23:29.814: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_request_action called
    002309: Mar 26 16:23:29.814: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_enter called
    002310: Mar 26 16:23:29.814: dot1x-ev(Gi1/0/2): Sending EAPOL packet to group PAE address
    002311: Mar 26 16:23:29.814: dot1x-ev(Gi1/0/2): Role determination not required
    002312: Mar 26 16:23:29.814: dot1x-registry:registry:dot1x_ether_macaddr called
    002313: Mar 26 16:23:29.814: dot1x-ev(Gi1/0/2): Sending out EAPOL packet
    002314: Mar 26 16:23:29.814: EAPOL pak dump Tx
    002315: Mar 26 16:23:29.814: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    002316: Mar 26 16:23:29.814: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    002317: Mar 26 16:23:29.814: dot1x-packet(Gi1/0/2): EAPOL packet sent to client 0x6D000054 (0000.0000.0000)
    002318: Mar 26 16:23:32.907: dot1x-sm(Gi1/0/2): Posting EAP_REQ for 0x6D000054
    002319: Mar 26 16:23:32.907:     dot1x_auth_bend Gi1/0/2: during state auth_bend_request, got event 7(eapReq)
    002320: Mar 26 16:23:32.907: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_request -> auth_bend_request
    002321: Mar 26 16:23:32.907: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_request_action called
    002322: Mar 26 16:23:32.907: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_enter called
    002323: Mar 26 16:23:32.913: dot1x-ev(Gi1/0/2): Sending EAPOL packet to group PAE address
    002324: Mar 26 16:23:32.913: dot1x-ev(Gi1/0/2): Role determination not required
    002325: Mar 26 16:23:32.913: dot1x-registry:registry:dot1x_ether_macaddr called
    002326: Mar 26 16:23:32.913: dot1x-ev(Gi1/0/2): Sending out EAPOL packet
    002327: Mar 26 16:23:32.913: EAPOL pak dump Tx
    002328: Mar 26 16:23:32.913: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    002329: Mar 26 16:23:32.913: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    002330: Mar 26 16:23:32.913: dot1x-packet(Gi1/0/2): EAPOL packet sent to client 0x6D000054 (0000.0000.0000)
    002331: Mar 26 16:23:36.001: dot1x-ev(Gi1/0/2): Received an EAP Timeout
    002332: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): Posting EAP_TIMEOUT for 0x6D000054
    002333: Mar 26 16:23:36.001:     dot1x_auth_bend Gi1/0/2: during state auth_bend_request, got event 12(eapTimeout)
    002334: Mar 26 16:23:36.001: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_request -> auth_bend_timeout
    002335: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_timeout_enter called
    002336: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_request_timeout_action called
    002337: Mar 26 16:23:36.001:     dot1x_auth_bend Gi1/0/2: idle during state auth_bend_timeout
    002338: Mar 26 16:23:36.001: @@@ dot1x_auth_bend Gi1/0/2: auth_bend_timeout -> auth_bend_idle
    002339: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): 0x6D000054:auth_bend_idle_enter called
    002340: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): Posting AUTH_TIMEOUT on Client 0x6D000054
    002341: Mar 26 16:23:36.001:     dot1x_auth Gi1/0/2: during state auth_authenticating, got event 14(authTimeout)
    002342: Mar 26 16:23:36.001: @@@ dot1x_auth Gi1/0/2: auth_authenticating -> auth_authc_result
    002343: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): 0x6D000054:auth_authenticating_exit called
    002344: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): 0x6D000054:auth_authc_result_enter called
    002345: Mar 26 16:23:36.001: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Gi1/0/2 AuditSessionID 6A7D1FAF0000006001916AC3
    002346: Mar 26 16:23:36.001: dot1x-ev(Gi1/0/2): Sending event (2) to Auth Mgr for 0000.0000.0000
    002347: Mar 26 16:23:36.001: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Gi1/0/2 AuditSessionID 6A7D1FAF0000006001916AC3
    002348: Mar 26 16:23:36.001: dot1x-ev(Gi1/0/2): Received Authz fail for the client  0x6D000054 (0000.0000.0000)
    002349: Mar 26 16:23:36.001: dot1x-ev(Gi1/0/2): Deleting client 0x6D000054 (0000.0000.0000)
    002350: Mar 26 16:23:36.001: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Gi1/0/2 AuditSessionID 6A7D1FAF0000006001916AC3
    002351: Mar 26 16:23:36.001: dot1x-sm(Gi1/0/2): Posting_AUTHZ_FAIL on Client 0x6D000054
    002352: Mar 26 16:23:36.001:     dot1x_auth Gi1/0/2: during state auth_authc_result, got event 22(authzFail)
    002353: Mar 26 16:23:36.006: @@@ dot1x_auth Gi1/0/2: auth_authc_result -> auth_held
    002354: Mar 26 16:23:36.006: dot1x-ev:Delete auth client (0x6D000054) message
    002355: Mar 26 16:23:36.006: dot1x-ev:Auth client ctx destroyed
    002356: Mar 26 16:23:36.006: dot1x-ev:Aborted posting message to authenticator state machine: Invalid client

  • 802.1x on Cisco 3750 switch: How to stop retrying the authentication for the un-authorized guests

    Hi experts,
    I'm trying to stop the authentication retry for the guests. They won't have the credential to be authorzied and will be put in the guest VLAN. However the switch seems by default always retries the authentication every 15 seconds or so. It's fine if the guests are few but I'm implementing it at a hotel where most users are guests (like 1000 of them at the same time...).
    I really need to turn it off or at least find some timer to decrease the frenquency... It's urgent because the hotel is about to open... The following is the config I put on an interface:
    switchport access vlan 1055
    switchport mode access
    switchport nonegotiate
    switchport voice vlan 657
    ip access-group ACL_PortIso_IDF21 in
    authentication event fail action authorize vlan 1055
    authentication event no-response action authorize vlan 1055
    authentication host-mode multi-domain
    authentication port-control auto
    authentication violation protect
    mab
    no snmp trap link-status
    dot1x pae authenticator
    dot1x timeout quiet-period 300
    dot1x timeout tx-period 2
    dot1x timeout supp-timeout 2
    dot1x max-reauth-req 10
    dot1x timeout held-period 300
    no cdp enable
    spanning-tree portfast
    spanning-tree bpduguard enable
    no ip igmp snooping tcn flood
    Thanks!

    Elly,
    Soon I will have a Windows laptop plugged in. Then I will be able to run the wireshark. Now I have to run the "debug dot1x packets" since the attached device is a phone.
    So first I "clear dot1x session int f3/0/13". After a couple of "failure" eventually it will show this:
    "%AUTHMGR-5-SUCCESS: Authorization succeeded for client (Unknown MAC) on Interface Fa3/0/13"
    (Weird... why it's showing "success"? Anyway when the authentication restarts again after several minutes there won't be any "sucess" any more, as shown in my previous text file. They are)
    Then I have the debug turnned on:
    .Jan 25 12:47:21: %AUTHMGR-5-START: Starting 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    INDJWSW01-2104#
    .Jan 25 12:47:21: EAPOL pak dump Tx
    .Jan 25 12:47:21: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    .Jan 25 12:47:21: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    .Jan 25 12:47:21: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)
    INDJWSW01-2104#
    .Jan 25 12:47:23: EAPOL pak dump Tx
    .Jan 25 12:47:23: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    .Jan 25 12:47:23: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    .Jan 25 12:47:23: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)
    INDJWSW01-2104#
    .Jan 25 12:47:25: EAPOL pak dump Tx
    .Jan 25 12:47:25: EAPOL Version: 0x3  type: 0x0  length: 0x0005
    .Jan 25 12:47:25: EAP code: 0x1  id: 0x1  length: 0x0005 type: 0x1
    .Jan 25 12:47:25: dot1x-packet(Fa3/0/13): EAPOL packet sent to client 0x5600009F (0019.f302.a378)
    INDJWSW01-2104#
    .Jan 25 12:47:27: %DOT1X-5-FAIL: Authentication failed for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:27: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:27: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    INDJWSW01-2104#
    .Jan 25 12:47:27: %AUTHMGR-5-START: Starting 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:28: %MAB-5-FAIL: Authentication failed for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:28: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:28: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    .Jan 25 12:47:28: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (0019.f302.a378) on Interface Fa3/0/13 AuditSessionID 0A8F7325000010629B960A41
    Then the message will repeat and repeat forever... It seems that the switch Tx the packets first... Any ideas???
    Thanks!

Maybe you are looking for