J2ee RI doesn't understand client identity

Hi all,
I wrote a client application that try to use
an EJB session bean deployed in J2EE RI App.Server.
I specified the following data to connect to the server:
Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi. ......");
p.put(Context.PROVIDER_URL, "iiop://localhost:1050");
p.put(Context.SECURITY_PRINCIPAL, <my user>);
p.put(Context.SECURITY_CREDENTIALS, <ma password>);
Previously, I created <my user> (with password <my password>) inside J2EE RI.
When I run (with runclient) my client application the login fails.
Server side J2EE RI doesn't recognize my user
(in a debug print inside Session Bean's ejbCreate()method,
I see that Client Identity is "guest").
Anybody can suggest me where I'm wrong ?
Many Thanks in advance
Moreno

I think, that the object you put as Context.SECURITY_PRINCIPAL must implement the interface java.security.Principal.
Why don't you use a callback-handler in your client. This is the specified way for a client to authentify.
application-client.xml:
=======================
<application-client>
<callback-handler>test.appclient.SimpleCallbackHandler</callback-handler>
</application-client>
Example for a simple Callback-Handler
(in your client, not on the server!):
======================================
package test.appclient;
import java.io.IOException;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.NameCallback;
import javax.security.auth.callback.PasswordCallback;
import javax.security.auth.callback.CallbackHandler;
import javax.security.auth.callback.UnsupportedCallbackException;
public class SimpleCallbackHandler implements CallbackHandler
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
for(int i=0; i<callbacks.length; i++)
if( callbacks[i] instanceof NameCallback )
NameCallback nc = (NameCallback)callbacks;
nc.setName( "yourName" );
else if( callbacks[i] instanceof PasswordCallback )
PasswordCallback pc = (PasswordCallback)callbacks[i];
pc.setPassword( "yourPassword".toCharArray() );
else
throw new UnsupportedCallbackException(callbacks[i]);

Similar Messages

  • OS Deployment - Failed to get client identity 80004005

    Hello all,
    Hopefully someone will have a solution to this issue. I've only found one site with a similar problem (http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2352753&SiteID=17) and the solution was to rebuild the SCCM server, which I have done. Yet the issue persists. After working my way through countless issues with SCCM, this seems to be the only obstacle in my way. Here is the situation:
    1. I boot the bare metal client system to PXE and the boot image loads
    2. The SCCM status messages appear "Windows is starting up..." and then "Preparing Network Connections..."
    3. The client machine hangs for a minute or so, then reboots.
    I have enabled the command prompt shell in the boot image and can ping the SCCM server and name resolution work fine, so I know it isn't an issue with the network drivers. Below is the log information from the client. Just as an FYI, the Server is running in "Mixed Mode", so I'm not really understanding the why the identification is an issue. As best I can understand the client is requesting information from the server at a certain point and getting a blank reply.
    <![LOG[MP Ports: http=80, https=443, default=80]LOG]!><time="09:20:53.765+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:551">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="09:20:53.765+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:561">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="09:20:53.765+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:594">
    <![LOG[No custom hook found]LOG]!><time="09:20:53.765+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:442">
    <![LOG[No Need to create Authenticator Info]LOG]!><time="09:20:53.765+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:720">
    <![LOG[Getting MP time information]LOG]!><time="09:20:53.781+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmediawizardcontrol.cpp:731">
    <![LOG[Requesting client identity]LOG]!><time="09:20:54.000+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="libsmsmessaging.cpp:4574">
    <![LOG[CLibSMSMessageWinHttpTransport:end: URL: sccm.mpmc.hos:80  CCM_POST /ccm_system/request]LOG]!><time="09:20:54.062+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="libsmsmessaging.cpp:6043">
    <![LOG[pNext != NULL, HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,1825)]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="libsmsmessaging.cpp:1825">
    <![LOG[reply has no message header marker]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="3" thread="1324" file="libsmsmessaging.cpp:1825">
    <![LOG[DoRequest (sReply, true), HRESULT=80004005 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,4674)]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="libsmsmessaging.cpp:4674">
    <![LOG[Failed to get client identity (80004005)]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="3" thread="1324" file="libsmsmessaging.cpp:4795">
    <![LOG[ClientIdentity.RequestClientIdentity (), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,793)]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmediawizardcontrol.cpp:793">
    <![LOG[failed to request for client]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="3" thread="1324" file="tsmediawizardcontrol.cpp:793">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmediawizardcontrol.cpp:1083">
    <![LOG[GetPolicy(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2007)]LOG]!><time="09:20:54.109+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmediawizardcontrol.cpp:2007">
    <![LOG[RunWizardForPXE(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2308)]LOG]!><time="09:20:54.125+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmediawizardcontrol.cpp:2308">
    <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, true ), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,936)]LOG]!><time="09:20:54.125+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmbootstrap.cpp:936">
    <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sms_fre\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1045)]LOG]!><time="09:20:54.125+000" date="06-10-2008" component="TSPxe" context="" type="0" thread="1324" file="tsmbootstrap.cpp:1045">
    <![LOG[Exiting with return code 0x80004005]LOG]!><time="09:20:54.125+000" date="06-10-2008" component="TSPxe" context="" type="1" thread="1324" file="tsmbootstrap.cpp:1057">
    <![LOG[Execution complete.]LOG]!><time="09:20:54.171+000" date="06-10-2008" component="TSBootShell" context="" type="1" thread="844" file="bootshell.cpp:620">
    <![LOG[Finalizing logging from process 824]LOG]!><time="09:20:54.171+000" date="06-10-2008" component="TSBootShell" context="" type="1" thread="844" file="tslogging.cpp:1736">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="09:20:54.171+000" date="06-10-2008" component="TSBootShell" context="" type="1" thread="844" file="tslogging.cpp:1578">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="09:20:54.250+000" date="06-10-2008" component="TSBootShell" context="" type="1" thread="844" file="tslogging.cpp:1635">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="09:20:54.250+000" date="06-10-2008" component="TSBootShell" context="" type="0" thread="844" file="tslogging.cpp:578">
    I'm at my wits end with this software, if I can't find a solution to this problem pretty soon, I will tell management here to can the whole idea and stick with the norton ghost setup.

    i had this problem today on a virtual lab ive got setup here (windows 2008 server, with sccm 2007sp1 deploying windows server..)
    i had to rewrite my task sequence as it was giving me problems - (configuring ADDS) and after going through all the steps I tried yet another pxe boot and it failed, this time with the pxe error Failed to get client identity 80004005 in the SMSTSlog
    I checked this log against a know good one from earlier on the same server and indeed the time/date are processed shortly after words, however i pxe booted again and verified time/date on the virtual pc and they were absolutely correct
    I tried this and that for 2 hours with no positive result, lastly i rebooted the server and lo and behold the pxe error was gone.
    I agree that we need a decent troubleshooting option from Microsoft about this as the documentation appears to be whatever is here or on other forums and in a lot of cases there are no solutions
    does changing a task sequence somehow reprogram the PXE setup for WDS/sccm ? I have another server (real) beside me that now wont process PXE boot requests anymore even though it was working fine !
    PXE-E51: no DHCP or proxyDHCP offeres were received....
    no switch just a crossover network cable between server and client, client was  successfully deployed hours before with windows server 2008 via sccm via pxe boot.....
    tried all the usual, not much hair left now....
    found this site http://susanaguedes.spaces.live.com/Blog/cns!830A1768E1B27E94!350.entry
    PXE-E51: No DHCP or proxyDHCP offers were received
    The PC cannot contact the DHCP server. Possible causes (see ref [19]):
    There is a problem with the DHCP server
    The network card or PXE boot portion of the network card is faulty
    The network cable is faulty
    tested the client PXE boot to another server, worked fine using same network card and cable
    the DHCP server on the server reports no problems and has worked fine since I set it up some months ago, indeed if i boot the client into windows server it will get an ip no problem from the dhcp server
    so what is wrong here ? how can WDS/ SCCM pxe boot functionality turn itself on or off at will with no user intervention ???
    restarted the server 3 times, no difference, restarted WDS many times, no difference, restarted DHCP server service and now I get
    PXE-E55: proxyDHCP service did not reply to the request on port 4011
    As slightly less common one, with various causes (see ref [19]). Usually the PC has successfully contacted the DHCP server and the PC will even report its DHCP assigned IP address along with the error, but the RIS process could not continue for some reason.
    restarted the WDS service and it booted in Windows PE via pxe finally after hours of repetive tasks, only to bring me back to square one with the Windows PE rebooting itself immediatly after loading network support,
    ok, back to troubleshooting....

  • How do I resolve this problem: This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required

    When attempting to log in to the web site the following message is received. This web site works
    on other systems using Firefox.
    This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
    Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.
    == URL of affected sites ==
    http://www.mdyc.org/members_only

    You may have saved a bad password so Firefox is entering that rather than giving you the option to try again. Go to Tools > Options > Security > Saved Passwords and delete the saved passwords for that site and then try logging in again.

  • Siri doesn't understand when using headset

    My wife and I are both experiencing this problem with Siri on iPhone 5.  Siri doesn't understand us when using any external headphones.  She's experiencing this with a wireless Jawbone and I'm using a wired Sennheiser/Adidas.  If we turn Siri off, Voice Control works just fine on both devices, and Siri works fine if using the phone by itself, so it's obviously not some sort of accent/mumbling problem or fundamental headset issue.
    Asking Siri for playlist "Peak Mix" through the headphones gets me "You don't have a playlist:" "Keith Nix", "Peter Max", "Cake Mix", ...   Oddly, saying exactly this through the headphones to plain ol' Voice Control (Siri disabled) works JUST FINE.  Also, disconnecting the headphones and using Siri with the iPhone's mic also works JUST FINE
    This also appears to have changed recently, within the last month or so (May 2013).  I don't recall having these issues a few months ago.  6.1.4 issue?  I've tried the "usual" fixes, disable/re-enable Siri, restart the iPhone, etc.

    Siri doesn't understand 'home' if your address is not listed correctly in contacts. It can be the label for the address field is wrong or that your own address is not listed at all. Using iCloud's to store your Personal data instead of for example Google might also help. iCloud has special fields for storing information that Google using exchange sync does not provide, eg fields for storing your mothers and fathers name. Siri can learn a few things while speaking to it but it doesn't understand everything right off the bat. If you ask Siri 'call my girlfriend' but doesn't know it Siri might ask you who she is in your contact list. That doesn't work for everything though.

  • Retrieving client identity during method call

    Hy,
    I have written an RMI application wich uses JSSE with client authentication. I would like to get the client Identity (Certificate information) each time the client perform a method call.
    Can anybody help me?

    This is rather complicated but it can be done. You need:
    1. an RMIServerSocketFactory which returns
    2. a wrapper ServerSocket implementation around a real ServerSocket, which delegates everything to the real ServerSocket except for the accept method, which does the delegation but then wraps the result in
    3. a wrapper Socket implementation around the real Socket which delegates everything to the real Socket
    except getInputStream, which does the delegation but then wraps the result in
    4. a wrapper InputStream implementation around the real InputStream, which delegates everything to the real input stream but which registers the underlying Socket (the delegate, not your wrapper) in a ThreadLocal when any read method is called.
    Are you with me so far? ;-)
    The registered Socket will really be an SSLSocket. Now, inside your remote method implementation, you can do threadLocal.get() to get the SSLSocket associated with the current client (because you're in the same thread as in (4), because the socket is actually read for the first time in the method despatching thread. You can now do SSLSocket.getSession() and get hold of the client certificates.
    Sample of (2) to get you started:
    public class WrappedServerSocket extends ServerSocket
    SSLServerSocket serverSocket;
    public WrappedServerSocket(int port) throws IOException
    { this.serverSocket = SSLServerSocketFactory.createServerSocket(port); }
    public Socket accept() throws IOException
      Socket socket = serverSocket.accept();
      return new WrappedSocket(socket);
    // all other methods should delegate to serverSocket
    }EJP

  • J2EE engine doesn't start after changing password in configtool

    The story is
    1. -->I tried to deploy WebDynpro app but it throws error message:
    Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool.
    2. --> so I changed the password through configtool. restart everything but J2EE engine doesn't up anymore (grey colour in MMC).
    3. --> I'm trying to run configtool (select default) but it won't start (because j2ee engine doesn't up).
    Q. --> How to start configtool? how to reset back the password? or how to rectify this Database issue? help....
    note: I can login to Database in MMC.
    thanks all
    log from developer trace:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination

    Hi Anthony
    In the configtool (secure store) where you have changed the password there are two fields for password change (one for db and other for engine).You changed the password but your databse password is the earlier one .So first change the DB password because this is the password your instance uses to connect to DB and the same should be mentioned in the secure store of the configtool .If there is any mismatch you will face the problem which you are telling.
    Any issues feel free to ask.
    Reward with suitable points

  • Why Adobe Photoshop CC 2014 15.2.2 doesn't understand a format png?

    Technical specialists HEY! I address to you, explain to me why Adobe Photoshop CC 2014 15.2.2 anything doesn't understand the png format?????

    Hi Jack,
    Is it happening with a specific png file or with all the png files.
    Can you try to download a sample png file and then try to open it up in Photoshop.
    Where are these files located on an internal drive or external drive?
    Thank you for posting on Adobe Forums.

  • AirPlay Display fails only in one Mavericks account (AirPlay Client Identity cannot be established)

    Hi,
    I currently running into a strange issue with AirPlay Display and maybe you can help.
    I am using OS X Mavericks on a Late 2013 Macbook Pro Retina and trying to use Airplay Display with an Apple TV (V3), all running the latest software revisions.
    In general AirPlay Display is working flawlessly in my setup for all types of user accounts (admin, standard and guest). However, in one specific standard user account AirPlay Display fails with the following dialog pop up: Could not connect to "Living Room (Apple TV)" --> (The latter being the name of my Apple TV).
    The console output indicates its an issue with AirPlayUIAgents which fails to create an AirPlay Client Identity. Here is the complete log:
    22/12/13 20:28:32,420 SystemUIServer[925]: 2013-12-22 08:28:32.419729 PM [AirPlayAVSys] Picking route 'Living Room (Apple TV)' (9C:20:7B:BB:05:77)
    22/12/13 20:28:32,422 AirPlayUIAgent[973]: 2013-12-22 08:28:32.421929 PM [AirPlayUIAgent] AirPlay Screen starting for Living Room (Apple TV) (9C:20:7B:BB:05:77)
    22/12/13 20:28:32,425 SystemUIServer[925]: 2013-12-22 08:28:32.424595 PM [AirPlayAVSys] Selecting endpoint 9C:20:7B:BB:05:77, item 10 for (screen)
    22/12/13 20:28:32,425 coreaudiod[191]: 2013-12-22 08:28:32.425019 PM [AirPlay] Selecting endpoint 9C:20:7B:BB:05:77 "Living Room (Apple TV)" for screen
    22/12/13 20:28:32,438 coreaudiod[191]: 2013-12-22 08:28:32.438418 PM [AirPlay] Pair-setup with "Living Room (Apple TV)"
    22/12/13 20:28:32,442 AirPlayUIAgent[973]: 2013-12-22 08:28:32.441899 PM [AirPlayAVSys] AirPlay became the default audio device
    22/12/13 20:28:32,442 SystemUIServer[925]: 2013-12-22 08:28:32.441923 PM [AirPlayAVSys] AirPlay became the default audio device
    22/12/13 20:28:32,986 AirPlayUIAgent[973]: 2013-12-22 08:28:32.985815 PM [AirPlay] ### Failed to create AirPlay Client Identity after 10 tries: 100013/0x186AD EACCES
    22/12/13 20:28:32,986 coreaudiod[191]: 2013-12-22 08:28:32.986060 PM [AirPlay] ### Pair-setup failed: 100013/0x186AD EACCES
    22/12/13 20:28:32,986 coreaudiod[191]: 2013-12-22 08:28:32.986165 PM [AirPlay] ### Audio pair-setup failed: 100013/0x186AD EACCES
    22/12/13 20:28:32,986 coreaudiod[191]: 2013-12-22 08:28:32.986338 PM [AirPlay] ### Endpoint "Living Room (Apple TV)" start failed: 100013/0x186AD EACCES
    22/12/13 20:28:32,987 coreaudiod[191]: 2013-12-22 08:28:32.986483 PM [BonjourBrowser] Reconfirming PTR for Living Room (Apple TV)._airplay._tcp.local. on en0
    22/12/13 20:28:32,987 coreaudiod[191]: 2013-12-22 08:28:32.986606 PM [BonjourBrowser] Reconfirming PTR for 9C207BBB0577@Living Room (Apple TV)._raop._tcp.local. on en0
    22/12/13 20:28:32,987 coreaudiod[191]: 2013-12-22 08:28:32.986699 PM [AirPlay] Posted 'com.apple.AirTunes.endpointStartError' with 100013/0x186AD EACCES
    22/12/13 20:28:32,987 coreaudiod[191]: 2013-12-22 08:28:32.986804 PM [AirPlay] Posting kAudioDevicePropertyDataSourceInfoForID: item 10 error: 100013/0x186AD EACCES
    22/12/13 20:28:32,987 coreaudiod[191]: 2013-12-22 08:28:32.986902 PM [AirPlay] Quiescing endpoint 'Living Room (Apple TV)'
    22/12/13 20:28:32,987 AirPlayUIAgent[973]: 2013-12-22 08:28:32.987167 PM [AirPlayAVSys] ### Quiesce AirPlay
    22/12/13 20:28:32,996 AirPlayUIAgent[973]: 2013-12-22 08:28:32.996117 PM [AirPlayAVSys] ### Quiesce AirPlay
    22/12/13 20:28:33,005 AirPlayUIAgent[973]: 2013-12-22 08:28:33.005328 PM [AirPlayAVSys] Ignoring route away when AirPlay not current
    22/12/13 20:28:33,006 AirPlayUIAgent[973]: 2013-12-22 08:28:33.006197 PM [AirPlayAVSys] AirPlay no longer the default audio device
    22/12/13 20:28:34,840 SystemUIServer[925]: 2013-12-22 08:28:34.839558 PM [AirPlayAVSys] ### Quiesce AirPlay
    22/12/13 20:28:34,841 SystemUIServer[925]: 2013-12-22 08:28:34.840603 PM [AirPlayAVSys] Ignoring route away when AirPlay not current
    22/12/13 20:28:34,841 SystemUIServer[925]: 2013-12-22 08:28:34.840679 PM [AirPlayAVSys] ### Quiesce AirPlay
    22/12/13 20:28:34,842 SystemUIServer[925]: 2013-12-22 08:28:34.841533 PM [AirPlayAVSys] Ignoring route away when AirPlay not current
    22/12/13 20:28:34,842 SystemUIServer[925]: 2013-12-22 08:28:34.842461 PM [AirPlayAVSys] AirPlay no longer the default audio device
    I switched between admin and standard user rights for the concerned account but this did not help. iOS Display Mirroring is also working without any issue. I am not sure whether the source of the issue is in OS X Mavericks or the Apple TV.
    Does anyone have a clue, what the source of the issue might be?
    Thanks a lot for your help in advance and happy holidays,
    Jens
    PS: Restarting the Macbook or AppleTV nor resetting the Apple TV does resolve the issue.

    Thanks for the answer. However, this did not fix my issue. In the meantime I found, that Mavericks is actually not restoring any preference settings in the concerned account: e.g. any settings in the dock, which I apply during a session, are lost as soon as I restart (they survive a simple log-out and -in, but are lost after complete restart/shutdown). The same is true for any other settings I apply e.g. in the Finder.
    It seems to me the concerned account has issues with entirely mixed up permission settings, even though I cannot imagine where this comes from since I set up the account quite recently and did not do any particularly special things with it since then. This would also explain why this issue is limited to only one account whereas all other accounts are working fine (including AirPlay Display with Firewall activated). Repairing disk permissions in the disk utility does also not help.

  • Siri doesn't understand me.  What can I do?  I'm speaking normally and clearly.

    I've tried speaking normally, slowly, fast, clearly.  I just keep getting errors.  She doesn't understand me.  She apparently knows my name. 

    It appears that Siri is an Internet-server-based service.  I personally was not aware of that until now.  Voice-to-text in Mail started failing, and then I tried plain old Siri, and it said that it couldn't connect to the network.
    Sounds like Apple needs to add a few more servers!
    Anyway, it knows your name by looking at your address-book entry.  I noticed that it would occasionally say things like, "sorry me, I can't do that."  I had created a nickname for myself, many years ago, of "me" so that I could quickly add myself to the CC list of an Email message.  When I removed that nickname it started using my real name instead.

  • HT1926 continue to get message "2048 QuickTime doesn't understand"?

    Continue to get message "2048 error Quick Time doesn't understand" when trying to play a home movie in QT..........Any suggestions?

    I think I didn't have the right codecs. I downloaded some DivX files and that solved my problem.

  • Siri doesn't understand "remind me when I arrive at work" - help

    Hi everyone,
    For a while, I have been trying to ask Siri to remind of things when I arrive at work.  It works fine to remind me when I get home but she doesn's seem to understand "work".
    I have tried:
    "when I arrive at work"
    "when I arrive at the office"
    After that, she just repeats the question. when would you want me to remind you? home,...., WORK!,.....  I mention work again and it just doesn't work.
    I do have an address with the tag Work in my contact card.
    I waited for iOS6 hoping it was some bug but it still does the same.
    Any help here?
    Does it work for you? What do you say?
    Thanks
    Nuno

    Siri doesn't understand 'home' if your address is not listed correctly in contacts. It can be the label for the address field is wrong or that your own address is not listed at all. Using iCloud's to store your Personal data instead of for example Google might also help. iCloud has special fields for storing information that Google using exchange sync does not provide, eg fields for storing your mothers and fathers name. Siri can learn a few things while speaking to it but it doesn't understand everything right off the bat. If you ask Siri 'call my girlfriend' but doesn't know it Siri might ask you who she is in your contact list. That doesn't work for everything though.

  • I get a message "QuickTime Player doesn't understand video format.  What can I do?

    I get a message "QuickTime Player doesn't understand video format.  What can I do?

    VLC media player - http://www.videolan.org/vlc/ - general media player that plays just about anything.
    Perian codecs for Quicktime - http://www.perian.org - plugins to add functionality to Quicktime for playing additional audio and video formats
    Quicktime audio problems, Perian, VLC - http://discussions.apple.com/message.jspa?messageID=9013669 - read note about uninstalling prior DIVX support before installing Perian.
    Media Info - http://mediainfo.sourceforge.net - to get details of codecs used in multimedia

  • TS4079 Siri doesn't understand me

    I am a Londoner and Siri doesn't understand me! Why is that.. I talk full English but he don't type what I ask... What am I doin wrong?

    It appears that Siri is an Internet-server-based service.  I personally was not aware of that until now.  Voice-to-text in Mail started failing, and then I tried plain old Siri, and it said that it couldn't connect to the network.
    Sounds like Apple needs to add a few more servers!
    Anyway, it knows your name by looking at your address-book entry.  I noticed that it would occasionally say things like, "sorry me, I can't do that."  I had created a nickname for myself, many years ago, of "me" so that I could quickly add myself to the CC list of an Email message.  When I removed that nickname it started using my real name instead.

  • Siri doesn't understand my question although it's one of the examples from the help section

    I have a problem with the German Siri. If I ask her: "add bananas to my groceries list" in German "Fuege Bananen zu meiner Einkaufsliste hinzu") she says that she doesn't understand me, although this command is stated exactly like this in Siris help sect.

    Hello there, NE2SYN.
    The following Knowledge Base article offers some good tips for troubleshooting your issue:
    iOS: Troubleshooting Siri
    http://support.apple.com/kb/TS4079
    Particularly:
    Ensure that Siri can clearly hear you
    If Siri is unable to clearly understand what you are saying, make sure your microphones are not blocked.
    iPhone 4s
    Verify that the bottom microphone, located to the left of the dock connector, is not blocked.
    iPhone 5
    Verify that both the mic in the receiver opening and the mic near the rear camera are not blocked.
    iPod touch (5th generation)
    Verify that the mic near the rear camera is not blocked.
    iPad (3rd generation)
    Verify that the mic at the top center, above the FaceTime camera, is not blocked.
    All models
    If you are using a protective case, try removing it.
    Try turning your device off and then on again.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Is there a way to spell words that Siri doesn't understand

    Siri has trouble differentiating some words like "Hull" and "Whole."  Is there a function that allows users to spell the terms that she doesn't understand?

    Yep
    To spell a word to siri, while speaking say the follow commands: 
    "no caps on" "no space on" (spelled word letter by letter) "no caps off" "no space off" 
    Then simply continue your dictation as you normally would.

Maybe you are looking for